@font-face {
    src: url(../font/product-sans/ProductSans-Regular.ttf);
    font-family: "ProductSan-Regular";
}

@font-face {
    src: url(../font/adobe-clean/AdobeCleanRegular.otf);
    font-family: "Adobeclean-Regular";
}

@font-face {
    src: url(../font/adobe-clean/AdobeCleanBold.otf);
    font-family: "adobeCleanBold";
}

@font-face {
    src: url(../font/adobe-clean/AdobeCleanExtraBold.otf);
    font-family: "adobeExtraBold";
}

@font-face {
    font-family: "notoSans";
    src: url(../font/Noto_Sans/NotoSans-Bold.ttf);
}

@font-face {
    font-family: "notoSansRegular";
    src: url(../font/Noto_Sans/NotoSans-Regular.ttf);
}


/* font settings */


/* font settings end */


/* margin settings */


/* margin settings end */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

 :root {
    --c-dark-blue: #0078aa;
    --c-old-primary: #00aaeb;
    --c-primary: #0a78c3;
    --c-light-blue: #aae1fa;
    --c-super-light-blue: #f5faff;
    --c-gray: #323c46;
    --c-gray-body: #5a6473;
    --c-gray-800: #828c9b;
    --c-gray-600: #909090;
    --c-gray-500: #b4c3cd;
    --c-gray-300: #e6ebf0;
    --c-gray-100: #f4f5f8;
    --c-white: #fff;
    --c-yellow: #feb600;
    --c-green: #008728;
    --c-red: #d71919;
    --c-note: #fffae8;
    --c-black-friday: #fead00;
    --c-black: #000;
    --content-max-w: 68rem;
    --c-blue: #0a78c3;
    --c-footer-blue: #001c40;
}

.navbar-brand img {
    width: 200px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "notoSans", notoSansRegular, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: var(--c-gray);
}

ul li,
ol li {
    font-family: "notoSansRegular";
    font-size: 1rem;
    margin-bottom: 5px;
}

ul li a,
ol li a {
    text-decoration: none;
}

h2,
h1,
h3,
h4,
h5,
h6 {
    font-family: "notoSans" !important;
}

.soical-icons a {
    text-decoration: none;
}

.navbar-nav .nav-item .nav-link {
    margin: 5px;
    border-bottom: solid 3px transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: capitalize;
    font-size: 15px;
    color: #000000;
    font-family: "notoSans";
}

strong {
    font-weight: bold;
}

.navbar-nav li.nav-item {
    border-bottom: solid 3px transparent;
}

.navbar-nav li.nav-item:hover {
    border-bottom: solid 3px #94d400;
    color: #94d400;
}

.navbar-nav li.nav-item:focus {
    border-bottom: solid 3px #94d400;
}

.navbar-nav li .nav-link:hover {
    color: #94d400 !important;
}

.navbar {
    background: #fff;
}

.navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none !important;
    outline: none !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0 !important;
}

.dropdown-item:hover {
    background: #1899CB;
    color: white !important;
}

.dropdown-item:hover a {
    color: white !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    padding: .5rem 0;
    color: #212529;
    font-family: "notoSans";
    text-align: left;
    box-sizing: border-box;
    list-style: none;
    font-size: .9rem !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
}

.dropdown-menu:focus {
    background: #1899cb;
}

.dropdown-text {
    font-family: "notoSansRegular";
    font-size: 11px !important;
    cursor: pointer;
}

.dropdown-div a {
    text-decoration: none !important;
    color: #3a3b3d;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.shadow-hover {
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.24);
}

