#body {
    color: #161412;
    font-family: Switzer, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*find-domain*/
#find-domain {
    height: 490px;
    background-size: 100% 100%;
    margin-bottom: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#find-domain #find-domain-text {
    color: #FFFFFF;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 40px;
}
#find-domain #find-domain-text #big-font {
    font-family: 'Swansea', sans-serif;
    font-weight: 700;
    font-size: 56px;
    font-style: normal;
    line-height: normal;
}

#find-domain #find-domain-text #small-font {
    font-family: 'Switzer', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    opacity: 0.8;
}

/*search input*/
div.search-input {
    width: 90%;
    max-width: 800px;
    height: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #FFF;
    border: 2px solid #EBF3FF;
    border-radius: 10px;
    padding-left: 20px;
}

div.search-input:focus-within{
    border: 2px solid rgba(0, 150, 247, 0.80);
}

div.search-input input:focus-visible {
    outline: none;
}

div.search-input input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

div.search-input .fa-circle-xmark {
    visibility: hidden;
    cursor: pointer;
    color: #031242;
    font-weight: 900;
    opacity: 0.2;
}

div.search-input .fa-search {
    width: 47px;
    height: 40px;
    margin-right: 18px;
    margin-left: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #0080FF;
}

div.search-input .fa-search:hover {
    content: "\f002";
    border-radius: 50%;
    background-color: rgba(0, 128, 255, 0.2);
}

/*tld-price*/
#tld-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
}
#tld-price .tld-price-top{
    width: 80%;
    max-width: 980px;
}
#tld-price #tld-pricing {
    width: 225px;
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(270.56deg, #DB89FF -1.98%, #FFDD87 88.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#tld-price .text-view-more {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#tld-price #explain {
    height: 26px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
    opacity: 0.6;
}
#tld-price .view-more {
    display: none;
}
#tld-price .view-more.two{
    display: block;
}
#tld-price .view-more a:hover{
    color: #256EDC;
}
#tld-price .view-more a {
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #0096F7;
}
#tld-price #tld-list {
    height: 160px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#tld-price #tld-list li {
    margin-right: 24px;
    width: 228px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0 4px 6px #CED2E0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
#tld-price #tld-list li:hover {
    border: 1px solid #0080FF;
}
#tld-price #tld-list li:last-child{
    margin-right: 0;
}
#tld-price #tld-list li .tld-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background: #F7F8FB;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#tld-price #tld-list li .alt-point{
    display: block;
    margin-bottom: 22px;
    font-size: 60px;
    color: deepskyblue;
}
#tld-price #tld-list li .alt-text{
    font-size: 30px;
    font-weight: 500;
}
#tld-price #tld-list li .tld-img img{
    max-width: 150px;
    max-height: 60px;
}
#tld-price #tld-list li .tld-price {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tld-price #tld-list li .tld-price .currentPrice {
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #161E2E;
}

#tld-price #tld-list li .tld-price .oldPrice {
    color: #A5ADBE;
    text-decoration: line-through;
    font-family: 'Proxima Nova', sans-serif;
    font-style: normal;
    font-size: 17px;
}

/*search result*/
#search-result {
    position: relative;
    top: -192px;

    display: none;
    flex-direction: column;
    align-items: center;
}

#search-result div.empty-result,
#search-result.empty div.result,
#search-result.loading div.result,
#search-result div#loading-result,
#search-result.empty div#loading-result {
    display: none;
}

#search-result.empty div.empty-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    font-size: 20px;
}

#search-result.loading div#loading-result {
    display: flex;
    justify-content: center;
}

#search-result div.result{
    display: flex;
    flex-direction: column;
}

#search-result > div {
    width: 90%;
    max-width: 1280px;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 8px 30px 0 rgba(3, 18, 66, 0.10);

    padding: 40px;
}

#search-result ul {
    width: 100%;
    margin-bottom: 40px;
}

#search-result > div.result > ul > li.error-msg {
    color: #EA4337;
}

#search-result ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    height: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

#search-result ul li .domain-info {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

#search-result ul li .domain-info .domain-name-and-premium {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#search-result ul li .domain-info .domain-name-and-premium .premium {
    font-weight: 600;
    font-size: 12px;
    color: #FFCA2B;
}

#search-result ul li .domain-info .domain-name-and-premium .available {
    color: #12B76A;
    font-size: 18px;
}

#search-result ul li .domain-info .domain-name-and-premium .registered {
    color: #161412;
    opacity: 0.4;
}

#search-result ul li .domain-info .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

#search-result ul li .domain-info .price .renew-price {
    font-size: 14px;
    color: #031242;
    opacity: 0.4;
}

#search-result ul li .domain-info .price .renew-price .renew-price-text {
    font-size: 18px;
}

#search-result ul li .flag {
    display: flex;
    align-items: center;
    padding-right: 28px;
    cursor: pointer;
    font-size: 18px;
}

#search-result ul li .flag .fa-cart-shopping {
    color: #161412;
}

#search-result ul li .flag .added,
#search-result ul li .flag div.remove,
#search-result ul li .flag.at-shopping-cart .fa-cart-shopping {
    display: none;
    align-items: center;
    gap: 5px;
    line-height: 40px;
}

#search-result ul li .flag.at-shopping-cart .added {
    display: block;
}

#search-result ul li .flag .added {
    color: #DB89FF;
}

#search-result ul li .flag .remove {
    color: #EA4337;
}

#search-result ul li .flag.taken{
    color: #161412;
    opacity: 0.4;
}

#search-result div.show-more {
    text-align: center;
}

#search-result div.show-more span {
    display: none;
    cursor: pointer;
    color: #0080FF;
    font-size: 20px;
    font-weight: 500;
}

