@import 'https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

input,
textarea {
    outline: none
}

body {
    font-family: epilogue, sans-serif
}

a.nav-link {
    font-weight: 500;
    color: #000 !important
}

.full-btn {
    width: 100%
}

.img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    line-height: 1.1
}

h2 {
    font-size: 48px
}

p {
    font-size: 16px;
    color: #434959
}

ul {
    margin-bottom: 0 !important;
    list-style-type: none;
    padding: 0
}

.container {
    max-width: 1380px;
    padding: 0 20px
}

.primary-btn {
    background-color: #4517f6;
    color: #fff
}

.primary-btn:hover {
    color: #fff;
    box-shadow: 0 2px 20px #1180ff
}

.bg-light {
    background: #f0f4ff
}

.cstm-header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    width: 100%
}

.cstm-header.sticky {
    position: sticky
}

.header-wrapper {
    width: 100%
}

.navbar-brand svg,
.navbar-brand img {
    max-width: 200px;
    height: auto
}

li.nav-item.dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.nav-item.dropdown svg {
    width: 30px;
    height: 30px
}

.nav-item.dropdown span {
    font-size: 17px;
    font-weight: 500;
    color: #000
}

.dropdown-item {
    padding: 10px;
    display: flex;
    gap: 8px;
    border-radius: 10px;
    align-items: center;
    white-space: unset
}

.nav-link {
    padding: 20px 15px !important
}

li.nav-item.dropdown span {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

li.nav-item.dropdown a {
    font-size: 16px;
    color: #000
}

form.d-flex.align-items-center {
    flex-wrap: wrap
}

.dropdown-menu {
    box-shadow: 0 4px 20px -8px rgba(31, 56, 112, .15);
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    min-width: 300px
}

.white-btn {
    background: #fff
}

.white-btn:hover {
    box-shadow: 0 2px 20px #ffffff4a
}

.top-header {
    padding: 7px 0;
    border-bottom: 1px solid #d8d8d8
}

.main-header {
    padding-top: 20px;
    padding-bottom: 20px
}

.btn {
    min-width: 150px;
    font-weight: 500;
    padding: 10px 20px
}

.banner-section {
    background: #2253e5;
    padding-top: 65px;
    padding-bottom: 50px
}

@media screen and (max-width:600px) {
    .banner-section {
        background: #2253e5;
        padding-top: 65px;
        padding-bottom: 0
    }
}

.banner-Heading {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -1.6px;
    color: #fff;
    margin-bottom: 30px
}

.banner-text {
    font-size: 18px;
    color: #fff
}

.banner-list {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0;
    margin-bottom: 20px
}

.banner-list li p {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.domain-wrapper .formfield {
    max-width: 700px;
    margin: 0 auto
}

.domain-wrapper p {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px
}

.domain-heading {
    font-size: 42px
}

.features-heading h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 700
}

.features-section {
    padding-top: 60px;
    padding-bottom: 80px
}

.feature-card-box {
    background-color: #fff;
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border-style: solid;
    border-width: 0 0 4px;
    height: 100%;
    border-color: #0051e1;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.feature-icon {
    margin-bottom: 20px
}

.feature-card-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center
}

.feature-card-box::before {
    transform: scaleY(0);
    transform-origin: bottom right
}

.feature-card-box::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background-color: #0051e1;
    z-index: -1;
    transition: transform .8s ease;
    border-radius: 4px
}

.feature-card-box:hover::before {
    transform: scaleY(1);
    transform-origin: bottom left
}

.feature-card-box:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    transform: translateY(0px);
    color: #fff
}

.feature-card-box:hover p {
    color: #fff
}

.feature-card-box:hover .feature-icon i {
    color: #fff
}

.feature-card-box p {
    text-align: center;
    font-size: 15px;
    transition: all .5s ease-in-out;
    margin: 0
}

.feature-card-box h2 {
    font-size: 24px
}

.feature-icon i {
    font-weight: 900;
    font-size: 38px;
    color: #4517f6;
    transition: all .8s ease-in-out
}

.domain-section {
    display: none;
    padding-bottom: 20px;
    margin-top: -130px
}

