@charset "UTF-8";
:root {
  --poppins: "Poppins", sans-serif;
  --dull: #f1f3f6;
  --secondary: #6cd3f5;
  --primary: #88b84b;
  --white-secondary: #f5f5f5;
  --sky-2: #83b2ff;
  --blue: #2a4bb7;
  --muted: #525252;
  --muted2: #727586;
  --black: #0d1536;
  --elevationn-1: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --elevation-2: 4px 4px 29px -4px rgba(138, 138, 138, 0.79);
}

.muted {
  color: var(--muted);
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.hero-content-wrap h1 {
  font-weight: 700;
  font-family: var(--poppins);
  line-height: 1.5;
}
.hero-content-wrap .priceTag {
  background-color: rgb(255, 187, 0);
  padding: 8px 2rem;
  border-radius: 0;
  color: black;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-top: 6px;
  clip-path: polygon(16px 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
}
.hero-content-wrap .lead {
  margin-top: 2rem;
  margin-bottom: 0.2rem;
}

.h1,
.display-1,
.h2,
.display-2,
.h3,
.display-3,
.h4,
.display-4,
.h5,
.display-5,
.h6,
.display-6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0d1536;
}

.fs-small {
  font-size: 14px !important;
}

.fw-light {
  font-weight: 300 !important;
}

#myWorks {
  position: relative;
  top: -2px;
  cursor: auto;
}
#myWorks .workParagraph {
  color: var(--dull);
}
#myWorks .workCard {
  background-color: #f5f5f5;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#myWorks .workCard .details {
  padding: 8px;
}
#myWorks .workCard .workImgContainer {
  overflow: hidden;
  position: relative;
}
#myWorks .workCard .workImgContainer .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  transition: transform 0.6s ease-in-out;
  background: linear-gradient(to top, var(--secondary), transparent 98%);
  transform: translateY(110%);
  display: flex;
  justify-content: center;
  align-items: end;
}
#myWorks .workCard .workImgContainer .info p {
  color: white;
  text-align: center;
  vertical-align: center;
  letter-spacing: 2px;
  font-weight: 400;
}
#myWorks .workCard .workImgContainer .info.show {
  transform: translateY(2%);
}
#myWorks .workCard .title {
  line-height: 30px;
  font-size: 20px;
  color: var(--black);
  font-family: var(--font-family-sans-serif);
}
#myWorks .workCard .shortInfo {
  line-height: 1.5rem;
  margin-bottom: 12px;
  font-weight: 400;
}
#myWorks .workCard .shortInfo .viewProductLink {
  color: var(--sky-2) !important;
  text-decoration: none;
}
#myWorks .workCard .shortInfo .viewProductLink:hover {
  color: #2a4bb7;
  text-decoration: underline;
}
#myWorks .workCard .usedTechContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#myWorks .workCard .usedTechContainer .tech {
  font-size: 0.9rem;
  padding: 4px 1.5rem;
  position: relative;
  background: linear-gradient(to right, var(--secondary), transparent);
  color: var(--black);
  flex-grow: 1;
}
#myWorks .workCard .usedTechContainer .tech::before {
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  left: 8px;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--black);
}
#myWorks .workCard .usedTechContainer .tech:last-child {
  flex-grow: 0;
}
#myWorks .workCard .shine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to bottom, var(--blue), transparent 50%);
  opacity: 0.1;
  transform: translateY(100%);
  transition: transform 0.4s linear;
  pointer-events: none;
}
#myWorks .workCard:hover .shine {
  transform: translateY(0);
}
#myWorks .showAllText {
  letter-spacing: 4px;
  text-decoration: none;
  color: white;
  transition: color 0.4s ease;
}
#myWorks .showAllText:hover {
  color: var(--sky-2);
}

.reletive {
  position: relative;
}

.float {
  position: absolute;
}

.floating-1 {
  top: -50px;
  left: -200px;
  width: 100px;
  border-radius: 50%;
  height: 100px;
  background: linear-gradient(146deg, var(--secondary), transparent 90%);
}

.floating-2 {
  top: 20px;
  left: -110px;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  background: linear-gradient(146deg, var(--secondary), transparent 90%);
}

.floating-3 {
  top: 20px;
  right: -110px;
  width: 120px;
  border-radius: 50%;
  height: 120px;
  background: linear-gradient(215deg, var(--primary), transparent 90%);
}

.floating-4 {
  top: 110px;
  right: -12px;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  background: linear-gradient(215deg, var(--primary), transparent 90%);
}

.floating-5 {
  bottom: 40px;
  left: 40px;
  width: 120px;
  border-radius: 50%;
  height: 120px;
  background: linear-gradient(215deg, var(--primary), transparent 90%);
  z-index: 2;
}

.floating-6 {
  bottom: 8px;
  left: 8px;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  z-index: 2;
  background: linear-gradient(215deg, var(--primary), transparent 90%);
}

