/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
3. Banner / .banner-con
3. Hosting Plans / .hosting-plans-con
4. Domain Registration / .domain-registration-con
5. Hosting Features / .hosting-features-con
6. Get Real Time Support / .real-time-support-con
7. Why Choose Us / .why-choose-us-con
8. Customer Reviews  / .customers-reviews-con
9. CTA / .cta-con
10. Footer / .footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

#primary--color: #5a23b1;
#black--color: #000000;
#secondary--color: #ffffff;
#text-color: #555555;
#accent--color: #a919c9;
#purple--color: #5b21af;
#sea--color: #b0cdf1;
#hover--color: #ea8eff;
#parrot--color: #30ca7b;

*/
/*------------------------------------------------------------------
# [Typography]

Body: "Plus Jakarta Sans", sans-serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Plus Jakarta Sans", sans-serif;
}

:root {
    --primary--color: #5a23b1;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text-color: #555555;
    --accent--color: #a919c9;
    --purple--color: #5b21af;
    --sea--color: #b0cdf1;
    --hover--color: #ea8eff;
    --parrot--color: #30ca7b;
}

/* TOP HEADER BAR SECTION */

.top-bar-con {
    background-color: var(--primary--color);
    padding: 7px 0 8px;
}

.top-bar-con a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 18px;
    vertical-align: middle;
    transition: ease-in-out 0.6s;
}

.top-bar-con a img {
    margin-right: 7px;
}

.top-bar-con a:hover {
    text-decoration: none;
    color: var(--hover--color) !important;
    opacity: 100%;
}

.top-bar-con a.mr-0:hover {
    color: var(--secondary--color) !important;
}

.top-bar-con span {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    transition: ease-in-out 0.6s;
}

.top-bar-con .right-con a.live-chat {
    background-color: var(--accent--color);
    min-width: 110px;
    position: absolute;
    right: 0;
    top: -7px;
    height: 41px;
    text-align: center;
    margin: 0;
    line-height: 41px;
}

.top-bar-con .right-con a.live-chat:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.top-bar-con .right-con ul.social-icon {
    position: relative;
    right: 148px;
}

.top-bar-con .right-con ul.social-icon li a {
    margin: 0 11px;
}

.top-bar-con .right-con ul.social-icon li a i {
    font-size: 16px;
    color: var(--secondary--color);
}

.top-bar-con .right-con ul.social-icon li a i:hover {
    color: var(--hover--color);
}

/* HEADER CON STYLING */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: var(--black--color);
    font-weight: 500;
}

.header-con .navbar-light .navbar-nav .active .nav-link {
    color: var(--accent--color);
}

.header-con .navbar-light .navbar-nav .nav-link {
    color: var(--black--color);
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent--color);
}

.header-con .navbar-nav {
    gap: 60px;
    align-items: center;
}

.header-con .navbar-light .navbar-nav .nav-item.dropdown.show>a {
    color: var(--accent--color);
}

.header-btn ul {
    display: flex;
    gap: 10px;
}

.header-btn {
    margin-left: 48px;
}

.header-con {
    padding: 9px 0;
}

.header-con .navbar-nav li .dropdown-toggle::after {
    border: none;
}

.header-con .navbar-nav>li>.dropdown-toggle::after {
    content: "\f107";
    top: 2px;
    width: 10px;
    height: 6px;
    border: none;
    font-weight: 700;
    font-family: "Font Awesome 6 free";
    position: absolute;
}

.sign-btn a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    color: var(--black--color);
    padding: 16px 29px 16px 30px;
    border: 1px solid rgb(69 53 117 / 20%);
    font-weight: 500;
    border-radius: 10px;
}

.sign-btn a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}

.cart-btn a,
.search-bar a {
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border: 1px solid rgb(69 53 117 / 20%);
    border-radius: 10px;
}

.cart-btn a:hover,
.search-bar a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}

.cart-btn a:hover img,
.search-bar a:hover img {
    filter: brightness(0) invert(1);
}

.cart-btn a:hover .cart-num {
    background: var(--secondary--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown .dropdown-show>a {
    background: #fff;
    color: var(--accent--color);
}

.toggle-bar a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    background-color: var(--primary--color);
    border-radius: 10px;
}

.toggle-bar a span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--secondary--color);
}

.toggle-bar a span:nth-child(2) {
    margin: 6px 0;
}

.cart-num {
    top: 4px;
    right: 4px;
    width: 17px;
    height: 17px;
    display: flex;
    font-size: 10px;
    line-height: 10px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: var(--accent--color);
    background: rgb(167 112 222 / 15%);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown {
    border: 0;
    border-radius: 10px;
    top: 40px;
    width: 210px;
    padding: 15px 0;
    background: var(--accent--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    padding: 13px 20px 12px;
    color: var(--secondary--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown ul li a i {
    padding-right: 8px;
}

.header-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu {
    top: 10px;
    margin: 0;
    left: 210px;
    border: 10px;
    width: 210px;
    padding: 10px 0;
    position: absolute;
    background: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav .custom-dropdown ul li a:hover {
    color: var(--accent--color);
    background: var(--secondary--color);
}

.header-con .navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu li a:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
}

.header-con .dropdown-item {
    padding: 0;
}

.header-con .navbar-nav>li>a>.dropdown-menu {
    position: relative;
}

.header-con .navbar-nav>li>a+.custom-dropdown:after {
    width: 0;
    height: 0;
    top: -10px;
    left: 14px;
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--accent--color);
}

/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--primary--color);
    color: white;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 10px;
}

#back-to-top-btn:focus {
    outline: none;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(90, 35, 177, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(90, 35, 177, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(24, 63, 60, .01);
    }
}

#back-to-top-btn::after {
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}


