html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
}

/* top navbar */
#top-contact-bar {
    background-color: #343a40;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

a {
    text-decoration: none;
}

@media screen and (max-width: 900px) {
    .hero-image {
        display: none;
    }

    #row1 {
        margin-right: 0px !important;
        /* margin-top: 150px; */
    }


}

.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 400;
    min-width: 186px;
    padding: 17px 25px;
    border-radius: 5px;
    background: #eb2b63;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}

.site-btn:hover {
    color: #fff;
}

.site-btn.sb-line {
    background-color: transparent;
    color: #eb2b63;
    -webkit-box-shadow: inset 0 0 0 2px #eb2b63;
    box-shadow: inset 0 0 0 2px #eb2b63;
}

.site-btn.scolor {
    background-color: #23bed8 !important;
}

.small-plans {
    margin-top: -80px;
}

.card {
    padding: 10px;
    border-radius: 5px !important;
}

.card-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.card-link-top>h5 {
    color: #eb2b63;
    text-decoration: underline;
    font-weight: 700;
}


/* doamin search */

.domain-search-form {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.domain-search-form input {
    width: calc(100% - 10px);
    height: 59px;
    font-size: 24px;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
}

.domain-search-form .site-btn {
    height: 59px;
    min-width: 229px;
    font-size: 16px;
    margin-left: 10px;
}

.domain-search-form.df-white-bg input {
    background: #f5f1f8;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

.section-title img {
    margin-bottom: 5px;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
}

.section-title p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    color: #8e8e8e;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.section-title.st-white h2 {
    color: #fff;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url('../images/bg.jpg');
}

.spad {
    /* padding-top: 105px; */
    padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

.fastsp {
    color: white;
    border: 2px solid #7246b3;
    border-radius: 10px;
    background-color: #7246b3;
    margin-bottom: 40px;
    text-align: center;
    padding: 30px;

}

.fasts {
    color: white;
}

/* Small Mobile :320px. */

/* plans */

.package-period-btn {
    background-color: #dce2ea;
    padding: 5px;
    border-radius: 10px;
}

.package-period-btn>span {
    padding: 10px 20px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.package-period-btn>span.selected {
    background-color: #eb2b63;
    border-radius: 10px;
    color: white;
}

.main-plan-card {
    height: 630px;
    overflow: hidden;
}

.main-card {
    border-color: #eb2b63;
    position: relative;
}

.main-plan-title {
    background-color: #eb2b63;
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    letter-spacing: 3px;
}

.plan-title {
    margin-top: 30px;
}

.plan-offer {
    background-color: #eb2b611b;
    font-weight: 600;
    cursor: pointer;
}

.plan-features {
    list-style-type: none;
    padding: 0;
}

.plan-features li::before {
    content: '\2713';
    color: #1ab8db;
    margin-right: 5px;
    font-size: 24px;
}

.features {
    letter-spacing: 5px;
}

.plan-card-footer:hover {
    color: #eb2b63;
    cursor: pointer;
}

.plan-card-footer {
    position: absolute;
    bottom: 0;
    background-color: white;
    width: 100%;
    left: 0;
    height: 100px;
}

.heigh-increase {
    height: 1000px;
}

.rotated {
    transform: rotate(180deg);
}

.dropdown-symbol {
    display: inline-block;
    animation: moveUpDown 2s infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        /* Adjust this value to control how far the arrow moves down */
    }

    100% {
        transform: translateY(0);
    }
}

/* ----------------
  Features
---------------------*/

.features-section .section-title {
    margin-bottom: 130px;
}

.features-section .container {
    margin-bottom: -70px;
}

.feature-item {
    text-align: center;
    margin-bottom: 55px;
}

.feature-item .ft-icon {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 87px;
    height: 87px;
    background: #eb2b63;
    font-size: 43px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 40px;
}

.feature-item h4 {
    margin-bottom: 28px;
}

.feature-item.fi-center-top .ft-icon {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(1.65);
    -ms-transform: scale(1.65);
    transform: scale(1.65);
}

.feature-item.fi-center-top .ft-icon i {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.spad {
    padding-top: 105px;
    padding-bottom: 105px;
}

.social {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social a {
    display: -ms-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #491f70;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 13px;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.social a:hover {
    background: #eb2b63;
}

/* services box */

.service-box:nth-child(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0228+0,2e1779+100 */
    background: #0a0228;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a0228 0%, #2e1779 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#0a0228), to(#2e1779));
    background: -o-linear-gradient(top, #0a0228 0%, #2e1779 100%);
    background: linear-gradient(to bottom, #0a0228 0%, #2e1779 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a0228', endColorstr='#2e1779', GradientType=0);
    /* IE6-9 */
}

.service-box:nth-child(2) {
    background: #2d1678;
}

.service-box:nth-child(3) {
    background: #422b8f;
}

.service-box-text {
    padding: 145px 80px 155px;
    height: 100%;
}

.service-box-text h4 {
    margin-bottom: 40px;
}

.service-box-text p {
    margin-bottom: 35px;
}

.service-box-image {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 50px 30px;
}

/* banner section */
.banner-section {
    padding-top: 113px;
    padding-bottom: 96px;
    background-image: url('../images/banner-bg.jpg');
}

.banner-text h3 {
    font-weight: 400;
    margin-bottom: 3px;
}

.banner-text p {
    margin-bottom: 0;
    opacity: 0.40;
}


/* footer */
.footer-top-section {
    background: #200545;
}

.footer-widget .fw-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 45px;
    padding-top: 20px;
}

.footer-widget ul {
    list-style: none;
    padding-top: 5px;
}

.footer-widget ul li a {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    opacity: 0.25;
}

.footer-widget.about-widget img {
    margin-bottom: 40px;
}

.footer-widget.about-widget p {
    opacity: 0.25;
    margin-bottom: 30px;
}

.fw-latest-post-widget .lp-item,
.sb-latest-post-widget .lp-item {
    margin-bottom: 11px;
    display: block;
    overflow: hidden;
}

.fw-latest-post-widget .lp-thumb,
.sb-latest-post-widget .lp-thumb {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 22px;
    background-color: #eb2b63;
    border-radius: 14px;
}

.fw-latest-post-widget .lp-content,
.sb-latest-post-widget .lp-content {
    overflow: hidden;
    padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6,
.sb-latest-post-widget .lp-content h6 {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.25;
    color: #fff;
    margin-bottom: 5px;
}

.fw-latest-post-widget .lp-content span,
.sb-latest-post-widget .lp-content span {
    font-size: 12px;
    color: #eb2b63;
}

/*--------------------
  Footer section
---------------------*/

.footer-section {
    background: #1b043b;
    overflow: hidden;
    padding: 20px 0px;
}

.footer-menu {
    list-style: none;
    float: right;
}

.footer-menu li {
    display: inline;
}

.footer-menu li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    opacity: 0.26;
    margin-left: 40px;
}

.footer-menu li a:hover {
    color: #eb2b63;
}

.copyright {
    float: left;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    opacity: 0.25;
}

.page-top-section {
    height: 404px;
    padding-top: 215px;
}

@media only screen and (max-width: 600px) {
    .page-top-section {
        height: 404px;
        padding-top: 150px;
    }
}

.page-top-section h2 {
    color: #fff;
}

.page-top-section-for-domain {
    height: 600px;
    padding-top: 215px;
}

.page-top-section-for-domain h2 {
    color: #fff;
}

.site-breadcrumb {
    color: #fff;
    opacity: 0.37;
    font-size: 14px;
}

.site-breadcrumb a {
    color: #fff;
}

/* checkout */
.custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    /* Adjust the padding as needed */
    cursor: pointer;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    /* Adjust the size as needed */
    width: 25px;
    /* Adjust the size as needed */
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.custom-radio input:checked+.checkmark::before {
    content: '\f00c';
    /* FontAwesome checkmark icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    /* Adjust the size as needed */
}

.custom-radio input:checked+.checkmark {
    background-color: #eb2b63;
}

/* selected plan */
.selected_plan {
    position: fixed;
    right: 100px;
    top: 200px;
    z-index: 100px;
    background-color: #eb2b63;
    color: white;
    width: 450px;
    text-align: center;
    box-shadow: black -10px 10px 50px;
}

.selected_plan>.selected_plan_header {
    padding: 10px 20px 10px 20px;
}

.selected_plan>.selected_plan_header>.close {
    text-align: right;
    margin-bottom: 0px;
    cursor: pointer;
}

.selected_plan>.selected_plan_header>.close:hover {
    color: rgb(83, 83, 83);
}

.selected_plan>.selected_plan_body {
    background-color: white;
    color: black;
    padding: 20px;
}

.hiddenSelectPlan {
    display: none;
}

.plan-switcher {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 20px auto;
    flex-wrap: wrap;
    width: 50%;
}

@media (max-width: 767px) {
    .plan-switcher {
        width: 80%;
    }
}

.plan-switcher>li {
    border: 1px solid #e62d65;
    color: #e62d65;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

.plan-switcher>li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.plan-switcher>li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.plan-switcher>li:hover {
    cursor: pointer;
    background-color: #e62d65;
    color: white;
}

@media (max-width: 768px) {
    .plan-switcher {
        flex-direction: column;
        align-items: center;
    }

    .plan-switcher>li {
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 18px;
        padding: 8px 12px;
        width: 100%;
        max-width: 300px;
    }

    .plan-switcher>li:first-child,
    .plan-switcher>li:last-child {
        border-radius: 5px;
    }
}


.selected-plan {
    background-color: #e62d65;
    color: white !important;
}

@media only screen and (max-width: 479px) {
    .domain-search-form {
        text-align: center;
        flex-direction: column;
        /* Stack items vertically on small screens */
    }

    .domain-search-form input {
        width: 100%;
        margin-bottom: 10px;
    }

    .domain-search-form .site-btn {
        margin-left: 0;
        /* Remove margin on small screens */
    }
}

/* domain styling */
.domain-search-header {
    padding: 15px;
    padding-left: 40px;
    background: #2e1676;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.invalid-domain {
    background-color: #eb2b64 !important;
}

.searched-domain {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.searched-domain-price {
    width: 300px;
}

.searched-domain-price>p {
    font-size: 24px;
    font-weight: bold;
    color: #1f0544;
}

.searched-domain-price>.buy-now {
    padding: 10px;
    color: #eb2b64;
    position: absolute;
    right: 40px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #eb2b64;
}

.searched-domain-price>.buy-now:hover {
    color: white;
    background: #eb2b64;
}

.other-tlds {
    font-weight: bold;
    font-size: 24px;
    padding: 15px;
    padding-left: 40px;
    border-bottom: 1px solid #d2d2d2;
}

.body-other-tld {
    border-bottom: 1px solid #d2d2d2;
    min-height: 140px;
}

.domain-unavailable {
    border-bottom: 1px solid #d2d2d2;
}

.domain-unavailable>span {
    letter-spacing: 2px;
}

/* Improved Placeholder Styling */
.loading-placeholder {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #555;
    margin-top: 20px;
    border: 1px solid #ddd;
    animation: pulse 1.5s infinite;
}


.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-body.placeholder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    animation: pulse 1.5s infinite;
}

.search-body.placeholder p {
    margin: 0;
    font-size: 18px;
    color: #bbb;
}

.search-body.placeholder .searched-domain-price p {
    font-size: 18px;
    color: #bbb;
}

@keyframes pulse {
    0% {
        background-color: #f9f9f9;
    }

    50% {
        background-color: #eaeaea;
    }

    100% {
        background-color: #f9f9f9;
    }
}

.placeholder img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.placeholder .buy-now {
    display: none;
    /* Hide the buy button for placeholders */
}

.domain-search-tlds {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.domain-search-tlds>li {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.domain-search-tlds>li>.tld {
    font-size: 24px;
    font-weight: bold;
}

.domain-search-tlds>li>.renew {
    text-decoration: line-through;
    color: #ff4d4d;
    font-size: 18px;
}

.domain-search-tlds>li>.register {
    color: #4caf50;
    font-size: 20px;
    font-weight: bold;
}

.domain-search-tlds>li:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 150, 255, 0.8);
    cursor: pointer;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .domain-search-tlds>li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .domain-search-tlds>li {
        width: 100%;
    }
}

/* New text styles for the added lines */
.domain-search-tab-text {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.domain-search-tab-text a {
    color: #00ff00;
    text-decoration: underline;
}

.domain-search-tab-text a:hover {
    text-decoration: none;
}

/* For the second paragraph */
.page-top-section-domain p {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.page-top-section-domain p a {
    color: #00ff00;
    text-decoration: underline;
}

.page-top-section-domain p a:hover {
    text-decoration: none;
}

.features-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.features-section img {
    border-radius: 5px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    max-width: 100%;
}


@media (max-width: 600px) {
    .searched-domain-price>.buy-now {
        position: static;
        width: 200px;
    }

    .searched-domain-price {
        flex-direction: column;
    }

    .search-body {
        flex-direction: column;
    }
}

/* domain styling end */

/* whois */
/* WHOIS Page Top Section */
.page-top-section-whois {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}

.whois-form-warp {
    max-width: 600px;
    margin: 0 auto;
}

.whois-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whois-search-form input {
    flex: 1;
    padding: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
    transition: box-shadow 0.3s ease;
}

.whois-search-form input:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 150, 255, 0.5);
}

.site-btn {
    background-color: #ff4d4d;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.site-btn:hover {
    background-color: #d43f3f;
}

.text-muted {
    color: #6c757d;
}

/* WHOIS Info Table Styling */
.whois-info-table {
    margin-top: 30px;
}

.whois-info-table table {
    width: 100%;
    border-collapse: collapse;
}

.whois-info-table th,
.whois-info-table td {
    padding: 15px;
    border: 1px solid #dee2e6;
}

.whois-info-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.whois-info-table td {
    background-color: #fff;
}

/* Add hover effect */
.whois-info-table tr:hover {
    background-color: #f1f1f1;
}

/* Add this to ensure the text is visible */
.text-muted,
.whois-info-heading,
.text-center h2 {
    color: #ffffff;
    /* Change the color to white or a light shade */
}

/* Add more styling for specific heading and paragraph */
.text-center p,
.text-center h2 {
    color: #ffffff;
    /* Ensure text inside these tags is white */
}


/* counties languages */

.custom-dropdown {
    width: 150px;
    position: relative;
    font-family: Arial, sans-serif;
}

.selected-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    /* background-color: #fff; */
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.selected-option:hover {
    /* background-color: #f0f0f0; */
}

.flag {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1f0544;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-options li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-options li:hover {
    background-color: #2c0f55;
}

.dropdown-options li img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}
