
body{
    scrollbar-width: thin;
    scrollbar-color: #EFEFEF #fff;
    overflow: auto;
}
body::-webkit-scrollbar {
    width: 7px;
}
body::-webkit-scrollbar-thumb {
    background-color: #ab4682;
    border-radius: 20px;
}
body::-webkit-scrollbar-track {
    background: #EFEFEF;
    border-radius: 20px;
}
.form-group{
    position: relative;
    text-align: left;
    margin-bottom: 1.5rem;
}
p.error{
    position: absolute;
    top: 100%;
    z-index: 5;
    display: block;
    max-width: 100%;
    padding: 1px 5px;
    margin-top: .1rem;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    background-color: #ff1a1a;
    border-radius: .25rem;
    right: 0;
    font-family: 'GothamRounded';
}
.loader {
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100px;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "GothamRounded-Book";
}

@font-face {
    font-family: 'GothamRounded';
    src: url("../fonts/GothamRounded-Medium.woff2") format("woff2"), url("../fonts/GothamRounded-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url("../fonts/GothamRounded-Book.woff2") format("woff2"), url("../fonts/GothamRounded-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}

.domain_search112 {
    height: 100vh;
    background: url("../img/bg.png");
    background-position: center center;
    background-size: cover;
}

.logo12 {
    height: 85px;
    padding-top: 0px;
}

.logo12 img {
    width: 285px;
}

.search_area12 {
    height: calc(100% - 400px);
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.search_area121 {
    height: calc(100% - 85px) !important;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.search_area12 .search-bar12 {
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
}

.search_area12 .search-bar12 h3 {
    font-family: "GothamRounded";
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /*text-shadow: 1px 1px 16px #372696c7 !important;*/
    margin-bottom: 32px;
    font-weight: bold;
}

.search_area12 .search-bar12 h4 {
    font-family: "GothamRounded";
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /*text-shadow: 1px 1px 16px #372696c7 !important;*/
    margin-bottom: 32px;
    font-weight: bold;
}

.first-big-text p {
    font-family: "GothamRounded";
    font-size: 30px;
    margin-top: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /*text-shadow: 1px 1px 16px #372696c7 !important;*/
    margin-bottom: 32px;
    font-weight: bold;
}

.first-big-text h1 {
    font-family: "GothamRounded";
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /*text-shadow: 1px 1px 16px #372696c7 !important;*/
    padding-top: 130px;
    font-weight: bold;
}


.search_area12 .search-bar12 .input-group {
    height: 70px;
    background: #fff;
    border-radius: 4px;
    border: none;
    position: relative;
    /*box-shadow: 0px 0px 16px 5px #372696c7;*/
}

.search_area12 .search-bar12 .input-group input::-webkit-input-placeholder {
    color: #858585;
}

.search_area12 .search-bar12 .input-group input::-moz-input-placeholder {
    color: #858585;
}

.search_area12 .search-bar12 .input-group input {
    height: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

.search_area12 .search-bar12 .input-group button {
    font-size: 30px;
    color: #fff;
    border: none;
    background: linear-gradient(128.3deg, #A03C78 27.94%, #D6666A 85.23%);
    padding: 0 35px;
    cursor: pointer;
}

.sub_page_header {
    height: 375px;
    background: url("../img/bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_wrapper {
    padding: 100px 0px;
}

.content_wrapper .domain_search_result {
    height: 90px;
    box-shadow: 0px 0px 15px 2px #b1b1b133;
    border-radius: 4px;
    padding: 20px 25px;
    margin-bottom: 80px;
}

.content_wrapper .domain_search_result img {
    width: 30px;
    margin-right: 30px;
}

.content_wrapper .domain_search_result img.tick {
    display: none;
}

.content_wrapper .domain_search_result h2 {
    margin: 0px;
    font-family: "GothamRounded";
    font-size: 30px;
    margin-right: 30px;
    color: #6d6e70;
}

.content_wrapper .domain_search_result .status.available {
    display: none;
}

.content_wrapper .domain_search_result .status {
    padding: 0px 8px;
    border: 2px solid #f15330;
    border-radius: 50px;
    height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #f15330;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.content_wrapper .domain_search_result.available_domain img.close {
    display: none;
}

.content_wrapper .domain_search_result.available_domain img.tick {
    display: block;
}

.content_wrapper .domain_search_result.available_domain h2 {
    color: #212121;
}

.content_wrapper .domain_search_result.available_domain .status.taken {
    display: none;
}

.content_wrapper .domain_search_result.available_domain .status.available {
    display: flex;
    align-items: center;
    color: #2bc14b;
    border-color: #2bc14b;
}

.content_wrapper .suggested_domains > h2 {
    font-size: 32px;
    font-family: "GothamRounded";
    margin-bottom: 40px;
}

.content_wrapper .suggested_domains .table_of_domains {
    box-shadow: 0px 0px 15px 2px #b1b1b133;
    border-radius: 4px;
    padding: 20px 25px;
}

.content_wrapper .suggested_domains .table_of_domains .table_row:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.content_wrapper .suggested_domains .table_of_domains .table_row {
    height: 80px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(60, 60, 60, 0.1);
}

.content_wrapper .suggested_domains .table_of_domains .table_row h3 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 30px;
    font-family: "GothamRounded";
    margin-top: -4px;
}

.content_wrapper .suggested_domains .table_of_domains .table_row .status_of_domain {
    display: flex;
    align-items: center;
    padding: 0px 8px;
    border: 1px solid #2bc14b;
    border-radius: 50px;
    height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #2bc14b;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.content_wrapper .suggested_domains .table_of_domains .table_row a.btn {
    background: #EFEFEF;
    color: #000;
    border-radius: 4px;
    font-size: 15px;
    height: 40px;
    display: flex;
    align-items: center;
}

.content_wrapper .suggested_domains .table_of_domains .table_row a.btn i {
    font-size: 21px;
    margin-right: 10px;
}
.btn{
        position: relative;
        z-index: 0;
        overflow: hidden;
        border: 0;
}
.choose-this{
    background: #EFEFEF;
    color: #000000;
    border-radius: 4px;
    font-size: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    border: 0;
}
.btn::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(128.3deg, #A03C78 27.94%, #D6666A 85.23%);
    transition: all 0.3s ease;
    z-index: -1;
}
.btn:hover::after{
    width: 100%;
}
.choose-this:hover{
    color: #fff;
}
.btn:hover{
    color: #fff !important;
}
.icon-choose-this{
    font-size: 21px;
    margin-right: 10px;
}







.thankyou-main{
    text-align: center;
    padding: 0 0px;
    overflow-y: auto;
}
.thankyou-main .contMain {
    padding-top: 118px;
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.thankyou-main .contMain .main-head {
    font-family: "GothamRounded";
    font-size: 64px;
    color: #fff;
}
.thankyou-main .contMain .noteText {
    color: #fff;
    font-size: 24px;
}
.thankyou-main .contMain .mainCont {
    margin-top: 58px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0px 4px 14px 0px rgba(58, 60, 81, 0.20);
    backdrop-filter: blur(30px);
    padding: 50px 40px;
}
.thankyou-main .contMain .mainCont .afterHead {
    font-family: "GothamRounded";
    font-size: 64px;
    color: #3A3C51;
}
.thankyou-main .contMain .mainCont .detials-text {
    font-size: 20px;
    color: #3A3C51;
    margin-bottom: 30px;
}
.thankyou-main .contMain .mainCont .contactLinkcont {
    font-size: 24px;
    font-family: "GothamRounded";
    color: #3A3C51;
}
.thankyou-main .contMain .mainCont .contactLinkcont a {
    color: #3A3C51;
}
.footerMain {
    border-radius: 30px 30px 0px 0px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(30px);
    padding: 40px 20px;
}
.footerMain p {
    font-size: 16px;
    color: #3A3C51;
}
.footerMain a {
    font-size: 16px;
    color: #3A3C51;
}
.footerMain img {
    margin: 20px 0 !important;
}










@media screen and (max-width: 991px) {
    .sub_page_header,
    .domain_search112 {
        padding: 0px 20px;
    }

    .content_wrapper {
        padding: 60px 0px;
    }

    .content_wrapper .domain_search_result {
        height: 80px;
        margin-bottom: 40px;
    }

    .content_wrapper .domain_search_result img {
        margin-right: 20px;
        width: 25px;
    }

    .content_wrapper .domain_search_result .status {
        border: 1px solid;
        font-size: 11px;
        height: 22px;
    }

    .content_wrapper .domain_search_result h2 {
        font-size: 24px;
        margin-right: 20px;
    }

    .search_area12 .input-group {
        height: 60px !important;
    }

    .search_area12 .search-bar12 h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {

    .search_area12 .search-bar12 h4 {
        font-family: "GothamRounded";
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 1px 1px 16px #372696c7 !important;
        margin-bottom: 5px;
        padding-top: 80px;
        font-weight: bold;
    }

    .first-big-text h1 {
        font-family: "GothamRounded";
        font-size: 34px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 1px 1px 16px #372696c7 !important;
        padding-top: 45px;
        font-weight: bold;
    }


    .search_area12 .search-bar12 h2 {
        font-size: 28px;
    }

    .search_area12 .search-bar12 .input-group input {
        font-size: 16px;
    }

    .content_wrapper .domain_search_result {
        height: auto;
        display: block !important;
    }

    .content_wrapper .domain_search_result span {
        max-width: 100px;
        justify-content: center;
        margin-top: 5px;
    }

    .content_wrapper .suggested_domains .table_of_domains {
        padding: 10px 15px;
    }

    .content_wrapper .suggested_domains .table_of_domains .table_row {
        display: block !important;
        height: auto;
        padding: 15px 0px;
    }

    .content_wrapper .suggested_domains .table_of_domains .table_row > a {
        max-width: 150px;
        margin-top: 10px;
    }

    .content_wrapper .suggested_domains .table_of_domains .table_row > div:first-child {
        display: block !important;
    }

    .content_wrapper .suggested_domains .table_of_domains .table_row > div:first-child span {
        width: 100px;
        justify-content: center;
        margin-top: 5px;
    }

    .content_wrapper .suggested_domains .table_of_domains .table_row .btn {
        height: 35px !important;
        font-size: 13px;
    }
    .content_wrapper .suggested_domains .table_of_domains .table_row .btn i {
        font-size: 18px;
    }

    .content_wrapper .suggested_domains .table_of_domains .table_row h3 {
        font-size: 17px;
    }
}

/*# sourceMappingURL=style.css.map */