#back-to-top-btn:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary--color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* sidebar menu styling */
body.show-sidebar-drawer {
    height: 100% !important;
}

body.show-sidebar-drawer #sidebar-drawer {
    right: 0;
    overflow: auto;
    visibility: visible;
}

#sidebar-drawer {
    padding: 65px 40px;
    background: #fff;
    position: fixed;
    width: 445px;
    height: 100vh;
    z-index: 9999;
    top: 0;
    right: -445px;
    transition: right 0.5s ease-in-out;
}

#sidebar-drawer a.close-button {
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
}

#sidebar-drawer a.close-button span.close-icon i {
    font-size: 16px;
    transition: all 0.5s linear;
    border: 1px solid rgb(84 36 127 / 10%);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent--color);
    border-radius: 10px;
}

#sidebar-drawer a.close-button span.close-icon i:hover {
    color: var(--secondary--color);
    background: var(--accent--color);
    border-color: var(--accent--color);
}

#sidebar-drawer-curtain {
    background: rgb(0 0 0 / 80%);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.drawer-menu-logo a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 60px;
}

.drawer-hosting-box ul li a {
    gap: 22px;
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 16px 21px 17px;
    background: var(--bg--color);
    border-radius: 10px;
}

.drawer-hosting-box ul li:last-child a {
    margin-bottom: 0;
}

.drawer-hosting-contant h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--black--color);
}

.drawer-hosting-contant span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--text-color);
}

.drawer-hosting-box ul li a:hover {
    background: var(--accent--color);
}

.drawer-hosting-box ul li a:hover * {
    color: var(--secondary--color);
}

.drawer-hosting-box ul li figure img {
    transition: all 0.5s ease-in-out;
}

.drawer-hosting-box ul li a:hover figure img {
    transform: translateY(2px);
    filter: brightness(0) invert(1);
}

/* sidebar meun styling */

/* FOOTER SECTION  */
.footer-con {
    padding-top: 100px;
    background-image: url(../images/footer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-con ul li a {
    color: var(--text-color);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
}

.footer-con ul li {
    line-height: 18px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 17px;
}

.footer-con ul li i {
    font-size: 6px;
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--accent--color);
}

.footer-con .row {
    margin-bottom: 70px;
}

.footer-con .row.second-row {
    margin-bottom: 50px;
}

.footer-con h4 {
    margin-bottom: 27px;
    font-weight: 700;
}

.footer-con a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--accent--color);
    transition: ease-in-out 0.3s;
}

.footer-con a:hover::after {
    width: 100%;
}

.footer-con .footer-logo-con a:hover::after {
    width: unset;
}

.footer-con .footer-inner-links ul li a:hover,
.footer-con .footer-inner-links ul li a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

.footer-con .footer-inner-links.var4 ul li {
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
}

.footer-con .footer-inner-links.var4 h4 {
    margin-bottom: 18px;
}

.footer-con .footer-inner-links.var4 ul li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.footer-con .copyright-con {
    padding-top: 22px;
    padding-bottom: 40px;
    border-top: 1px solid rgb(91 33 175 / 20%);
}

.footer-con .copyright-con ul.social-icon li i {
    color: var(--primary--color);
    text-align: center;
    font-size: 18px;
    transition: ease-in-out 0.6s;
    top: unset;
    position: unset;
}

.footer-con .copyright-con ul.social-icon li i:hover {
    transform: translateY(-2px);
    color: var(--accent--color);
}

.footer-con .copyright-con ul.social-icon li a:hover::after {
    width: unset;
}

.footer-con .copyright-con ul.social-icon li {
    margin: 0 10px;
    padding-left: 0;
}

.footer-con .copyright-con .copyright-content p {
    font-size: 14px;
}

.footer-con .copyright-con .copyright-content a:hover {
    color: var(--primary--color);
}

.footer-con .cta-con {
    padding: 63px 86px;
    border-radius: 10px;
}

.footer-con .cta-con .secondary-button a {
    min-width: 191px;
    height: 55px;
    line-height: 55px;
    border: 1px solid transparent;
}

.footer-con .cta-con .secondary-button a:hover {
    border: 1px solid var(--secondary--color);
}

.footer-con .cta-con a:hover::after {
    width: unset;
}

/* special */
.heading-title-con {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.heading-title-con h2 {
    margin-bottom: 14px;
}

.heading-title-con p {
    margin-bottom: 24px;
}

/* BANNER SECTION */
.banner-con p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 31px;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    padding: 7px 22px;
    min-width: 160px;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: ease-in-out 0.6s;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 15px;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--secondary--color);
    text-transform: uppercase;
}

.breadcrumb-item a:hover {
    color: var(--accent--color);
}

/* .breadcrumb:hover {
    background-color: var(--primary--color);
}

.breadcrumb:hover .breadcrumb-item a,
.breadcrumb:hover .breadcrumb-item.active {
    color: var(--secondary--color);
} */

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "~";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    padding: 0 7px;
    font-weight: 600;
}

/* .breadcrumb:hover .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary--color);
} */