/*contact-us*/
#contact-us {
    height: 240px;
    background: #EBF3FF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#contact-us #textInfo span {
    display: block;
}
#contact-us #textInfo #help {
    margin-bottom: 30px;

    height: 22px;
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 22px;
    color: #031242;
}
#contact-us #textInfo #tell {
    height: 30px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #031242;
    opacity: 0.6;
}
#contact-us #contact-info {
    height: 26px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
}
#contact-us #email{
    display: flex;
    align-items: center;
}
#contact-us #contact-info img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}
#contact-us #contact-info div span {
    height: 26px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
}

@media only screen and (max-width: 850px){
    #find-domain {
        height: 300px;
        margin-bottom: 40px;
    }
    #find-domain #find-domain-text #big-font {
        font-size: 38px;
        line-height: 48px;
        text-align: center;
    }
    #find-domain #find-domain-text #small-font {
        display: block;
        font-size: 16px;
        text-align: center;
    }

    #tld-price {
        margin: 50px 0 90px 0;
    }
    #tld-price .tld-price-top{
        height: 280px;
        width: 90%;
        overflow: hidden;
    }
    #tld-price #tld-pricing {
        font-size: 30px;
    }
    #tld-price #explain {
        height: 21px;
        font-size: 16px;
        line-height: 21px;
    }
    #tld-price .view-more.one{
        display: block;
    }
    #tld-price .view-more.two{
        display: none;
    }
    #tld {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 200px;
    }
    #tld::-webkit-scrollbar{
        display: none;
    }
    #tld-price #tld-list {
        justify-content: center;
        margin-top: 35px;
    }
    #tld-price #tld-list li {
        min-width: 228px;
    }
    #tld-price #tld-list li .tld-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        background: #F7F8FB;
        border-radius: 4px;
    }
    #tld-price #tld-list li .tld-price span {
        display: inline-block;
    }
    #tld-price #tld-list li .tld-price .currentPrice {
        font-family: 'Proxima Nova', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #161E2E;
    }
    #tld-price #tld-list li .tld-price .oldPrice {
        color: #A5ADBE;
        text-decoration: line-through;
    }

    /*contact-us*/
    #contact-us {
        height: 180px;
        display: flex;
    }
    #contact-us #textInfo span {
        display: block;
    }

    #contact-us #textInfo #help {
        margin-bottom: 10px;

        height: 15px;
        font-size: 30px;
        line-height: 15px;
    }
    #contact-us #textInfo #tell {
        font-size: 16px;
    }
    #contact-us #contact-info {
        font-family: 'Switzer', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #031242;
    }
    #contact-us #email {
        margin-bottom: 20px;
    }
    #contact-us #contact-info div span {
        height: 26px;
        font-family: 'Switzer', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #031242;
    }

    #search-result {
        position: relative;
        top: -90px;
        margin-bottom: 150px;
    }
    #search-result > div {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 450px){
    #find-domain {
        height: 180px;
        margin-bottom: 30px;
    }
    #find-domain #find-domain-text{
        margin-bottom: 20px;
    }
    #find-domain #find-domain-text #big-font {
        min-width: 315px;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        font-family: 'Swansea', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
    }
    #find-domain #find-domain-text #small-font {
        display: block;
        text-align: center;
        width: 255px;
        height: 21px;
        font-family: 'Switzer', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        color: #FFFFFF;
        opacity: 0.9;
    }

    #tld{
        min-height: 140px;
    }
    #tld-price {
        margin: 0;
    }
    #tld-price #tld-list {
        min-height: 140px;
    }
    #tld-price #tld-pricing {
        width: 113px;
        font-weight: 700;
        font-size: 20px;
    }
    #tld-price .text-view-more {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #tld-price #explain {
        height: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    #tld-price .view-more a {
        width: 70px;
        height: 7px;
        font-size: 14px;
        line-height: 7px;
    }
    #tld-price #tld-list {
        margin-top: 18px;
    }
    #tld-price #tld-list li {
        margin-right: 10px;
        width: 160px;
        height: 120px;
        min-width: 160px;
    }
    #tld-price #tld-list li .tld-img {
        height: 80px;
    }
    #tld-price #tld-list li .tld-price .currentPrice {
        font-size: 20px;
        line-height: 24px;
    }
    #tld-price #tld-list li .tld-price .oldPrice {
        font-size: 15px;
    }

    #contact-us {
        flex-direction: column;
        align-items: flex-start;

        height: 120px;
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 38px;
    }
    #contact-us #textInfo #help {
        margin-bottom: 2px;
        font-size: 20px;
    }
    #contact-us #textInfo #tell {
        font-size: 14px;
        line-height: 20px;
    }
    #contact-us #contact-info img {
        margin-right: 5px;
        width: 18px;
        height: 18px;
    }
    #contact-us #contact-info div span {
        font-size: 14px;
    }

    div.search-input {
        flex-shrink: 0;
        color: rgba(22, 20, 18, 0.6);
        font-family: Switzer,sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        height: 32px;
        border: 1px solid #EBF3FF;
        border-radius: 6px;
        padding-left: 10px;
    }

    div.search-input .fa-search {
        margin-right: 18px;
        margin-left: 30px;
        color: #0080FF;
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    div.search-input .fa-search:hover {
        content: "\f002";
        border-radius: 50%;
        background-color: rgba(0, 128, 255, 0.2);
    }

    #search-result {
        position: relative;
        top: -55px;
        margin-bottom: 85px;
    }
    #search-result > div {
        padding: 20px;
        border-radius: 10px;
    }
    #search-result ul {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #search-result ul li {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

    #search-result div.show-more span {
        font-size: 16px;
        font-weight: 400;
    }
    #search-result div.show-more span i{
        margin-left: 5px;
    }
    #search-result > div.empty-result > div{
        font-size: 14px;
    }
}