@-webkit-keyframes animateCard {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animateCard {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.nd-bg-blue {
    background-color: #0a78c3;
}

.py-10 {
    padding-top: 10rem;
}

.pt-10 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 3rem;
}

.nd-header h2 {
    font-family: "adobeExtraBold";
    font-size: clamp(1.027rem, calc(.5366rem + 1.9004vw), 2.247rem);
    letter-spacing: -.07em;
    font-weight: 800;
}

h2 {
    font-size: clamp(2.027rem, calc(.8366rem + 3.9004vw), 2.247rem);
    letter-spacing: -.09em;
    font-weight: 800;
}

p {
    font-family: "notoSansRegular";
    color: var(--text-color, --c-gray-500) !important;
    letter-spacing: -.009em;
    font-size: .98rem !important;
    font-weight: 300 !important;
}

p.writing-text {
    font-family: "notoSansRegular" !important;
    letter-spacing: -.009rem;
    font-size: 1.10rem !important;
    font-weight: 300 !important;
}

h3.tiny-text {
    letter-spacing: -.09rem;
}

h2.blue-title {
    font-size: clamp(3.027rem, calc(1.8366rem + 4.9004vw), 2.247rem);
    letter-spacing: -.09em;
    font-weight: 800;
    color: #005fa8;
}

.contact-bg {
    background: url('../images/contact.jpg');
    background-position: cover;
}

.ssl-bg {
    /* background: linear-gradient(top, bottom, #4A54C3, 50%, #17207E); */
    background-image: url('../images/ssl-banner.svg');
    background-repeat: no-repeat;
    background-position: cover;
    min-height: 50vh;
    /* url('../images/ssl-banner.svg') no-repeat center bottom */
}

.ssl-bg::after {
    background: linear-gradient(167deg, rgba(74, 84, 195, 0.5) 0%, rgba(23, 32, 126, 0.5) 99%);
    content: " ";
    top: 0;
    width: 100%;
    position: absolute;
}

.ssl-bg h2 {
    padding: 20px;
}

.border-none {
    border: none !important;
}

.working-together {
    padding: 40px;
    background: #0a78c3 url(../images/working-togetter.svg) no-repeat center center;
    min-height: 300px;
}

.bottom-search-text {
    font-family: "notoSansRegular";
    letter-spacing: -.07em;
    font-size: .98rem;
}

.tiny-gray-color {
    color: #4f575b;
}

.text-tiny {
    font-family: "notoSansRegular";
    letter-spacing: -.07em;
    font-size: 1rem;
}

.soical-icons a {
    font-size: 2.2rem;
    padding: .7rem;
    color: var(--c-gray-300);
    -webkit-transition: all .1s;
    transition: all .1s;
}

.soical-icons a:hover {
    font-size: 2.4rem;
}

.soical-icons a:first-child {
    padding-left: 0px;
}

.domain-search {
    border: 1px solid #fff;
    padding: 1.2rem;
    border-radius: 0px;
    font-family: "notoSansRegular";
}

.newslett-input {
    border: 1px solid #fff;
    padding: 1.0rem;
    border-radius: 0px;
    font-family: "notoSansRegular";
}

.newslett-btn {
    margin-top: 4px;
    padding: 1.0rem;
    border-radius: 0px;
    font-family: "notoSansRegular";
}

.no-radius-none {
    border-radius: 0px;
}

.domain-btn:hover {
    background-color: #0a78c3 !important;
}

.btn-click {
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-click i {
    display: none !important;
}

.btna {
    position: relative;
    color: white;
    letter-spacing: .1rem;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
    font-family: "notoSansRegular" !important;
}

.font-large {
    font-size: 4rem !important;
    font-weight: 800;
}

.rotate-parent {
    overflow: hidden;
    min-height: 100vh;
}

.skew-pad {
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
}

.skew-4deg::before {
    content: " ";
    position: absolute;
    width: 40%;
    min-height: 30rem;
    background-image: url(../images/hero-icon-bg.svg);
    background-repeat: repeat;
    background-position: cover;
    top: -10px;
    right: 0px;
    -ms-transform: skewY(8.5deg);
    -webkit-transform: skewY(8.5deg);
    transform: skewY(8.5deg);
    opacity: .3;
}

.skew-4deg {
    margin-top: 42px;
    background-color: var(--c-footer-blue);
    -ms-transform: skewY(-8.5deg);
    -webkit-transform: skewY(-8.5deg);
    transform: skewY(-8.5deg);
}

.skew-normal {
    -ms-transform: skewY(8.5deg);
    -webkit-transform: skewY(8.5deg);
    transform: skewY(8.5deg);
}

.btna:before,
.btna:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
}

.btna:hover {
    color: var(--def);
    transition-delay: .35s;
    border: 2px solid #f5f7fa;
}

.btna:hover:before {
    transition-delay: 0s;
}

.btna:hover:after {
    background: white;
    transition-delay: .35s;
    border: 2px solid #f5f7fa;
}


/* From Right */

.from-right:before,
.from-right:after {
    top: 0;
    width: 0;
    height: 100%;
}

.from-right:before {
    left: 0;
    border: 1px solid #f5f7fa;
    border-left: 0;
    border-right: 0;
}

.from-right:after {
    right: 0;
}

.from-right:hover:before,
.from-right:hover:after {
    width: 100%;
}

footer.footer {
    background: #005695 !important;
}

.bg-gray {
    background-color: var(--c-gray-100);
}


/*---------- star rating ----------*/

.front-stars,
.back-stars,
.star-rating {
    display: flex;
}

.star-rating {
    align-items: center;
    font-size: 1.4em;
    justify-content: center;
}

.back-stars {
    color: #e5e5e5;
    position: relative;
}

.front-stars {
    color: #ffbc0b;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.font-11 {
    font-size: 12px !important;
}

.font-12 {
    font-family: "notoSansRegular";
    color: var(--text-color, --c-gray-500) !important;
    font-size: .98rem !important;
    font-weight: 300 !important;
}


}
.btn-gray {
    border: 1px solid var(--c-gray-500);
    color: var(--c-gray-500);
}
.btn-gray:hover {
    background-color: var(--c-gray-100);
    color: #000;
}
.border-blue {
    border: 1px solid var(--c-blue);
}
.svg-component {
    display: flex;
}
.svg-icon {
    display: inline-flex;
    vertical-align: middle;
}
.svg-icon svg {
    width: 32px;
    height: 24px;
    display: inline-flex;
}
.server-type {
    font-size: 16px;
    font-weight: 200;
    display: inline-flex;
    margin-left: 3px;
    color: var(--c-gray-800);
    font-family: "notoSansRegular";
}
.text-btn {
    font-family: "notoSansRegular";
    letter-spacing: -.07em;
    font-size: .98rem;
    font: 200;
}
.recomended {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 90px 0;
    border-color: transparent var(--c-blue) transparent transparent;
}
.recomended::after {
    content: " Best Offer";
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    top: 30px;
    display: block;
    left: 25px;
    color: var(--c-gray-100);
    font-size: 12px;
}
.host {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 90px 0;
    border-color: transparent var(--c-red) transparent transparent;
}
.host::after {
    content: " Best Seller";
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    top: 30px;
    display: block;
    left: 25px;
    color: var(--c-white);
    font-size: 12px;
}
.clound-banner {
    background: var(--c-gray-100) url(../images/cloud-banner.svg) bottom;
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 20vh;
}
.clound-banner-blue {
    background: var(--c-dark-blue) url(../images/cloud-banner.svg) bottom;
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 20vh;
}
.clound-banner-reseller {
    background: var(--c-dark-blue) url(../images/money-box.svg) right;
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 50vh;
}
.u-radius-49,
.u-radius-49:before {
    border-radius: 49px !important;
}
.cloud-svg {
    background: url(../images/cloud.svg) bottom;
    background-position: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 20vh;
}
.plan:hover,
.p-active {
    border: 1px solid var(--c-blue);
}
.footer-bg {
    background-color: var(--c-footer-blue);
}
.h2-small {
    font-size: 1.5rem !important;
}
.h2-small-footer {
    font-size: 1.2rem !important;
    font-weight: 300 !important;
    letter-spacing: 0rem !important;
}
footer ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer ul li a {
    display: block;
    font-family: "notoSansRegular";
    color: var(--c-gray-500) !important;
    padding: 4px 3px !important;
    font-size: .98rem !important;
    font-weight: 300 !important;
    line-height: 1.3rem;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.curved-header {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.curved-header .container {
    position: relative;
    z-index: 1;
}
.curved-header .container h2,
.clound-banner-blue h2,
.clound-banner-reseller h2 {
    color: var(--c-gray-100);
    font-size: 5.2rem;
}
.curved-header::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--c-footer-blue), var(--c-blue));
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(1.5);
}
.curved-header-left {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    background: url('../images/banner-reseller-svg.svg') bottom;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    overflow: hidden;
}
.curved-header-left .container {
    position: relative;
    z-index: 1;
}
.curved-header-left .container h2,
.clound-banner-blue h2 {
    color: var(--c-gray-100);
    font-size: 5.2rem;
}
.curved-header-left::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 28, 64, 0.6), rgba(10, 120, 195, 0.6));
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(1.5);
}