/*  */
/* DOMAIN REGISTRATION SECTION STYLING */
.domain-registration-con {
    background-image: url(../images/domain-registration-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.domain-registration-con .domain-search-inner-con input {
    width: 770px;
    height: 60px;
    line-height: 60px;
    padding: 16px 20px 16px 52px;
    border: none;
    border-radius: 30px;
}

.domain-registration-con .domain-search-inner-con img {
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.domain-registration-con .domain-search-outer {
    margin-right: 13px;
}

.domain-registration-con .secondary-button a,
.domain-registration-con .elementary-button a {
    min-width: 160px;
}

.domain-registration-con .elementary-button a {
    border-color: var(--secondary--color);
    color: var(--secondary--color);
}

.domain-registration-con .elementary-button a:hover {
    border-color: var(--accent--color);
}

.domain-registration-con .primary-button a {
    border: 1px solid transparent;
}

.domain-registration-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color);
}

.domain-registration-con .secondary-button {
    margin-right: 13px;
}

.domain-registration-con input:focus {
    box-shadow: inset 0 1px 1px rgb(58 218 155 / 8%), 0 0 8px rgb(58 218 155 / 60%);
    outline: none;
    border-color: var(--primary--color);
}

.domain-registration-con .domain-search-inner-con {
    margin-bottom: 38px;
}

.domain-registration-con .domain-prices {
    display: grid;
    grid-template-columns: repeat(4, 165px);
    gap: 10px;
}

.domain-registration-con .domain-prices .domain-name {
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 15%);
    padding: 7px 0;
    justify-content: space-evenly;
    border-radius: 10px;
}

.domain-registration-con .view-all-pricing {
    margin-left: 17px;
    text-decoration: underline;
}

.domain-registration-con .view-all-pricing:hover {
    color: var(--secondary--color) !important;
}

.domain-registration-con span.popular-domain {
    margin-right: 10px;
}

/* HOSTING FEATURES SECTION */
.hosting-features-con .feature-box {
    padding: 35px 44px 34px 34px;
    border: 2px solid transparent;
    transition: 0.6s ease-in-out;
    margin-bottom: 30px;
    border-radius: 10px;
}

.hosting-features-con .feature-box .feature-content {
    margin-left: 35px;
}

.hosting-features-con .feature-box h4 {
    margin-bottom: 20px;
}

.hosting-features-con .feature-box img {
    transition: 0.6s ease-in-out;
}

.hosting-features-con .feature-box:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 111 222 / 10%);
}

.hosting-features-con .feature-box:hover img {
    transform: translateY(2px);
}

.hosting-features-con .feature-box:hover h4 {
    color: var(--accent--color);
}

/* WHY CHOOSE US SECTION */

/* REAL TIME SUPPORT SECTION */
.real-time-support-con {
    background-image: url(../images/real-time-support-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.real-time-support-con .safe-and-stream-wrap {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    gap: 30px;
}

.real-time-support-con .safe-and-stream-wrap .wrap1 {
    height: 146px;
    background-color: var(--secondary--color);
    text-align: center;
    padding: 34px 20px;
    transition: 0.6s ease-in-out;
    border-radius: 10px;
}

.real-time-support-con .safe-and-stream-wrap .wrap1:hover {
    background-color: var(--accent--color);
}

.real-time-support-con .safe-and-stream-wrap .wrap1:hover * {
    color: var(--secondary--color);
}

.real-time-support-con .data-centers-con .data-count {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 14px;
}

.real-time-support-con .data-centers-con sup {
    font-size: 30px;
    font-weight: 800;
}

.real-time-support-con .data-centers-con span.data-text {
    font-size: 18px;
    line-height: 20px;
}

/* REALIABLE AND PERFORMANCE SECTION */
.performance-con .feature-box {
    padding: 0 40px;
    /* border-right: 1px solid rgb(91 33 175 / 20%); */
}

.performance-con .feature-box img {
    margin-bottom: 25px;
    transition: ease-in-out 0.6s;
}

.performance-con .feature-box h4 {
    font-weight: 700;
    margin-bottom: 19px;
    line-height: 28px;
}

.performance-con .feature-box:hover img {
    transform: translateY(-2px);
}

.performance-con .col-lg-4.col-md-4 {
    border-right: 1px solid rgb(91 33 175 / 20%);
    /* border-right: 1px solid #ded3ef; */
}

.performance-con .col-lg-4.col-md-4:last-child {
    border-right: none;
}

/* CUSTOMER REVIEW SECTION */
.customers-reviews-con .owl-carousel .owl-item img,
.customers-reviews-con2 .owl-carousel .owl-item img {
    width: auto;
}

.customers-reviews-con .item,
.customers-reviews-con .owl-stage,
.customers-reviews-con .owl-item {
    display: flex;
}

.customers-reviews-con .white-box,
.customers-reviews-con2 .white-box {
    border: 2px solid transparent;
    background-color: var(--secondary--color);
    padding: 40px 34px 47px;
    transition: ease-in-out 0.6s;
    border-radius: 10px;
    width: 100%;
}

.customers-reviews-con .white-box p,
.customers-reviews-con2 .white-box p {
    margin-bottom: 32px;
}

.customers-reviews-con .white-box h4,
.customers-reviews-con2 .white-box h4 {
    font-weight: 700;
    margin-bottom: 4px;
}

.customers-reviews-con .white-box span,
.customers-reviews-con2 .white-box span {
    line-height: 20px;
    font-size: 16px;
    color: var(--text-color);
}

.customers-reviews-con .white-box:hover,
.customers-reviews-con2 .white-box:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 111 222 / 10%) inset;
}

.customers-reviews-con .owl-carousel .owl-item .white-box:hover h4,
.customers-reviews-con2 .owl-carousel .owl-item .white-box:hover h4 {
    color: var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-nav button.owl-next,
.customers-reviews-con2 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -53px;
    top: 50%;
    color: var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-nav button.owl-prev,
.customers-reviews-con2 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -53px;
    top: 50%;
    color: var(--primary--color);
}

.customers-reviews-con .owl-carousel .owl-nav button:focus,
.customers-reviews-con2 .owl-carousel .owl-nav button:focus,
.customers-reviews-con .owl-carousel .owl-nav button:focus-visible,
.customers-reviews-con2 .owl-carousel .owl-nav button:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.customers-reviews-con .owl-carousel .owl-nav button:hover i,
.customers-reviews-con2 .owl-carousel .owl-nav button:hover i {
    border-color: var(--accent--color);
    color: var(--accent--color);
}

