@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&amp;family=Urbanist:wght@600;700;800;900&amp;family=Libre+Caslon+Text:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&amp;display=swap");
:root {
  --primary-light: #70e8dc;
  --primary-light-rgb: 112, 232, 220;
  --primary-dark: #0b0b0b;
  --primary-dark-rgb: 11, 11, 11;
  --secondary-light: #2a9e94;
  --bs-btn-hover-bg: #2a9e94;
  --text-light: #FFFFFF;
  --cpanel-color-light: #FA6E1C;
  --crystal-primary-light: #40e0d0;
  --crystal-primary-light-rgb: 64, 224, 208;
  --crystal-primary-dark: #2a9e94;
  --crystal-primary-2-light: #70e8dc;
  --crystal-primary-2-light-rgb: 112, 232, 220;
  --crystal-heading-font-color: #0b0b0b;
  --crystal-base-font-family: "Nunito Sans", sans-serif;
}

:root {
  --primary: #40e0d0;
  --primary-1: #40e0d0;
  --primary-2: #70e8dc;
  --bs-primary-rgb: 64, 224, 208;
  --bs-btn-border-color: #40e0d0;
}

::selection {
  color: #fff;
  background: #40e0d0;
  text-shadow: none;
}

.accordion-header {
  font-size: 1.1rem;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-img-fixed {
  background-attachment: fixed;
}

.bg-primary-1 {
  background-color: #40e0d0 !important;
}

.bg-primary-2 {
  background-color: #70e8dc !important;
}

.bg-img-1,
.bg-img-2,
.bg-img-3,
.bg-img-4,
.bg-img-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-img-1 {
  background-image: url("../img/bg-img-1.jpg");
}

.bg-img-2 {
  background-image: url("../img/bg-img-2.jpg");
}

.bg-5 {
  background-color: #F1F5FF !important;
}

.bg-gradient-grey {
  background: #ebebeb;
  background: linear-gradient(180deg, #ebebeb 0%, white 35%);
}

.bg-primary-light {
  background-color: var(--primary-light);
}

.bg-primary-dark {
  background-color: var(--primary-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #FFF;
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: #FFF;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: #FFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary);
  --bs-gradient: none;
}
.btn-outline-primary:focus, .btn-outline-primary:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-light-rgb), 0.5) !important;
  outline: none;
}

.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn-primary:hover, .btn-primary:active {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
}
.btn-primary:focus, .btn-primary:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(var(--primary-light-rgb), 0.5) !important;
  outline: none;
  border-color: var(--primary-light);
  background-color: var(--primary-light);
}

.crm-pricing-table {
  padding: 32px 32px 0;
  border-radius: 10px 10px 0 0;
}
.crm-pricing-table table {
  margin-bottom: 0;
}
.crm-pricing-table table.title-sm {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: var(--crystal-heading-font-color);
  display: block;
}
.crm-pricing-table table th {
  border-right: 1px solid #e3e3e3;
  border-bottom: 0;
  vertical-align: middle;
  padding-bottom: 16px;
}
.crm-pricing-table table th.crm-pricing-switch-wrapper {
  min-width: 290px;
}
.crm-pricing-table table th.crm-package-wrapper {
  min-width: 190px;
}
.crm-pricing-table table th:last-child {
  border-right: 0;
}
.crm-pricing-table table .crm-package-price {
  display: block;
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: var(--crystal-heading-font-color);
}

.crm-pricing-table table .crm-package-price.crm_monthly_price {
  display: none;
}

.crm-pricing-table table .crm-package-subtitle {
  font-size: 12px;
  font-weight: 400;
}

.crm-pricing-table table .crm-package-btn {
  border: 1px solid var(--crystal-primary-dark);
  color: var(--bs-black);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.crm-pricing-table table .crm-package-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(95.45deg, var(--crystal-primary-light) 0.64%, var(--crystal-primary-dark) 98.23%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.crm-pricing-table table .crm-package-btn:hover {
  background-color: var(--crystal-primary-light);
  color: #fff;
  border-color: var(--crystal-primary-dark);
}

.crm-pricing-table table .crm-package-btn:hover::before {
  opacity: 1;
}

.crm-pricing-switch-wrapper .arrow-shape {
  position: absolute;
  width: 40px;
  left: 160px;
  top: 75px;
  transform: rotate(40deg);
}

.crm-pricing-switch-wrapper .crm-offer-badge {
  color: #ff724b;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  left: 200px;
  bottom: 60px;
}

.crm-pricing-switch-wrapper .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--crystal-heading-font-color);
}