.domain-wrapper {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 40px 40px 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.domain-wrapper .form-control {
    width: 100%;
    border: 1px solid #cfd3da;
    border-radius: 4px;
    font-size: 15px;
    line-height: 18px;
    color: #2b1f51;
    padding: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.form-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.formfield {
    position: relative
}

.membership-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.membership-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 40px 25px;
    border-radius: 8px;
    position: relative;
    height: 100%;
    overflow: hidden
}

.membership-heading {
    font-size: 32px;
    margin-bottom: 10px
}

.membership-price-sybmol,
.membership-price-text {
    font-size: 28px
}

.membership-content {
    padding-top: 30px
}

.membership-footer {
    border-top: 1px solid #43495930;
    padding-top: 25px
}

.membership-footer h4 {
    margin-bottom: 9px
}

.membership-features-list li {
    font-size: 16px;
    color: #434959;
    padding: 5px 0
}

.membership-bestseller-box {
    color: #fff;
    background: #4517f6;
    position: absolute;
    transform: rotate(45deg);
    right: -29px;
    top: 19px;
    z-index: 0;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    width: 125px;
    text-align: center;
    padding: 11px 0 9px
}

.testimonail-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.testimonal-text {
    font-size: 16px;
    margin-bottom: 20px
}

.testimonal-profile-img {
    max-width: 73px;
    border-radius: 50px;
    overflow: hidden
}

.testimonail-profile-data p {
    margin: 0;
    font-size: 16px;
    font-weight: 500
}

.testimonal-box {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    padding: 40px 30px;
    border-radius: 8px
}

.testimonail-slider .slick-list {
    padding-top: 20px;
    padding-bottom: 20px
}

.testimonail-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px
}

.why-choose-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.choose-icon-content p {
    font-size: 16px;
    margin: 0
}

.choose-us-icon-wrapper {
    margin-bottom: 20px
}

.tesimonal-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.choose-us-icon-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.choose-us-icon-box img {
    max-width: 50px
}

.choose-us-img {
    padding-left: 100px
}

.dropdown-menu.show {
    display: block
}

.dropdown-item-wrapper {
    display: flex;
    align-items: center;
    gap: 16px
}

.dropdown-icon-box {
    padding: 18px;
    display: flex;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.dropdown-icon-box i {
    color: #000;
    font-size: 16px
}

.dropdown-item:hover {
    color: #1e2125;
    background-color: #0000ff21
}

.dropdown-item:hover .dropdown-content span,
.dropdown-item:hover .dropdown-content p {
    color: #000
}

.dropdown-item:hover .dropdown-icon-box,
.dropdown-item:hover .dropdown-icon-box i {
    background-color: #fff
}

.dropdown-content {
    max-width: 200px
}

.dropdown-content p {
    max-width: 200px;
    font-size: 12px;
    margin-bottom: 0
}

.dropdown-content span {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 0
}

.outline-btn {
    border-radius: 50px;
    background-color: #fff;
    color: #2253e5;
    border: 1px solid #2253e5
}

.outline-btn:hover {
    background-color: #2253e5;
    color: #fff;
    box-shadow: 0 2px 20px #1180ff
}

.head-btn {
    padding: 9px 13px 6px;
    font-size: 14px;
    min-width: 125px
}

.server-location-flag span {
    display: flex;
    gap: 5px;
    padding: 4px 0;
    align-items: center
}

.home-contact-section {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #f8f8f8
}

.home-contact-box {
    background-color: #fff;
    padding: 20px;
    max-width: 500px;
    border-radius: 15px
}

.home-contact-box a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center
}