.customers-reviews-con .owl-carousel .owl-nav i,
.customers-reviews-con2 .owl-carousel .owl-nav i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid var(--primary--color);
    background-color: var(--secondary--color);
}

.customers-reviews-con .customer-content {
    margin-left: 15px;
}

/* vectors styling */
.left-vector {
    position: absolute;
    left: 0;
    top: 0;
}

.right-vector {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* owl dots styling */
.customers-reviews-con .owl-dots {
    margin-top: 44px;
    text-align: center;
    position: relative;
}

.customers-reviews-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
    /* position: relative; */
}

.customers-reviews-con .owl-dots button:focus,
.customers-reviews-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.customers-reviews-con .owl-dots button.active span {
    background-color: var(--accent--color) !important;
    width: 30px;
    height: 10px;
    border-radius: 5px;
}

.customers-reviews-con .owl-dots button span {
    background-color: var(--secondary--color);
    border: 1px solid var(--accent--color);
    width: 10px;
    height: 10px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

/* BANNER SECTION */
.banner-con {
    padding-bottom: 327px;
}

.banner-con h1 span {
    position: relative;
}

.banner-con h1 span::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
    width: 400px;
    height: 20px;
    background-image: url(../images/pink-line-vector.png);
    background-repeat: no-repeat;
}

.banner-con h1 {
    margin-bottom: 19px;
}

.banner-con p {
    font-size: 20px;
    line-height: 34px;
    color: var(--black--color);
    margin-bottom: 26px;
}

.banner-con ul {
    margin-bottom: 34px;
}

.banner-con ul li {
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--black--color);
    margin: 0 14px;
}

.banner-con ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--accent--color);
}

.banner-con .primary-button a {
    min-width: 250px;
}

/* HOSTING PLAN SECTION  */
.hosting-plans-con .plan-box,
.managed-dedicated-server-con .plan-box {
    padding: 58px 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    text-align: center;
    border: 2px solid transparent;
    transition: ease-in-out 0.6s;
    background-color: var(--secondary-color);
}

.hosting-plans-con .col-lg-4.col-md-6,
.managed-dedicated-server-con .col-lg-4.col-md-6 {
    display: flex;
}

.hosting-plans-con .plan-box .elementary-button,
.managed-dedicated-server-con .plan-box .elementary-button {
    margin-top: auto;
}

.hosting-plans-con .plan-box img {
    margin-bottom: 34px;
}

.hosting-plans-con .plan-box h4,
.managed-dedicated-server-con .plan-box h4 {
    margin-bottom: 20px;
}

.hosting-plans-con .plan-box p,
.managed-dedicated-server-con .plan-box p {
    margin-bottom: 24px;
}

.price {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 23px;
    position: relative;
}

.price span.dollar {
    font-size: 20px;
    position: relative;
    top: -14px;
}

.price span.decimal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    line-height: 22px;
    color: var(--black--color);
}

.hosting-plans-con .plan-box ul li {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
    color: var(--black--color);
}

.hosting-plans-con .plan-box ul {
    margin-bottom: 24px;
}

.hosting-plans-con .plan-box .elementary-button a,
.managed-dedicated-server-con .plan-box .elementary-button a {
    height: 50px;
    line-height: 48px;
    width: 211px;
}

.hosting-plans-con .plan-box:hover,
.managed-dedicated-server-con .plan-box:hover,
.hosting-plans-con .plan-box.pink-box,
.managed-dedicated-server-con .plan-box.pink-box {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 112 222 / 10%);
}

.hosting-plans-con .plan-box:hover .price,
.hosting-plans-con .plan-box:hover .price *,
.managed-dedicated-server-con .plan-box:hover .price,
.managed-dedicated-server-con .plan-box:hover .price *,
.hosting-plans-con .plan-box.pink-box .price,
.hosting-plans-con .plan-box.pink-box .price * {
    color: var(--accent--color) !important;
}

.hosting-plans-con .plan-box:hover .elementary-button a,
.managed-dedicated-server-con .plan-box:hover .elementary-button a,
.hosting-plans-con .plan-box.pink-box .elementary-button a,
.managed-dedicated-server-con .plan-box.pink-box .elementary-button a {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

/* 404 page styling start here */
.error-section,
.coming-soon-con {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* background: var(--secondary--color); */
    position: relative;
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 40px;
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
}

.error-con h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}

.error-con .secondary-button a i {
    margin-left: 4px;
}

.error-con .secondary-button a {
    min-width: 230px;
    line-height: 56px;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 48px;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
}

.coming-soon-con h3 {
    margin-bottom: 20px;
    font-size: 26px;
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--accent--color);
    padding: 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 300;
    border-radius: 10px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 60px;
    line-height: 70px;
    border-radius: 0;
    font-weight: 700;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* SUB PAGES */
/* ABOUT PAGE */

/* SUB BANNER SECTION */
.sub-banner-con {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 106px;
}

.about-banner {
    background-image: url(../images/about-us-bg.jpg);
    /* padding-top: 105px;
    padding-bottom: 106px; */
}

/*  */
.digital-journy-con .white-box {
    background-color: var(--secondary--color);
    border-radius: 10px;
    padding: 46px 80px;
    transition: ease-in-out 0.6s;
    border: 2px solid transparent;
}

.digital-journy-con .white-box:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 112 222 / 10%)
}

.digital-journy-con .white-box:hover img {
    transform: translateY(-2px);
}

.digital-journy-con .white-box figure img {
    margin-bottom: 30px;
    transition: ease-in-out 0.6s;
}

.digital-journy-con .white-box p {
    letter-spacing: 0.4px;
}

.digital-journy-con .white-box h4 {
    margin-bottom: 15px;
}