.crm-pricing-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crm-pricing-switch button {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 600;
}

.crm-pricing-switch .crm-switch {
  width: 33px;
  height: 16px;
  display: inline-block;
  border: 1px solid var(--crystal-heading-font-color);
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  margin: 0 4px;
}

.crm-pricing-switch .crm-switch .crm-switch-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--crystal-heading-font-color);
  border-radius: 50%;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}

.crm-pricing-switch .crm-switch .crm-checkbox-switch {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.crm-pricing-switch .crm-switch .crm-checkbox-switch:checked ~ .crm-switch-dot {
  left: 18px;
}

.crm_pricing_feature_accordion {
  padding: 0 32px 32px;
  border-radius: 0 0 10px 10px;
}

.crm_pricing_feature_accordion .accordion-item + .accordion-item {
  margin-top: 8px;
}

.crm_pricing_feature_accordion .accordion-item .accordion-header a {
  background-color: #f6f9ff;
  display: block;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: var(--crystal-heading-font-color);
  padding: 10px 17px 10px 32px;
  position: relative;
}

.crm_pricing_feature_accordion .accordion-item .accordion-header a::before {
  position: absolute;
  left: 11px;
}

.crm_pricing_feature_accordion .accordion-item .accordion-header a::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--heading-font-color);
  font-size: 14px;
}

.crm_pricing_feature_accordion .accordion-item .accordion-header a.collapsed::before {
  content: "+";
  font-family: "FontAwesome";
}

.crm_pricing_feature_accordion .accordion-item .accordion-header a:not(.collapsed)::before {
  content: "";
  font-family: "FontAwesome";
}

.crm_pricing_feature_table table {
  margin-bottom: 0;
}

.crm_pricing_feature_table td {
  border: 1px solid #e3e3e3;
  border-top: 0;
  font-size: 14px;
  color: #666;
}

.crm_pricing_feature_table td:first-child {
  border-left: 0;
}

.crm_pricing_feature_table td:last-child {
  border-right: 0;
}

.crm_pricing_feature_table .crm_pricing_features_name {
  min-width: 290px;
}

.crm_pricing_feature_table .crm_pricing_feature_check {
  min-width: 190px;
}

.hm7-pricing-table-tab .nav-tabs {
  max-width: 1100px;
  margin: 0 auto 40px;
}

.hm7-pricing-table-tab .nav-tabs li a {
  color: #666;
  font-weight: 600;
  position: relative;
  padding: 0 30px;
}

.hm7-pricing-table-tab .nav-tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-image: linear-gradient(95.45deg, var(--crystal-primary-light) 0.64%, var(--crystal-primary-dark) 98.23%);
}

.hm7-pricing-table-tab .nav-tabs li a.active {
  color: var(--crystal-heading-font-color);
}