/* remove border radius for the tab */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    font-weight: 600 !important;
    color: var(--c-gray) !important;
    border-top-left-radius: 1em !important;
    border-top-right-radius: 1em !important;
    background: var(--c-white) !important;
    padding: 1.3rem !important;
    border: 1px solid rgba(0, 0, 0, 0.063) !important;
    border-bottom: none !important;
    align-items: center !important;
    box-shadow: rgba(0, 0, 0, 0.063) 0px -5px 5px -5px, rgba(0, 0, 0, 0.063) -5px 0px 5px -5px, rgba(0, 0, 0, 0.063) 5px 0px 5px -5px !important;
}
#ndTab .nav-pills>li>a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/
#ndTab .nav-pills .nav-link {
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    color: var(--c-white);
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.063) 0px -5px 5px -5px, rgba(0, 0, 0, 0.063) -5px 0px 5px -5px, rgba(0, 0, 0, 0.063) 5px 0px 5px -5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: var(--c-primary);
    padding: 1.3rem;
    margin-right: 1.2rem;
}
#ndTab .tab-content {
    width: 100%;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.063) 0px 2px 2px 2px;
    padding: 1em 0px;
    background: var(--c-white);
}
#ndTab .icons-box {
    display: inline-block;
    padding: 10px;
    margin: 10px;
}
#ndTab .icons-box h3 {
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
    color: var(--c-gray) !important;
    text-align: center;
}
@media (max-width: 768px) {
    .curved-header .container h2 {
        margin-top: 5rem !important;
        font-size: 2.2rem;
    }
    
    .curved-header::before {
        border-radius: 0 0 60% 60%/0 0 100% 100%;
        transform: scaleX(1.5);
    }
    
    .curved-header {
        max-height: 400px;
    }
    
    .curved-header .container p {
        font-size: .9rem !important;
    }
}
footer ul li a:hover {
    color: var(--text-color) !important;
    padding-left: 10px !important;
}
.text-small {
    font-size: 10px !important;
    letter-spacing: 0px !important;
}
.icon-right {
    font-size: 2.3rem;
}
.copright {
    font-size: 11px;
    letter-spacing: 0px;
    color: var(--c-gray-300);
}
.payment-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.payment-icons svg {
    height: .7em;
}
.mastercard-a.svelte-1j6jyza {
    fill: #fff;
}
.logo-text-footer {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--c-gray-500);
    border-radius: 5px;
    align-items: center;
    padding: 2px 12px 2px 2px;
}

/*# sourceMappingURL=main.css.map *2fon
    /*# sourceMappingURL=main.css.map *2