/* OUR BLOG FEATURE POST SECTION */
.featured-post-con .feature-white-box {
    background-color: var(--secondary--color);
    padding: 0 22px;
}

.featured-post-con .featured-post-box {
    background-color: var(--secondary--color);
    border-radius: 8px;
    margin-bottom: 30px;
}

.featured-post-con .featured-post-box img {
    border-radius: 8px;
}

.featured-post-con .featured-post-box .feature-white-box span.sub-title {
    color: var(--accent--color);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.featured-post-con .featured-post-box .feature-white-box h4 {
    line-height: 28px;
    font-weight: 700;
}

.featured-post-con.our-blog-post-con .news-inner-con img {
    border-radius: 10px;
}

.featured-post-con .white-shape {
    bottom: 0;
}

.featured-post-con .importance-web-security {
    padding: 23px 23px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.featured-post-con .reliable-text {
    background-color: var(--accent--color);
    height: 30px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 14px;
}

.featured-post-con .importance-web-security h4 {
    margin-bottom: 12px;
}

.featured-post-con .importance-web-security .description-con h5 {
    margin-bottom: 6px;
}

.featured-post-con .importance-web-security .description-con {
    padding-left: 10px;
}

.featured-post-con .importance-web-security .description-con span {
    line-height: 16px;
}

.featured-post-con .importance-web-security i {
    position: absolute;
    right: 30px;
    bottom: 29px;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
}

.featured-post-con .importance-web-security i:hover {
    background-color: var(--secondary--color);
    color: var(--accent--color);
}

.featured-post-con .importance-web-security h4 br {
    display: none;
}

.news-description i {
    color: var(--primary--color);
    font-size: 14px;
    margin-right: 4px;
}

.news-description span {
    font-size: 12px;
    color: var(--grey-color);
}

.news-description {
    margin-bottom: 17px;
    justify-content: center;
    gap: 36px;
}

.news-description {
    gap: 13px;
}

.featured-post-con .featured-post-box .feature-white-box h4 a:hover {
    color: var(--accent--color);
    text-decoration: none;
}

/* CONTACT PAGE STYLING */
/* banner section */
.contact-banner {
    background-image: url(../images/contact-banner-bg.jpg);
}

/* contact help section */
.contact-help-con .white-box {
    padding: 38px 30px;
    border: 2px solid transparent;
    transition: ease-in-out 0.6s;
    border-radius: 10px;
}

.contact-help-con .white-box img {
    margin-bottom: 28px;
    transition: ease-in-out 0.6s;
}

.contact-help-con .white-box:hover img {
    transform: translateY(-3px);
}

.contact-help-con .white-box:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 111 222 / 10%);
}

.contact-help-con .white-box h4 {
    margin-bottom: 16px;
}

.contact-help-con .white-box ul li a {
    color: var(--text-color);
}

.contact-help-con .white-box ul li a:hover {
    color: var(--purple--color);
    text-decoration: none;
}

.contact-help-con a:hover {
    color: var(--primary--color);
    text-decoration: none;
}

/* CONTACT FORM SECTION */
.contact-form-con {
    background-image: url(../images/contact-form-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-con #contactpage span.error {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    display: block;
    padding-left: 6px;
    color: var(--secondary--color);
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 48.5%;
    margin-right: 27px;
    margin-bottom: 30px;
}

.contact-form-con form ul li:nth-child(2),
.contact-form-con form ul li:nth-child(4) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: none;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    border-radius: 30px;
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 120px;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: none;
    font-size: 14px;
    width: 100%;
    color: var(--text-color);
    float: left;
    border-radius: 20px;
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(58 218 155 / 8%), 0 0 8px rgb(169 26 201 / 80%);
    border-color: 1px solid var(--accent--color);
}

.contact-form-con form .secondary-button button {
    min-width: 225px;
    height: 58px;
    line-height: 56px;
    border: 1px solid transparent;
}

.contact-form-con form .secondary-button button:hover {
    border: 1px solid var(--secondary--color);
}

/* DOMAIN PAGE STYLING */
/* banner section */
.domain-banner {
    background-image: url(../images/domain-banner-bg.jpg);
}

.perfect-domain-name-con .domain_content {
    padding: 75px;
    margin-bottom: 0;
    background-color: var(--secondary--color);
    border-radius: 10px;
}

.perfect-domain-name-con .domain_content form {
    margin-bottom: 40px;
    justify-content: center;
}

.perfect-domain-name-con .domain_content .form-group {
    height: 60px;
    width: 490px;
    padding: 10px 15px 10px 52px;
    color: var(--text-color);
    background-color: var(--secondary--color);
    border: 1px solid rgb(84 36 127 / 30%);
    display: flex;
    align-content: center;
    transition: all 0.6s ease-in-out;
    border-radius: 30px;
}

.perfect-domain-name-con .domain_content .global {
    position: absolute;
    left: 18px;
    top: 18px;
}

.perfect-domain-name-con .domain_content input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: transparent;
    width: 100%;
    border: none;
    border-radius: 0;
    overflow: visible;
    outline: none;
    box-shadow: none;
}

.perfect-domain-name-con .domain_content button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px;
    width: 110px;
    height: 60px;
    margin-left: 9px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
    border: 1px solid transparent;
    transition: all 0.8s ease-in-out;
    outline: none;
    cursor: pointer;
}

.perfect-domain-name-con .domain_content button:hover {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border: 1px solid var(--primary--color);
}

.perfect-domain-name-con .domain_content .transfer {
    margin-left: 6px;
    color: var(--primary--color);
    background-color: transparent;
    border: 1px solid var(--primary--color);
}

.perfect-domain-name-con .domain_content .transfer:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
}

.perfect-domain-name-con .domain_content ul {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 33px;
    text-align: center;
}