.hm7-pricing-table-tab .nav-tabs li a.active::before {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .hm7-pricing-table-tab .nav-tabs {
    border: 0;
    gap: 16px;
  }

  .hm7-pricing-table-tab .nav-tabs li a {
    padding: 0;
  }
}
.domain-table {
  background-color: #fff;
  border: 1px solid rgba(54, 57, 60, 0.1);
}
.domain-table tr th {
  color: #0b0b0b !important;
  font-weight: 700;
  text-align: left;
  padding: 1em 1em 0.5em !important;
  border: 0;
  border-bottom: 12px solid #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.domain-table tr td {
  padding: 1.3rem 1rem;
  color: var(--primary-dark);
  font-weight: 500;
  border-bottom: 10px solid #fff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.05), inset 0 1px rgba(0, 0, 0, 0.05);
}
.domain-table tr td:first-child {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.domain-table tr td:last-child {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.domain-info-tabs .tab .image {
  width: 30px;
}

.steps .tab .tab-title {
  font-size: 1.1rem;
}
.steps .tab .step-counter {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #40e0d0, #2a9e94);
}
.steps .tab .step-counter span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.4rem;
  background: #FFFFFF;
}

.nav-wrapper ul li a {
  font-family: var(--crystal-base-font-family);
  font-weight: 600;
  font-size: 15px;
}

.megamenu .icon-wrapper {
  color: var(--primary);
}
.page-header {
  background-image: url("../img/bg-header.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.page-header.style-2 {
  background-image: url("../img/bg-header-2.jpg");
}
.page-header.style-3 {
  background-image: url("../img/bg-header-3.jpg");
}
.page-header.style-4 {
  background-image: url("../img/bg-header-4.jpg");
}
.page-header.style-5 {
  background-image: url("../img/bg-header-5.jpg");
}
.page-header > .bg-overlay {
  background-color: transparent;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 36%, rgba(255, 255, 255, 0.25) 74%);
}
.page-header h1, .page-header h2 {
  font-size: 2rem;
  font-weight: normal !important;
}
.page-header p mark {
  color: var(--primary-light);
}
.page-header .lead {
  font-size: 1rem;
}

.list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.list li i {
  position: absolute;
  top: 0.25rem;
  left: 0;
  color: var(--primary);
}

body {
  font-family: var(--crystal-base-font-family);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-dark);
}

.text-primary-light {
  color: var(--primary-light) !important;
}

.text-primary-dark {
  color: var(--primary-dark) !important;
}

.text-primary-2 {
  color: #40e0d0 !important;
}

.text-secondary-light {
  color: var(--secondary-light) !important;
}

.text-primary-2-light {
  color: var(--crystal-primary-2-light) !important;
}

.text-primary-2-dark {
  color: var(--crystal-primary-2-dark) !important;
}

.fw-extrabold {
  font-weight: 900;
}

.font-3 {
  font-family: "Libre Caslon Text", serif;
}

.f-size-1 {
  font-size: 1rem !important;
}

.f-size-2 {
  font-size: 2rem !important;
}

.f-size-3 {
  font-size: 3rem !important;
}

.heading-font-color {
  color: var(--crystal-heading-font-color) !important;
}

.heading-1 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.heading-1:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 3.5rem;
  height: 0.2rem;
  background-color: var(--secondary-light);
}

.mn-title h2, .mn-title h3, .mn-title h4 {
  position: relative !important;
}
.mn-title h2 mark, .mn-title h3 mark, .mn-title h4 mark {
  position: relative !important;
}
.mn-title h2 mark .line-shape, .mn-title h3 mark .line-shape, .mn-title h4 mark .line-shape {
  width: 100%;
  bottom: -1px;
  left: 0;
}

.package-list li {
  font-size: 0.9rem;
  line-height: 1.6;
}

.panel-2 .icon {
  width: 5rem;
}
.panel-2 .content {
  padding-left: 6rem;
}

.design-contact.html-form {
  background-image: url("../img/design-contact.html-form-header.html");
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.tab.hover-primary-bg {
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background: linear-gradient(278.54deg, var(--bs-white) 15.93%, var(--bs-light) 98.7%);
}
.tab.hover-primary-bg:hover, .tab.hover-primary-bg:focus {
  transform: translateY(-10px);
}
.tab.hover-primary-bg h1, .tab.hover-primary-bg h2, .tab.hover-primary-bg h3, .tab.hover-primary-bg h4, .tab.hover-primary-bg h5, .tab.hover-primary-bg h6 {
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.sitelock-feature-panel .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.sitelock-feature-panel .icon i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--primary-light);
  border: 2px solid var(--primary-light);
}
.sitelock-feature-panel .text-content {
  position: relative;
  padding-left: 60px;
}

.hover-up {
  transition: all 0.3s linear;
}
.hover-up:hover, .hover-up:focus {
  transform: translateY(-0.5rem);
}

.square {
  aspect-ratio: 1/1;
}