.patter-1 {
  position: absolute;
  background-image: url("../images/pattern_2_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  right: 0;
  bottom: 0;
}

.patter-2 {
  position: absolute;
  background-image: url("../images/pattern_5.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 400px;
  top: 10px;
  left: 0;
  transform: scaleX(-1) scaleY(-1);
}

#services .slick-prev:before,
#services .slick-next:before {
  color: var(--black) !important;
}

.slick-list {
  width: 100% !important;
}

@media (max-width: 992px) {
  .image-box img {
    max-height: 160px !important;
  }
}
.main-sub-menu {
  top: 80px;
}
.main-sub-menu.pageList {
  top: 72px;
}

.hero-shape-img {
  max-height: 480px;
  width: 100%;
  border-radius: 4px;
}

.gradient-circle {
  position: absolute;
  top: 40%;
  left: 60%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(108, 211, 245, 0.3);
  filter: blur(80px);
  z-index: -1;
}

.white2 {
  color: var(--dull);
}

.single-service-plane {
  overflow: hidden;
  position: relative;
}
.single-service-plane .shine {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to bottom, var(--secondary), transparent 50%);
  opacity: 0.2;
  transform: translateY(100%);
  transition: transform 0.4s linear;
  pointer-events: none;
}
.single-service-plane:hover .shine {
  transform: translateY(0);
}

.single-radio-box input[type=radio]:checked ~ label .custom-check::before {
  top: 4px;
}

.popular-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
}

.pricing-feature-list li {
  position: relative;
}
.pricing-feature-list li.no {
  text-decoration: line-through;
}

.pricing-header {
  position: relative;
}
.pricing-header .discounted {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
.pricing-header .discounted h6 {
  margin: 0;
  color: rgba(75, 75, 75, 0.507);
  font-weight: 600;
  text-decoration: line-through;
}
.pricing-header .discounted span {
  background-color: rgba(137, 184, 76, 0.2);
  color: var(--primary);
  padding: 2px 12px;
  border-radius: 6px;
  text-decoration: none !important;
  white-space: nowrap;
}

.scroll-to-target i {
  transform: rotate(315deg);
}

.whatsappBtn {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: none;
  background-color: var(--primary);
  transition: transform 0.4s ease-in-out;
  transform: translateX(0);
}
.whatsappBtn i {
  color: white;
}
.whatsappBtn.hide {
  transform: translateX(-200px);
}

.social .list-inline .list-inline-item a {
  font-size: 24px;
  padding: 6px 12px;
  color: var(--primary);
  transition: color 0.4s ease;
}
.social .list-inline .list-inline-item a:hover {
  color: var(--blue);
}

.hosting-bg {
  background-image: url("../images/server-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hosting-cPanel-seo {
  background-image: url("../images/cPanel.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.g-workspace {
  background-image: url("../images/GoogleWorkspace-Image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.webdev {
  background-image: url("../images/web-dev.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.gradient-overly-right::before {
  background: linear-gradient(to right, var(--primary), rgba(137, 184, 75, 0.7333333333) 70%);
}

#contact-us-section {
  background-color: var(--dull);
}
#contact-us-section .contact-us-wrap {
  background-color: white;
  box-shadow: var(--elevation-2);
  position: relative;
}
#contact-us-section .contact-us-wrap .contact-us-details {
  background: linear-gradient(215deg, var(--primary), #557c23);
  padding: 2rem;
}
#contact-us-section .contact-us-wrap .contact-us-details h6 {
  text-align: start;
  font-size: 20px;
  font-weight: 500;
  color: white;
}
#contact-us-section .contact-us-wrap .contact-us-details p {
  font-size: 1rem;
  color: var(--dull);
}
#contact-us-section .contact-us-wrap .contact-us-details .infoContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 3;
}
#contact-us-section .contact-us-wrap .contact-us-details .infoContainer .iconContainer {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: 1px solid white;
  color: white;
}
#contact-us-section .contact-us-wrap .contact-us-details .infoContainer h6 {
  font-size: 16px;
  font-weight: 600;
}
#contact-us-section .contact-us-wrap .contact-us-details .infoContainer h6 span {
  font-size: 14px;
  font-weight: 400;
}
#contact-us-section .contact-us-wrap .contact-us-form {
  padding: 2rem;
}
#contact-us-section .contact-us-wrap .contact-us-form h6 {
  text-align: start;
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
}
#contact-us-section .contact-us-wrap .contact-us-form label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--black);
  margin-bottom: 0;
}
#contact-us-section .contact-us-wrap .contact-us-form .group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#contact-us-section .contact-us-wrap .contact-us-form .group .field {
  flex-grow: 1;
}
#contact-us-section .contact-us-wrap .contact-us-form input,
#contact-us-section .contact-us-wrap .contact-us-form textarea {
  display: block;
  width: 100%;
  padding: 6px 0;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #a5a5a5;
}
#contact-us-section .contact-us-wrap .contact-us-form input[type=number]::-webkit-inner-spin-button,
#contact-us-section .contact-us-wrap .contact-us-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#contact-us-section .contact-us-wrap .contact-us-form input[type=number] {
  -moz-appearance: textfield;
}