.perfect-domain-name-con .domain_content ul li {
    padding: 19px;
    margin: 0 10px;
    width: 169px;
    height: 99px;
    text-align: center;
    background-color: var(--secondary--color);
    border: 1px solid rgb(84 36 127 / 30%);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.perfect-domain-name-con .domain_content ul li:hover {
    border: 1px solid var(--accent--color)
}

.perfect-domain-name-con .domain_content ul li:first-child {
    margin-left: 0;
}

.perfect-domain-name-con .domain_content ul li:last-child {
    margin-right: 0;
}

.perfect-domain-name-con .domain_content ul li .icon {
    max-height: 24px;
    margin-bottom: 16px;
}

.perfect-domain-name-con .domain_content ul li .price {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--primary--color);
    font-family: "Plus Jakarta Sans", sans-serif;
}

.perfect-domain-name-con .domain_content .view_all {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-left: 42px;
    color: var(--accent--color);
    text-decoration: underline;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin: 0 auto;
}

.perfect-domain-name-con .domain_content .view_all:hover {
    color: var(--primary--color);
}

.perfect-domain-name-con .form-group:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(58 218 155 / 100%);
    outline: none;
    border-color: var(--primary--color);
}

.perfect-domain-name-con .form-group:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

/* POPULAR TLDZ SECTION */
.most-popular-tld-con .popular-box {
    padding: 38px 30px 40px;
    background-color: var(--secondary--color);
    border: 2px solid transparent;
    transition: all 0.8s ease-in-out;
    box-shadow: 0 10px 20px rgb(7 116 255 / 10%);
    border-radius: 10px;
    width: 100%;
}

.most-popular-tld-con .popular-box .icon {
    min-height: 67px;
    margin-bottom: 10px;
}

.most-popular-tld-con .popular-box p {
    font-weight: 500;
    margin-bottom: 30px;
}

.most-popular-tld-con .popular-box .text {
    display: block;
    margin-bottom: 8px;
}

.most-popular-tld-con .popular-box .value {
    margin-bottom: 25px;
}

.most-popular-tld-con .popular-box span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text-color);
}

.most-popular-tld-con .popular-box .number {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary--color);
    transition: all 0.8s ease-in-out;
}

.most-popular-tld-con .popular-box .primary_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 16px 17px;
    display: block;
    color: var(--accent--color);
    background-color: transparent;
    border: 1px solid var(--accent--color);
    text-align: center;
    border-radius: 24px;
    font-weight: 600;
}

.most-popular-tld-con .popular-box:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 111 222 / 10%);
}

.most-popular-tld-con .popular-box:hover .number {
    color: var(--accent--color);
}

.most-popular-tld-con .popular-box:hover .primary_btn {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
    text-decoration: none;
}

.most-popular-tld-con .popular-box .primary_btn:hover {
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
}

.most-popular-tld-con {
    background-image: url(../images/most-popular-tld-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* PRICING TABLE SECTION STYLING */

.pricing-table-con .table-box {
    width: 100%;
    border: 1px solid rgb(69 53 117 / 20%);
    background-color: var(--secondary--color);
}

.pricing-table-con .table-box tr:first-child {
    border-bottom: none;
}

.pricing-table-con .table-box tr {
    border-bottom: 1px solid rgb(69 53 117 / 20%);
}

.pricing-table-con .table-box tr:hover {
    background-color: var(--sky-family-color);
}

.pricing-table-con .table-box tr:first-child th {
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
    padding: 24px 60px;
    color: var(--secondary--color);
    background-color: var(--accent--color);
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
}

.pricing-table-con .table-box tr td:first-child {
    font-weight: 700;
    color: var(--black--color);
}

.pricing-table-con .table-box tr td {
    font-size: 16px;
    line-height: 15px;
    font-weight: 400;
    padding: 22px 60px;
    text-align: center;
    color: var(--text-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: var(--secondary--color);
}

.pricing-table-con .table-box tr:last-child td {
    padding-bottom: 25px;
}

.pricing-table-con .table-vector {
    left: 0;
    max-width: 100%;
}

.pricing-table-con tr:nth-child(4) td {
    background-color: rgb(169 26 201 / 10%);
    border-top: 2px solid var(--accent--color);
    border-bottom: 2px solid var(--accent--color);
}

.pricing-table-con tr:nth-child(4) td:first-child {
    border-left: 2px solid var(--accent--color);
}

.pricing-table-con tr:nth-child(4) td:last-child {
    border-right: 2px solid var(--accent--color);
}

/* SEVERE MIGRATION SECTION */
.server-migration-con img {
    border-radius: 10px;
}

.server-migration-con .server-migration-content p {
    margin-bottom: 33px;
}

.server-migration-con .server-migration-content .heading-title-con h2 {
    margin-bottom: 23px;
}

.server-migration-con .server-migration-content span.special-text {
    margin-bottom: 14px;
}

.server-migration-con .primary-button a {
    border: 1px solid transparent;
}

.server-migration-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
}

.server-migration-con .green-box {
    background-color: var(--primary--color);
    width: 160px;
    height: 115px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 21px;
    padding: 23px 15px;
    border-radius: 10px;
}

.server-migration-con .green-box span.data-count {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 5px;
}

.server-migration-con .green-box sup {
    font-size: 24px;
}

.server-migration-con .green-box span.text2 {
    font-size: 18px;
    line-height: 22px;
}

/* SHARED PAGE STYLING */

.shared-banner {
    background-image: url(../images/shared-banner-bg.jpg);
}

.shared-plans-con .vector {
    left: 0;
    max-width: 100%;
}

.shared-plans-con .tag {
    top: 0;
    right: 0;
    background-color: var(--accent--color);
    color: var(--secondary--color);
    min-width: 152px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    padding: 7px 8px 9px;
}

/* FREE CLICK INSTALL SECTION */
.free-click-install-con .smallbox {
    gap: 15px;
    width: 160px;
    height: 176px;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary--color);
    border: 2px solid transparent;
    border-radius: 10px;
    transition: ease-in-out 0.6s;
    position: relative;
    z-index: 2;
    opacity: 100%;
}

.free-click-install-con .smallbox span {
    color: var(--black--color);
}

.free-click-install-con .smallbox img {
    transition: ease-in-out 0.6s;
    opacity: 50%;
    filter: grayscale(100);
}

.free-click-install-con .smallbox:hover img {
    transform: translateY(-3px);
    opacity: 100%;
    filter: grayscale(0);
}

.free-click-install-con .smallbox:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 111 222 / 10%);
}