.home-contact-box h4 {
    animation-name: blinker;
    animation-duration: 1.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.home-contact-wrapper-right {
    padding: 40px;
    background-color: #2253e5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-contact-wrapper-left h2 {
    font-size: 34px;
    margin-bottom: 5px
}

.home-contact-wrapper-left p {
    margin: 0
}

.home-contact-wrapper-left {
    padding: 20px 40px;
    color: #000;
    flex: 0 0 50%
}

.home-contact-wrapper-right {
    background-color: #2253e5;
    clip-path: polygon(102% 200%, 102% 0, 10% 0%, 0% calc(100% - 0px));
    flex: 0 0 50%
}

.home-contact-box h4 {
    font-size: 14px
}

.home-contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-contact-section::after {
    content: "hello";
    position: absolute;
    right: 0;
    background-color: #2253e5;
    content: "";
    height: 100%;
    width: 45%;
    z-index: 0
}

.home-contact-wrapper {
    position: relative;
    z-index: 1
}

.home-contact-section {
    position: relative
}

.brands-section {
    padding: 60px 0
}

.brand-box {
    padding: 20px;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.logo-box img {
    width: 100%
}

.brands-heading {
    text-align: center
}

.footer {
    background-color: #111;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px
}

.footer-logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.footer-logo-wrapper p {
    max-width: 220px;
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff8c
}

.footer-logo-wrapper i {
    opacity: .5;
    transition: all .2s ease-in
}

.footer-logo-wrapper i:hover {
    opacity: 1
}

.footer-menu a {
    text-decoration: none;
    color: #ffffff8c;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 12px
}

.footer-menu h3,
.footer-logo-wrapper h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.footer-icon-box-wrapper {
    gap: 5px
}

.footer-icon-box {
    padding: 8px;
    display: flex;
    background-color: #ffffff47;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    cursor: pointer
}

.link {
    text-decoration: none;
    text-transform: uppercase;
    color: #2253e5;
    position: relative;
    transition: transform .1s ease-in-out
}

.link::before,
.link::after {
    content: "";
    position: absolute;
    background-color: #ffffff8c;
    transition: transform .5s
}

.link1::after {
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 4px;
    transform: scaleX(0);
    transform-origin: left
}

.link1:hover::after {
    transform: scaleX(1)
}

.footer-bottom {
    background: #111;
    border-top: 1px solid #ffffff3b;
    padding-top: 12px;
    padding-bottom: 10px
}

.copyright-text {
    color: #ffffff8c;
    font-size: 14px
}

.copyright-box {
    display: flex;
    justify-content: space-between
}

.footerlink {
    color: #ffffff8c;
    font-size: 14px;
    text-decoration: unset
}

.footerlink:hover {
    color: #ffffff8c
}

.footer-bottom {
    background: #111;
    border-top: 1px solid #ffffff3b;
    padding-top: 12px;
    padding-bottom: 10px
}

.copyright-text {
    color: #ffffff8c;
    font-size: 14px
}

.copyright-box {
    display: flex;
    justify-content: space-between
}

.nav-link-top {
    color: #000;
    font-size: 15px;
    text-decoration: unset
}

.membership-price-duration {
    font-size: 14px
}

.choose-up-top h3 {
    color: #141c30;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700
}

.choose-icon-content h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #2253e5
}

.choose-us-heading {
    margin-bottom: .875rem;
    color: #2253e5;
    font-size: 1.25rem;
    font-weight: 700
}

.testimonail-profile-data h5 {
    color: #5e5e5e
}

.slide.logo-box {
    padding: 0 5px
}

.slick-dots {
    display: flex;
    gap: 9px;
    justify-content: center
}

.slick-dots li button {
    width: 10px;
    font-size: 0;
    height: 10px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #3155e9
}

li.slick-active button {
    width: 21px;
    background: #3155e9;
    border-color: #3155e9
}

.navbar-toggler .icon-bar {
    width: 22px;
    transition: all .2s;
    background-color: #888;
    display: block;
    height: 2px;
    border-radius: 1px
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0/55%);
    border-color: transparent
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler:focus {
    box-shadow: unset
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggler .middle-bar {
    opacity: 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0)
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0)
}

.nav-tabs .nav-link {
    background: 0 0;
    border-top-left-radius: 0;
    padding: 8px 25px !important;
    border-top-right-radius: 0;
    display: inline-block;
    margin: 10px;
    border: 1px solid #0968ff
}

#nav-tab {
    display: flex;
    justify-content: center;
    border: unset
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    background: #0568ff;
    color: #fff
}

.shared-banner {
    background: #2253e5;
    padding-top: 60px;
    padding-bottom: 60px
}

.plan-label {
    display: none
}

.plans-table-pricing thead tr th,
.plans-table-pricing tbody tr td {
    padding: 15px 10px
}

.plans-table-pricing thead {
    background-color: #2253e5
}

.plans-table-pricing thead {
    color: #fff;
    font-size: 18px
}

.plans-table-pricing {
    font-size: 15px;
    border-radius: 4px;
    border: none;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}

.plans-table-pricing tbody tr {
    width: 100%;
    background: #f2f2f2;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: solid 3px #fff;
    transition: all .3s ease-in-out
}

.vps-plans-section,
.hosting-features-section,
.faq-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.feature-img-icon {
    max-width: 62px;
    margin-bottom: 25px;
    max-height: 62px
}

.hosting-feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    border-radius: 8px;
    padding: 30px 40px 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-out
}

.hosting-feature-box:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15) !important
}

.feature-heading {
    font-size: 21px;
    margin-bottom: 15px
}

.hosting-feature-box p {
    font-size: 15px;
    line-height: 22px
}

.faq-wrapper .accordion-item {
    margin-bottom: 20px;
    border: unset;
    border-radius: 5px
}

.faq-wrapper .accordion-button {
    border: solid 1px #efefef;
    box-shadow: unset !important;
    font-weight: 600;
    gap: 10px
}

.faq-wrapper .accordion-button:not(.collapsed) {
    color: #3155e9;
    background-color: unset
}

.faq-wrapper .accordion-body {
    border: 1px solid #efefef;
    font-size: 14px
}

.faq-wrapper .faq-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.plans-table-pricing tbody tr:hover {
    background: #fff;
    box-shadow: 0 0 5px #3333334d
}