/*About Page*/
.image-container {
  position: relative;
  display: inline-block;
}

.main-img {
  display: block;
}

.playback-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.feature-list {
  list-style-type: none;
}

.feature-list li::before {
  content: "✓";
  display: inline-block;
  margin-right: 0.5em;
  color: var(--primary);
}

.nav-tabs .nav-link.active {
  background-color: #88b84b !important;
  color: white;
}

.nav-tabs .nav-link.active i {
  color: white !important;
}

/*About Page*/
/***** domain search *****/
.domain-search .paragraph {
  width: 100%;
}
.domain-search .domain-search-form .input-group {
  max-width: 600px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .domain-search .paragraph {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.popular-domain-section .domainCard {
  padding: 1rem;
  background-color: white;
  border-radius: 0.2rem;
  box-shadow: var(--elevationn-1);
}
.popular-domain-section .domainCard img {
  margin-bottom: 0.5rem;
}
.popular-domain-section .domainCard .discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.5rem;
}
.popular-domain-section .domainCard .discount .originalPrice {
  color: var(--muted2);
  text-decoration: line-through;
  margin-bottom: 0;
}
.popular-domain-section .domainCard .discount .discount-text {
  padding: 2px 0.5rem;
  border-radius: 99vh;
  background-color: var(--primary);
  color: white;
}
.popular-domain-section .domainCard .priceContainer {
  margin-bottom: 0.5rem;
}
.popular-domain-section .domainCard .priceContainer h1 span {
  font-size: 18px;
  vertical-align: top;
}

/***** End domain search *****/
/*Domain Factors*/
.popular-domain-factor h1 {
  font-weight: 700;
  font-size: 36px;
}

.popular-domain-factor .card {
  border: none;
  background: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.popular-domain-factor .card h5 {
  font-weight: 600;
}

.popular-domain-benifit .icon {
  color: var(--primary);
  font-size: 44px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 776px) {
  .popular-domain-factor h1 {
    font-weight: 600;
    font-size: 24px;
  }
}
.icon {
  color: #4caf50;
  margin-right: 10px;
}

.icon-box {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fafafa;
  height: 300px;
  border-radius: 6px;
}

@media (max-width: 776px) {
  .icon-box {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    height: 400px;
  }
}
.icon-box:hover {
  border: 1px solid var(--primary);
  border-bottom: 5px solid var(--primary);
}

.product .fas {
  background-color: var(--primary);
  color: white;
  padding: 15px 20px;
  justify-content: center;
  margin: 10px;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: var(--primary);
}

.bg-ls-light {
  background-color: rgba(238, 238, 238, 0.9333333333);
}

.google-icon img {
  width: 50px;
  margin: 10px;
}

.google-icon {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.show-container {
  background-color: rgba(238, 238, 238, 0.9333333333);
}

.img-container {
  width: 50px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.img-container img {
  margin: 10px;
}

.advantage-workspace .card img {
  width: 100px;
}

.advantage-workspace .card {
  border-radius: 0px;
}

.advantage-workspace .card:hover {
  box-shadow: -10px 10px 10px 10px rgb(184, 180, 180);
  border-bottom: 5px solid var(--primary);
}

.g-space .card img {
  width: 70px;
}

.g-space .card {
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0px;
  background-color: #fafafa;
  border: none;
}

.g-space .card:hover {
  border-bottom: 3px solid var(--primary);
  box-shadow: -10px 10px 10px 10px rgb(184, 180, 180);
}

/*Web Dev*/
.hero-p {
  color: white;
  padding: 10px;
  font-size: 20px;
}

.features {
  background-color: #fafafa;
}

.f-main {
  min-height: 300px;
}

@media (max-width: 776px) {
  .f-main {
    min-height: 200px;
  }
}
.features .single-service-plane {
  height: 400px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.design-card {
  box-shadow: none;
  border-radius: 6px;
  padding: 12px;
  transition: all 0.3s ease;
  height: 100%;
}
.design-card .icon-container img {
  width: 80px;
  height: 80px;
}
.design-card .icon-container {
  margin-bottom: 12px;
}
.design-card h2 {
  font-size: 26px;
}
.design-card:hover {
  box-shadow: var(--elevation-2);
  transform: translateY(-2px);
}

/* Force restore browser-like list styles */
ul,
ol {
  display: block !important;
  margin: 1em 0 !important;
  padding-inline-start: 40px !important;
}

ul {
  list-style: disc outside !important;
}
ul ul {
  list-style-type: circle !important;
}
ul ul ul {
  list-style-type: square !important;
}
ul ol {
  list-style-type: decimal !important;
}

ol {
  list-style: decimal outside !important;
}
ol ol {
  list-style-type: lower-alpha !important;
}
ol ol ol {
  list-style-type: lower-roman !important;
}
ol ul {
  list-style-type: disc !important;
}

li {
  display: list-item !important;
}/*# sourceMappingURL=custom.css.map */