.free-click-install-con .smallbox:hover span {
    color: var(--accent--color);
}

.free-click-install-con .vector {
    left: 0;
    max-width: 100%;
    top: 70px;
}

/* RESELLER PAGE STYLING */
.reseller-banner {
    background-image: url(../images/reseller-banner-bg.jpg);
}

/* DEDICATED PAGE STYLING */
.dedicated-banner {
    background-image: url(../images/dedicated-banner-bg.jpg);
}

.dedicated-plans-con .silver-span {
    margin-bottom: 16px;
}

.hosting-plans-con.dedicated-plans-con .col-lg-3.col-md-6 {
    display: flex;
}

.hosting-plans-con.dedicated-plans-con .plan-box {
    padding: 39px 22px;
    width: 100%;
}

.hosting-plans-con.dedicated-plans-con .price span.decimal {
    position: absolute;
    top: 4px;
    right: 88px;
    font-size: 20px;
    line-height: 22px;
    color: var(--primary--color);
}

.hosting-plans-con.dedicated-plans-con .plan-box ul li {
    padding-left: 25px;
}

.hosting-plans-con.dedicated-plans-con .plan-box ul {
    margin-bottom: 0;
}

.hosting-plans-con.dedicated-plans-con .plan-box ul li i {
    position: absolute;
    left: 0;
    top: 4px;
}

.hosting-plans-con.dedicated-plans-con .price {
    margin-bottom: 15px;
}

.hosting-plans-con.dedicated-plans-con .plan-box h4 {
    margin-bottom: 8px;
}

.hosting-plans-con.dedicated-plans-con .plan-box:hover .silver-span {
    color: var(--accent--color);
}

/* DEDICATED HOSTING FEATURES SECTION */
.dedicated-features-con {
    background-image: url(../images/dedicated-features-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.dedicated-features-con .dedicated-box img {
    transition: ease-in-out 0.6s;
    margin-bottom: 30px;
}

.dedicated-features-con .dedicated-box:hover img {
    transform: translateY(-2px);
}

.dedicated-features-con .feature-top {
    padding: 42px 37px 38px;
    border-radius: 10px;
}

.dedicated-features-con .feature-bottom {
    padding: 23px 0;
}

.dedicated-features-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.dedicated-features-con .col-lg-4.col-md-6:nth-last-child(-n+3) {
    margin-bottom: 0;
}

/* VPS PAGE STYLING */
.vps-banner {
    background-image: url(../images/vps-banner-bg-img.jpg);
}

/* VPS HOSTIN FEATURES SECTION */
.vps-features-con .col-lg-4.col-md-4 {
    margin-bottom: 30px;
}

.vps-features-con .col-lg-4.col-md-4:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}


.vps-features-con .white-box {
    padding: 37px 28px 32px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: ease-in-out 0.6s;
    width: 100%;
    background-color: rgb(255 255 255 / 40%) !important;
}

.vps-features-con .white-box:hover {
    border: 2px solid var(--accent--color);
    box-shadow: 0 40px 40px rgb(167 111 222 / 10%);
    background-color: rgb(255 255 255 / 100%) !important;
}

.vps-features-con .white-box img {
    margin-bottom: 22px;
    transition: ease-in-out 0.6s;
}

.vps-features-con .white-box h4 {
    margin-bottom: 20px;
}

.vps-features-con .white-box:hover img {
    transform: translateY(-3px);
}

/* hosting plans vps slider section */
/* VPS SLIDER SECTION */
.price_rangetxt {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 31px;
    gap: 0 60px;
}

.vps-hosting-plans-con .vps-inner-con {
    background-color: var(--secondary--color);
    padding: 44px 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid var(--primary--color);
}

.vps-price-slider-con .sliderbox {
    background-color: var(--secondary--color);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border-top: 5px solid var(--primary--color);
    border-radius: 0;
    padding: 70px 88px 76px;
    position: relative;
}

.price_rangetxt span {
    font-size: 16px;
    color: var(--black--color);
    font-weight: bold;
}

.price_rangetxt div.icon {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
}

.price_rangetxt div.current {
    color: var(--accent-color);
}

.price_rangetxt div.current span {
    color: var(--accent--color);
}

.product-con .image_holder .inner-content-holder {
    padding-left: 12px;
}

.product-con .image_holder .inner-content-holder span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}

.product-con .image_holder .inner-content-holder span.value {
    font-size: 20px;
    font-weight: 700;
    color: var(--black--color);
    margin-bottom: 0;
}