.img-zoom:hover img, .img-zoom:focus img {
  transform: scale(1.03);
}
.img-zoom img {
  transition: all 0.3s linear;
}

.icon-1 {
  width: 1rem;
  aspect-ratio: 1/1;
}

.icon-2 {
  width: 2rem;
  aspect-ratio: 1/1;
}

.icon-2s {
  width: 1.5rem;
  aspect-ratio: 1/1;
}

.icon-3 {
  width: 3rem;
  aspect-ratio: 1/1;
}

.icon-4 {
  width: 4rem;
  aspect-ratio: 1/1;
}

.icon-5 {
  width: 5rem;
  aspect-ratio: 1/1;
}

.icon-6 {
  width: 5rem;
  aspect-ratio: 1/1;
}

.icon-7 {
  max-width: 7rem;
  aspect-ratio: 1/1;
}

@font-face {
  font-family: "tempus-sans-itc-regular";
  src: url("../fonts/TEMPSITC.html") format("woff"), url("../fonts/TEMPSITC.html") format("opentype"), url("../fonts/TEMPSITC.html") format("truetype");
}
.tempus-sans-itc-regular {
  font-family: "tempus-sans-itc-regular", sans-serif;
}

#home-hero {
  background-image: url("../img/bg-home.webp");
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: cover;
}
#home-hero > .hero-area {
  background-color: transparent;
  background: linear-gradient(90deg, rgba(64, 224, 208, 0.9) 36%, rgba(64, 224, 208, 0.25) 74%);
}
#home-hero .display-font {
  color: #FFFFFF;
}

.hm7-pricing-section {
  margin-top: -120px;
  padding-top: 200px;
}

.pricing-column .yearly-price {
  font-size: 2rem;
}

.price-tag {
  text-align: center;
}
.price-tag h4 {
  width: 78px;
  height: 78px;
  font-size: 1.25rem;
}
.price-tag h5 {
  width: 70px;
  height: 70px;
  font-size: 1.15rem;
}
.price-tag small {
  font-size: 0.8em;
}

.or-line > div {
  display: inline-block;
  width: 1px;
  min-height: 40px;
  border-right: 2px solid var(--crystal-primary-dark);
}
.or-line > div span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--crystal-primary-dark);
  border-radius: 50%;
  top: calc(50% - 1.5rem);
  left: -1.5rem;
  line-height: 2.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--crystal-primary-dark);
  background-color: var(--bs-white);
}

.underline-2 {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 0.15rem solid var(--primary-light);
}

.resources-content .tab .title {
  position: relative;
  padding-bottom: 0.75rem;
}
.resources-content .tab .title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 4rem;
  height: 0.2rem;
  background-color: var(--cpanel-color-light);
}

.footer {
  background-color: #0b0b0b;
}
.footer .footeroverlay {
  background-color: rgba(11, 11, 11, 0.95);
}
.footer h4, .footer h5 {
  font-size: 1.1rem;
  color: var(--bs-white);
}
.footer .nav {
  margin-bottom: 40px;
}
.footer .nav .nav-item {
  font-size: 0.85rem;
  color: var(--bs-white);
}
.footer .nav .nav-item .nav-link {
  padding-left: 0;
  font-size: 0.84rem;
  color: #c8c8c8;
}
.footer .nav .nav-item .nav-link:hover {
  color: #40e0d0;
}
.footer .nav .nav-item .nav-link i {
  padding-right: 10px;
}
.footer .footer-copyright {
  background-color: #1a1a1a;
  padding: 20px 0;
}
.footer .footer-copyright .copyright-txt p {
  color: #858585;
}
.footer .footer-copyright .copyright-links a {
  color: #858585;
  text-decoration: none;
  margin-left: 20px;
}
.footer .footer-copyright .copyright-links a:hover {
  color: #40e0d0;
}

.whatsapp-order-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #25D366;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}
.whatsapp-order-btn:hover {
    background: #1da851;
    color: #fff;
}
.whatsapp-order-btn::before {
    content: "\26AC ";
}
/*# sourceMappingURL=custom.css.map */
