#search-whois-info,
body #body-two{
    display: none;
}
#body-one{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*whois lookup*/
#whois-lookup{
    display: flex;
    align-items: center;

    width: 100%;
    height: 400px;
    background-image: url("../img/bg-Whois.png");
    background-size: 100% 100%;
    border-top: 1px solid #FFFFFF;
}
#whois-lookup>div{
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#whois-lookup span{
    display: block;
}
#whois-lookup #big-font{
    margin-bottom: 20px;
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 25px;
    color: #FFFFFF;
}
#whois-lookup #small-font{
    margin-bottom: 30px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    opacity: 0.9;
    text-align: center;
}
#whois-lookup > div div{
    display: flex;
    align-items: center;
    width: 85%;
    max-width: 787px;
}
#whois-lookup > div div i{
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #0096F7;
    position: relative;
    left: 25px;
    margin-right: -16px;
    z-index: 999;
}
#whois-lookup input{
    width: 100%;
    height: 60px;
    border: 1px solid #EBF3FF;
    border-radius: 10px;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #031242;
    padding-left: 50px;
}
#search-whois{
    width: 100px;
    height: 50px;
    background: #0080FF;
    border-radius: 8px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;

    margin-left: -105px;
    cursor: pointer;
}
#search-whois:hover{
    background: #256EDC;
}

/*whois about text*/
#whois-about-text{
    display: flex;
    justify-content: center;
    margin: 84px 20px 110px;
}
#whois-about-text #text{
    max-width: 298px;
    margin-right: 80px;
}
#whois-about-text #text #use-whois{
    display: block;
    margin-bottom: 30px;

    height: 138px;
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    background: linear-gradient(270.56deg, #DB89FF -1.98%, #FFDD87 88.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;

}
#whois-about-text #text #info{
    display: block;

    height: 156px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #031242;
    opacity: 0.6;
}
#whois-about-text ul li{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 22px 20px 21px 23px;
    background: #FFFFFF;
    box-shadow: 0 4px 6px #CED2E0;
    border-radius: 20px;
}
#whois-about-text ul li span.title i{
    margin-right: 8px;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #0096F7;
}
#whois-about-text ul li span{
    width: 100%;
    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #031242;
    opacity: 0.6;
}
#whois-about-text ul li span.title{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    opacity: 1;
}

/*contact-us*/
#contact-us {
    width: 100%;
    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 {
    margin-bottom: 41px;
}
#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;
}

/*search-whois*/
#search-whois-info{
    width: 85%;
    max-width: 1200px;
    margin: -60px 10px 60px;
    background: #FFFFFF;
    border: 1px solid #EBF3FF;
    border-radius: 10px;
    min-height: 555px;
    box-shadow: 0 4px 6px #CED2E0;
}
#search-whois-info #head-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin-right: 20px;
    margin-left: 30px;
}
#search-whois-info span{
    height: 15px;
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 15px;
    color: #031242;
}
#search-whois-info a{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 220px;
    height: 50px;
    background: #0080FF;
    border-radius: 8px;
    border: none;

    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}
#search-whois-info a:hover{
    background: #256EDC;
}
#search-whois-info div.dashed{
    margin-right: 20px;
    margin-left: 20px;
    opacity: 0.4;
    border-bottom: 1px dashed #031242;
}
#search-whois-info p{
    padding: 20px 70px 82px 30px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #031242;
    opacity: 0.6;
    white-space: pre;
}

@media only screen and (max-width: 450px){
    #whois-lookup{
        height: 230px;
    }
    #whois-lookup span{
        display: block;
    }
    #whois-lookup #big-font{
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 15px;
        color: #FFFFFF;
    }
    #whois-lookup #small-font{
        max-width: 292px;
        font-size: 12px;
        line-height: 21px;
    }
    #whois-lookup > div div i{
        left: 10px;
        font-size: 16px;
        line-height: 16px;
    }
    #whois-lookup input{
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        padding-left: 32px;
    }
    #whois-lookup > div div {
        width: 100%;
        max-width: 335px;
    }
    #whois-lookup > div div #search-whois{
        width: 80px;
        height: 30px;
        font-size: 14px;
        line-height: 18px;
        margin-left: -80px;
        position: relative;
        right: 5px;
    }

    /*whois about text*/
    #whois-about-text{
        display: flex;
        margin: 20px 20px 40px;
        flex-direction: column;
        align-items: center;
    }
    #whois-about-text #text{
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
    #whois-about-text #text #use-whois{
        margin-bottom: 10px;
        height: 60px;
        font-size: 28px;
        line-height: 30px;
        text-align: center;
    }
    #whois-about-text #text #info{
        height: 120px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    #whois-about-text ul li{
        display: flex;
        flex-direction: column;
        padding: 26px 10px 33px;
        height: inherit;
        text-align: center;
    }
    #whois-about-text ul li span.title i{
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }
    #whois-about-text ul li span{
        height: inherit;
        font-size: 15px;
        line-height: 21px;
    }
    #whois-about-text ul li span.title{
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    #search-whois-info{
        width: 100%;
        max-width: 335px;
        margin: -30px 20px 30px;
    }
    #search-whois-info #head-bar{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;

        height: 120px;
        margin-right: 0;
        margin-left: 0;
    }
    #search-whois-info span{
        font-size: 20px;
        line-height: 10px;
    }
    #search-whois-info p{
        padding: 10px 21px 24px;
        font-size: 10px;
        line-height: 24px;
        white-space: normal;
    }
    #search-whois-info a{
        width: 180px;
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }
    #contact-us {
        padding-left: 20px;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: normal;
        flex-direction: column;
    }
    #contact-us #textInfo span {
        display: block;
    }
    #contact-us #textInfo #help {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 10px;
    }
    #contact-us #textInfo #tell {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 20px;
    }
    #contact-us #contact-info {
        font-size: 14px;
        line-height: 18px;
    }
    #contact-us #email {
        margin-bottom: 14px;
    }
    #contact-us #contact-info img {
        margin-right: 6px;
        width: 18px;
        height: 18px;
        vertical-align: bottom;
    }
    #contact-us #contact-info div span {
        font-size: 14px;
        line-height: 18px;
    }
}