.vps-hosting-plans-con .plans-pricing-blue-con {
    background-color: var(--primary--color);
    padding: 57px 30px 56px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.dollar {
    font-size: 30px;
    line-height: 40px;
    top: -23px;
    position: relative;
    left: 5px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.decimal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    line-height: 30px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.per-month {
    font-size: 16px;
    line-height: 20px;

}

.vps-hosting-plans-con .plans-pricing-blue-con .price {
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 22px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .secondary-button a {
    min-width: 159px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
}

.vps-hosting-plans-con .plans-pricing-blue-con .secondary-button a:hover {
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color);
}

.vps-hosting-plans-con .product-con .smallbox {
    width: 24%;
    padding: 0 20px;
    border-right: 1px solid rgb(91 33 175 / 20%);
}

.vps-hosting-plans-con .product-con .smallbox:last-child {
    border-right: none;
}

.vps-hosting-plans-con .row {
    margin-bottom: 40px;
}

.vps-hosting-plans-con .benefits-plan-con h4 {
    margin-bottom: 35px;
    font-weight: 700;
}

.vps-hosting-plans-con .benefits-plan-con ul li i {
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: var(--parrot--color);
    position: absolute;
    left: 0;
    top: 3px;
}

.vps-hosting-plans-con .benefits-plan-con ul li {
    padding-left: 35px;
    color: var(--black--color);
    margin-bottom: 20px;
    font-weight: 500;
}

.vps-hosting-plans-con .benefits-plan-con ul {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.vps-hosting-plans-con .vector {
    max-width: 100%;
    left: 0;
    top: 70px;
}

/*  */
.sub-banner-con h1 br {
    display: none;
}

.contact-help-con .white-box ul {
    margin-bottom: 0;
}

.most-popular-tld-con .col-lg-3.col-md-6 {
    display: flex;
}


/* Home 02 */
.index2-outer-wrapper .customers-reviews-con2 .vector {
    max-width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index2-outer-wrapper .customers-reviews-con2 .white-box {
    text-align: center;
    padding: 40px 34px;
    border: 2px solid rgb(91 33 175 / 10%);
}

.index2-outer-wrapper .customers-reviews-con2 .white-box:hover {
    border: 2px solid var(--accent--color);
}

.index2-outer-wrapper .customers-reviews-con2 .white-box figure {
    margin: 0 auto 20px;
    display: inline-block;
}

.index2-outer-wrapper .customers-reviews-con2 .owl-carousel .owl-nav.disabled {
    display: block !important;
}

/* PLAN BOXES */
.index2-outer-wrapper .managed-dedicated-server-con .plan-box {
    box-shadow: 0 5px 50px rgb(0 0 0 / 5%);
    padding: 48px 38px;
    border-radius: 10px;
}

.index2-outer-wrapper .managed-dedicated-server-con .plan-box span.list-content {
    margin-bottom: 10px;
}

.index2-outer-wrapper .managed-dedicated-server-con .plan-box:hover span.list-content {
    color: var(--black--color);
}

.index2-outer-wrapper .managed-dedicated-server-con .plan-box .features-listing-con {
    margin-bottom: 30px;
}

.index2-outer-wrapper .managed-dedicated-server-con .plan-box .tag {
    width: 150px;
    top: -15px;
    right: 17px;
    background-color: var(--accent--color);
    padding: 2px;
    text-align: center;
    border-radius: 10px;
}

.index2-outer-wrapper .managed-dedicated-server-con .vector {
    max-width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index2-outer-wrapper .managed-dedicated-server-con .row {
    position: relative;
    z-index: 1;
}

/* HOME 02 BANNER SECTION STYLING */
.index2-outer-wrapper .banner-con {
    padding-top: 104px;
    padding-bottom: 104px;
}

.index2-outer-wrapper .banner-con::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 470px;
    height: 100%;
    background-image: url(../images/home02/pat-2.png);
    background-repeat: repeat;
}

.index2-outer-wrapper .banner-con ul li {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.index2-outer-wrapper .banner-con ul li i {
    color: var(--parrot--color);
}

.index2-outer-wrapper .banner-con .banner-img img {
    position: relative;
    z-index: 1;
    border-radius: 100px 10px 10px 0;
    /* border-top-left-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0; */
}

.index2-outer-wrapper .banner-con .banner-img img.elipse {
    border-radius: unset;
    z-index: 0;
    bottom: -51px;
    left: -38px;
    width: auto;
}

.index2-outer-wrapper .banner-con .secondary-button a {
    min-width: 255px;
    font-weight: 500;
}

.index2-outer-wrapper .banner-con .secondary-button a i {
    font-size: 19px;
}

/* HOME 03 PAGE RESPONSIVE STLYING */
.index3-outer-wrapper .banner-con::after {
    background-image: url(../images/home03/banner-img.jpg);
    width: 755px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.index3-outer-wrapper .banner-con {
    padding-top: 128px;
    padding-bottom: 128px;
}

.index3-outer-wrapper .banner-con .elementary-button a {
    border-color: var(--primary--color);
    color: var(--primary--color);
    min-width: 255px;
}

.index3-outer-wrapper .banner-con .elementary-button a:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.index3-outer-wrapper .banner-con p {
    font-size: 18px;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 18px;
}

/* MANAGED SECTION */
/* managed section styling */
.managed-con {
    background-image: url(../images/home03/managed-unmanaged-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.managed-con .white-box {
    padding: 47px 65px 45px;
    background-color: var(--secondary--color);
    border-radius: 8px;
}

.managed-con .managed-content {
    padding-left: 30px;
}

.managed-con .managed-content h4 {
    margin-bottom: 15px;
}

.managed-con .managed-content p {
    margin-bottom: 22px;
}

.managed-con .managed-content ul li i {
    color: var(--parrot--color);
    font-size: 12px;
    left: 0;
    top: 14px;
}

.managed-con .managed-content ul li {
    color: var(--black--color);
    border-bottom: 1px solid #e6e9ee;
    padding: 8px 8px 8px 25px;
}

.managed-con .white-box {
    display: block !important;
}

.managed-con .white-box .managed-content {
    padding-left: 0;
    padding-top: 32px;
}