.domain-section-1 {
    background-image: url('../images/domain/section-1-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-section-1 h2 {
    color: var(--heading-blue);
}

.domain-section-1 .heading p {
    color: var(--text-color);
    line-height: 1.1;
}

.domain-section-1 .featureRow p {
    color: var(--heading-blue);
    font-weight: 600;
    padding-top: 2%;
    font-size: .7rem;
}

.domain-section-1 .featureRow img {
    width: 60%;
    aspect-ratio: 3/2;
    object-fit: contain;
}


.domain-section-1 form .input-group {
    width: 100%;
    border: 1px solid #FEB8A4;
    border-radius: 3px;
    box-shadow: 0 0 5px 3px #feb8a4;
    margin-left: auto;
    margin-right: auto;
}

.domain-section-1 form .input-group .searchinputbox {
    border-color: var(--white-color);
}

.domain-section-1 form .input-group button .fa {
    color: #F1591D;
}

.domain-section-2 {
    background-image: url('../images/common/blue-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-section-2 .heading .fas {
    font-size: 2rem;
    color: var(--heading-blue);
}

.domain-section-2 .heading h5 {
    font-size: 1.8rem;
    color: var(--heading-blue);
}

.domain-section-2 .tld-list-table {
    border: 2px solid var(--border-blue);
    border-radius: 10px 10px 8px 8px;
    background-color: var(--blue-background-light);
    overflow-x: scroll;
    overflow-y: hidden;
}

.domain-section-2 .tld-list-table .tld-list-table-container {
    width: 200%;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row {
    background-color: var(--blue-background-dark);
    border-radius: 7px 7px 0px 0px;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading {
    border-left: 1px solid var(--border-blue);
    font-size: 0.7rem;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading:first-of-type {
    border-left: none;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading .far,
.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading .fas {
    color: var(--white-color);
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading span {
    color: var(--white-color);
}

.domain-section-2 .tld-list-table .tld-list-table-container .feature-strip {
    background-image: url('../images/domain/yellow-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-section-2 .tld-list-table .tld-list-table-container .feature-strip .feature-strip-banner {
    background-image: url('../images/domain/tab-yellow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: .5% 1%;
    border-radius: 10px;
    color: var(--text-blue);
    font-size: .6rem;
    font-weight: 600;
}

.domain-section-2 .tld-list-table .tld-list-table-container .feature-strip .feature-strip-banner:hover {
    background-image: url('../images/domain/tab-orange.svg');
    transition: .3s ease-in-out;
    color: var(--white-color);
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container .tld-list-item {
    border-right: 1px solid var(--border-blue);
    border-bottom: 1px solid var(--border-blue);
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container .tld-list-item:last-of-type {
    border-right: none;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container :last-of-type .tld-list-item {
    border-bottom: none;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container .tld-list-item span {
    color: var(--heading-blue);
    font-size: .7rem;
    font-weight: 600;
    margin: 4% 0%;
}


.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container:hover {
    background-color: var(--pink-color);
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container:hover>.tld-list-item span {
    color: var(--orange-color);
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-box {
    height: 50vh;
    overflow-y: scroll;
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-box::-webkit-scrollbar {
    width: 10px;
    background: var(--white-color);
    border-radius: 15px;
    height: 10%
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-box::-webkit-scrollbar-track {
    border-radius: 15px
}

.domain-section-2 .tld-list-table .tld-list-table-container .tld-list-box::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: var(--orange-color);
}

.domain-section-3 {
    background-image: url('../images/common/linux-orange-bg-01.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-section-3 .heading .fas {
    color: var(--orange-color);
    font-size: 2.5rem;
}

.domain-section-3 .heading h3 {
    color: var(--orange-color);
    font-weight: 400;
}

.domain-section-3 .tld-offer-box {
    width: 46%;
    position: relative;
}

.domain-section-3 .tld-offer-box h5 {
    position: absolute;
    top: 2%;
    left: 3%;
    font-size: .8rem;
    color: var(--heading-blue);
}

.domain-section-3 .tld-offer-box .bg-img {
    transition: .3s ease-in-out;
}

.domain-section-3 .tld-offer-box .cross {
    width: 25%;
    position: absolute;
    top: 2%;
    left: 3%;
}

.domain-section-3 .tld-offer-box .offerbadge {
    width: 15%;
    position: absolute;
    right: 5%;
    top: 7%;
}

.domain-section-3 .tld-offer-box h4 {
    position: absolute;
    bottom: 0%;
    left: 3%;
    font-size: .7rem;
    color: var(--white-color);
}

.footer-top {
    background-color: var(--pink-color);
}

.footer-top img {
    width: 100%;
}

.footer-top .maincontainer {
    border: 1px solid var(--border-orange);
    border-radius: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.footer-top .maincontainer h4 {
    color: var(--heading-orange);
}


@media (min-width: 576px) {
    .domain-section-1 .featureRow p {
        font-size: .8rem;
    }

    .domain-section-3 .tld-offer-box h5 {
        font-size: 1rem;
    }

    .domain-section-3 .tld-offer-box h4 {
        font-size: .9rem;
    }



}

@media (min-width: 768px) {
    .domain-section-1 .featureRow p {
        font-size: .8rem;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading {
        font-size: .8rem;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container .feature-strip .feature-strip-banner {
        font-size: .8rem;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container .tld-list-item span {
        font-size: 0.8rem;
    }

    .domain-section-3 .tld-offer-box h5 {
        font-size: 1.4rem;
    }

    .domain-section-3 .tld-offer-box h4 {
        font-size: 1.1rem;
    }


}

@media (min-width: 992px) {

    .domain-section-1 .featureRow img {
        width: 40%;
    }

    .domain-section-1 .featureRow p {
        font-size: .9rem;
    }

    .domain-section-1 form .input-group {
        width: 50%;
    }

    .domain-section-2 .tld-list-table {
        overflow-x: hidden;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container {
        width: 100%;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container .tld-list-heading-row .tld-list-heading {
        font-size: .9rem;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container .feature-strip .feature-strip-banner {
        font-size: .8rem;
    }

    .domain-section-2 .tld-list-table .tld-list-table-container .tld-list-container .tld-list-item span {
        font-size: 0.9rem;
    }

    .domain-section-3 .tld-offer-box {
        width: 18%;
    }

    .domain-section-3 .tld-offer-box h5 {
        font-size: 1rem;
    }

    .domain-section-3 .tld-offer-box h4 {
        font-size: .9rem;
    }

}
