@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Heavy.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-HeavyItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/SF-Pro-Display-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Semibold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-SemiboldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/fonts/SF-Pro-Display-Ultralight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/assets/SF-Pro-Display-UltralightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
body {
  font-family: "SF Pro Display", sans-serif !important;
}

.d-top-div {
  padding: 12% 0 0;
}
@media (max-width: 991px) {
  .d-top-div {
    padding: 17% 0 0;
  }
}
@media (max-width: 576px) {
  .d-top-div {
    padding: 22% 0 0;
  }
}
@media (max-width: 450px) {
  .d-top-div {
    padding: 35% 0 0;
  }
}

.first-section-d {
  padding: 0% 5% 0%;
  display: flex;
  justify-content: space-between;
  background-image: url("../images/DriveCloud360.png");
  background-repeat: repeat-x;
  background-position: center 30%;
  background-size: 100%;
  position: relative;
}
@media (max-width: 768px), (max-width: 910px) {
  .first-section-d {
    display: flex;
    flex-direction: column;
  }
}

.device-img {
  filter: drop-shadow(0 12px 36px rgba(0, 0, 0, 0.15));
}

.device-img.preload-hide {
  display: none !important;
}

.side-content > * {
  opacity: 0;
  transform: translateY(40px);
}

.side-content {
  display: flex;
  flex-direction: column;
  gap: 19%;
}
@media (max-width: 1367px) {
  .side-content {
    gap: 16%;
  }
}
@media (max-width: 567px) {
  .side-content {
    text-align: center;
    align-items: center;
  }
}
.side-content .side-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 57px;
  color: #000000;
  display: block;
}
@media (max-width: 991px) {
  .side-content .side-heading {
    font-size: 30px;
  }
}
.side-content .degree {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 49px;
  color: #000000;
}
@media (max-width: 991px) {
  .side-content .degree {
    font-size: 41px;
  }
}
.side-content .sub-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .side-content .sub-text {
    font-size: 17px;
  }
}
.side-content .download-btns {
  background: #222;
  color: #fff;
  padding: 12px 26px;
  border: none;
  border-radius: 25px;
  font-size: 1.08rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .side-content .download-btns {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .side-content .download-btns {
    padding: 12px 15px;
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  .side-content .download-btns {
    justify-self: anchor-center;
    margin-bottom: 3%;
  }
}
@media (max-width: 576px) {
  .side-content .btnandp {
    margin-bottom: 2%;
  }
}

.book-now-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.book-now-btn span {
  margin-left: -7px;
}
.book-now-btn .circle {
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-now-btn .circle svg {
  transform: rotate(5deg);
}
@media (max-width: 991px) {
  .book-now-btn .circle {
    width: 40px;
    height: 40px;
  }
}
.book-now-btn:hover .circle {
  background-color: #000;
}
.book-now-btn:hover .circle svg path {
  stroke: #c2e123;
}
.book-now-btn:hover span {
  text-decoration: none;
}
@media (max-width: 991px) {
  .book-now-btn {
    font-size: 15px;
  }
}

.horizontal-line-text {
  margin-top: 5%;
}
.horizontal-line-text .line-sides {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #000000;
}
.horizontal-line-text .line-sides::before,
.horizontal-line-text .line-sides::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #d7dbe0;
}
.horizontal-line-text .line-sides::before {
  margin: 0px 30px 0px 0px;
}
.horizontal-line-text .line-sides::after {
  margin: 0px 0px 0px 30px;
}
@media (max-width: 1500px) {
  .horizontal-line-text {
    padding: 4% 0 4%;
  }
}

.icon-carousel .item {
  height: 180px;
}

.icon-carousel .item img {
  height: 100%;
  object-fit: scale-down;
}
@media (max-width: 768px) {
  .icon-carousel .item img {
    width: 50% !important;
    object-fit: contain;
  }
}
@media (max-width: 568px) {
  .icon-carousel .item img {
    width: 75% !important;
    object-fit: contain;
  }
}

.d-second-section .headings {
  text-align: center;
}
.d-second-section .headings .main-head {
  color: #000000;
  font-weight: 400;
  font-size: 55px;
  text-align: center;
  letter-spacing: 0.03em;
}
.d-second-section .headings .main-head .coloring {
  color: #C2E123;
}
@media (max-width: 992px) {
  .d-second-section .headings .main-head {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .d-second-section .headings .main-head {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .d-second-section .headings .main-head {
    font-size: 35px;
  }
}
.d-second-section .headings .main-desc {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
@media (max-width: 992px) {
  .d-second-section .headings .main-desc {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .d-second-section .headings .main-desc {
    font-size: 18px;
    padding: 3px 7px;
    margin-bottom: 5px;
  }
}
.d-second-section .feature-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1% 10% 0%;
  gap: 41px;
}
@media (max-width: 1200px) {
  .d-second-section .feature-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .d-second-section .feature-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 2% 6%;
  }
}
@media (max-width: 576px) {
  .d-second-section .feature-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 1% 15%;
  }
}
.d-second-section .feature-cards .hidden {
  display: none !important;
}
.d-second-section .feature-cards .f-card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 76.3px rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
  padding: 40px;
}
@media (max-width: 567px) {
  .d-second-section .feature-cards .f-card {
    padding: 13px 17px;
  }
}
.d-second-section .feature-cards .f-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.d-second-section .feature-cards .f-card .icon {
  width: 40px;
  height: 40px;
  background-color: #F2FFAE;
  border-radius: 50%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-second-section .feature-cards .f-card h3 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 576px) {
  .d-second-section .feature-cards .f-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.d-second-section .feature-cards .f-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #000000;
  max-width: 207px;
}
@media (max-width: 576px) {
  .d-second-section .feature-cards .f-card p {
    font-size: 14px;
  }
}
.d-second-section .feature-cards .more-card {
  background-image: url("../images/more-bg-1.png");
  background-size: cover;
  box-shadow: 0px 0px 76.3px rgba(0, 0, 0, 0.05);
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.d-second-section .feature-cards .more-card .more-count {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 80px;
}
.d-second-section .feature-cards .more-card .arrow-icon {
  position: absolute;
  bottom: 15%;
  right: 10%;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drivecloud-dashboard {
  margin-top: 8%;
  position: relative;
  background-image: url("../images/d-linebg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 77vw;
  overflow: hidden;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
.drivecloud-dashboard .dashboard-moving-1 {
  position: absolute;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
.drivecloud-dashboard .dashboard-moving-2 {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.drivecloud-dashboard .for-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .drivecloud-dashboard .for-flex {
    grid-template-columns: 1fr;
    text-align: center;
    padding-bottom: 3%;
  }
}
.drivecloud-dashboard .side-desc p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1200px) {
  .drivecloud-dashboard .side-desc p {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .drivecloud-dashboard .side-desc p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .drivecloud-dashboard .side-desc p {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  .drivecloud-dashboard .side-desc {
    display: none;
  }
}
.drivecloud-dashboard .d-lap {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .drivecloud-dashboard .d-lap {
    justify-self: anchor-center;
  }
}
.drivecloud-dashboard .responsive-image {
  width: 53vw;
  height: auto;
}
.drivecloud-dashboard .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 1%;
}
@media (max-width: 1024px) {
  .drivecloud-dashboard .container {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
.drivecloud-dashboard .lap-card {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.drivecloud-dashboard .lap-card .lap-desc {
  font-weight: 400;
  font-size: 85px;
  color: #000000;
  margin-left: -6px;
}
.drivecloud-dashboard .lap-card .lap-desc span {
  color: #A4A4A4;
  margin-left: 1rem;
}
@media (max-width: 1366px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 65px;
  }
}
@media (max-width: 1024px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 50px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .drivecloud-dashboard .lap-card .lap-desc {
    font-size: 24px;
  }
}
@media (max-width: 1320px) {
  .drivecloud-dashboard .lap-card img {
    width: 45vw;
  }
}
.drivecloud-dashboard .phone-card {
  display: flex;
  flex-flow: column;
  gap: 39px;
}
@media (max-width: 992px) {
  .drivecloud-dashboard .phone-card {
    gap: 10px;
  }
}
.drivecloud-dashboard .phone-card .phone-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
@media (max-width: 1024px) {
  .drivecloud-dashboard .phone-card .phone-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .drivecloud-dashboard .phone-card .phone-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
.drivecloud-dashboard .phone-card .req-button {
  display: flex;
  justify-content: end;
}
.drivecloud-dashboard .phone-card .req-button .req-btn {
  color: #fff;
  padding: 11px 25px;
  background: #000000;
  border-radius: 28px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .drivecloud-dashboard .phone-card .req-button .req-btn {
    font-size: 14px;
    padding: 11px 24px;
  }
}
@media (max-width: 768px) {
  .drivecloud-dashboard .phone-card .req-button .req-btn {
    font-size: 13px;
    padding: 11px 18px;
  }
}
@media (max-width: 576px) {
  .drivecloud-dashboard .phone-card .req-button .req-btn {
    font-size: 12px;
    padding: 10px 16px;
  }
}
@media (max-width: 400px) {
  .drivecloud-dashboard .phone-card .req-button .req-btn {
    font-size: 11px;
    padding: 8px 14px;
  }
}
@media (max-width: 1024px) {
  .drivecloud-dashboard .phone-card .req-button {
    justify-content: center;
  }
}
@media (max-width: 1320px) {
  .drivecloud-dashboard .phone-card img {
    width: 45vw;
  }
}

.marquee-div1 {
  background-image: url("../images/4swiper.png");
  background-repeat: repeat-x;
  background-position: center 30%;
  background-size: contain;
  height: 15vw;
}

.marquee-div2 {
  background-image: url("../images/swiper5.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 15vw;
}

.cards-section {
  margin-bottom: 5%;
}
.cards-section .count-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.cards-section .count-cards .count-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 3% 4%;
  background: #F9F9F9;
  box-shadow: 0px 0px 59.5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.cards-section .count-cards .count-card h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}
.cards-section .count-cards .count-card p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
}

.build-a-website .responsive-image {
  width: 53vw;
  height: auto;
}
.build-a-website .div-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.build-a-website .textnimg .side-heading {
  margin-bottom: 7rem;
  padding-left: 15%;
}
@media (max-width: 992px) {
  .build-a-website .textnimg .side-heading {
    margin-bottom: 0;
  }
}
.build-a-website .textnimg .side-heading h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  color: #000000;
}
.build-a-website .textnimg .side-heading h1 span {
  color: #000;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .build-a-website .textnimg .side-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .build-a-website .textnimg .side-heading h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .build-a-website .textnimg .side-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .build-a-website .textnimg .side-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .build-a-website .textnimg .side-heading h1 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .build-a-website .textnimg .side-heading h1 {
    font-size: 22px;
  }
}
.build-a-website .textnimg .side-heading .coloring {
  color: #A4A4A4;
}
.build-a-website .textnimg .phone-n-bg {
  display: flex;
  align-items: end;
}
.build-a-website .textnimg .phone-n-bg .green-bg {
  background: #C2E123 url("../images/Mask group.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 13% 6%;
}
@media (max-width: 1200px) {
  .build-a-website .textnimg .phone-n-bg .green-bg {
    padding: 10% 5%;
  }
}
@media (max-width: 992px) {
  .build-a-website .textnimg .phone-n-bg .green-bg {
    padding: 8% 4%;
  }
}
@media (max-width: 768px) {
  .build-a-website .textnimg .phone-n-bg .green-bg {
    padding: 6% 3%;
  }
}
@media (max-width: 600px) {
  .build-a-website .textnimg .phone-n-bg .green-bg {
    padding: 4% 2%;
  }
}
@media (max-width: 480px) {
  .build-a-website .textnimg .phone-n-bg .green-bg {
    padding: 3% 2%;
  }
}
.build-a-website .textnimg .phone-n-bg .phone-container {
  background: transparent;
  margin-left: -10px;
}
.build-a-website .textnimg .phone-n-bg .text-block {
  width: 91%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1200px) {
  .build-a-website .textnimg .phone-n-bg .text-block {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .build-a-website .textnimg .phone-n-bg .text-block {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .build-a-website .textnimg .phone-n-bg .text-block {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .build-a-website .textnimg .phone-n-bg .text-block {
    font-size: 13px;
  }
}
.build-a-website .side-points {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.build-a-website .side-points .point {
  display: flex;
  flex-direction: row;
  gap: 3%;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.5rem;
  padding-right: 5%;
}
@media (max-width: 992px) {
  .build-a-website .side-points .point {
    padding-right: 0;
  }
}
.build-a-website .side-points .point .num {
  font-weight: 400;
  font-size: 6rem;
  line-height: 78px;
  color: #000000;
}
@media (max-width: 1200px) {
  .build-a-website .side-points .point .num {
    font-size: 5rem;
    line-height: 70px;
  }
}
@media (max-width: 992px) {
  .build-a-website .side-points .point .num {
    font-size: 4.2rem;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .build-a-website .side-points .point .num {
    font-size: 3.5rem;
    line-height: 54px;
  }
}
@media (max-width: 600px) {
  .build-a-website .side-points .point .num {
    font-size: 2.8rem;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  .build-a-website .side-points .point .num {
    font-size: 2.2rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .build-a-website .side-points .point .num {
    font-size: 1.8rem;
    line-height: 36px;
  }
}
.build-a-website .side-points .point .texts .heading {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
}
@media (max-width: 1200px) {
  .build-a-website .side-points .point .texts .heading {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .build-a-website .side-points .point .texts .heading {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .build-a-website .side-points .point .texts .heading {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .build-a-website .side-points .point .texts .heading {
    font-size: 22px;
  }
}
.build-a-website .side-points .point .texts p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1200px) {
  .build-a-website .side-points .point .texts p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .build-a-website .side-points .point .texts p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .build-a-website .side-points .point .texts p {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .build-a-website .side-points .point .texts p {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .build-a-website .div-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .build-a-website .side-points {
    padding: 0px 15px 0px;
  }
}

.text-banner .banner-main {
  display: flex;
  justify-content: space-between;
  align-items: end;
  justify-content: space-between;
  margin: 6% 5% 0%;
  border-bottom: 1px solid #F2EBEB;
  padding-bottom: 2%;
  padding-right: 1%;
  flex-wrap: wrap;
}
.text-banner .banner-main .banner-heading {
  padding-left: 5%;
}
@media (max-width: 1345px) {
  .text-banner .banner-main .banner-heading {
    padding-left: 0;
  }
}
.text-banner .banner-main .banner-heading h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  color: #000000;
}
@media (max-width: 1200px) {
  .text-banner .banner-main .banner-heading h2 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .text-banner .banner-main .banner-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .text-banner .banner-main .banner-heading h2 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .text-banner .banner-main .banner-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .text-banner .banner-main .banner-heading h2 {
    font-size: 26px;
  }
}
.text-banner .banner-main .banner-heading span {
  color: #A4A4A4;
}
.text-banner .banner-main .banner-heading p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 1200px) {
  .text-banner .banner-main .banner-heading p {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .text-banner .banner-main .banner-heading p {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  .text-banner .banner-main .banner-heading p {
    font-size: 16px;
  }
}
.text-banner .banner-main .banner-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 7.66px;
}
.text-banner .banner-main .banner-buttons .btn-1,
.text-banner .banner-main .banner-buttons .btn-2 {
  padding: 5px 18px;
  border-radius: 28px;
  font-weight: 400;
  font-size: 17px;
  line-height: 42px;
}
@media (max-width: 1200px) {
  .text-banner .banner-main .banner-buttons .btn-1,
  .text-banner .banner-main .banner-buttons .btn-2 {
    font-size: 16px;
    padding: 1px 21px;
  }
}
@media (max-width: 992px) {
  .text-banner .banner-main .banner-buttons .btn-1,
  .text-banner .banner-main .banner-buttons .btn-2 {
    font-size: 15px;
    padding: 1px 20px;
  }
}
@media (max-width: 600px) {
  .text-banner .banner-main .banner-buttons .btn-1,
  .text-banner .banner-main .banner-buttons .btn-2 {
    font-size: 14px;
    padding: 1px 18px;
  }
}
.text-banner .banner-main .banner-buttons .btn-1 {
  background: #C2E123;
  color: #000000;
}
.text-banner .banner-main .banner-buttons .btn-2 {
  background: #000000;
  color: #ffffff;
}

.pricing-section {
  margin-top: 5%;
}
.pricing-section .card-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.pricing-section .package-card {
  margin-bottom: 5%;
  width: 355px;
  height: 578px;
  background: #FBFBFB;
  border-radius: 40px;
  background-color: #FBFBFB;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.pricing-section .package-card:hover {
  transform: translateY(-4px);
}
@media (max-width: 1200px) {
  .pricing-section .package-card {
    width: 320px;
    height: 540px;
  }
}
@media (max-width: 992px) {
  .pricing-section .package-card {
    width: 290px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .pricing-section .package-card {
    width: 260px;
    height: 470px;
  }
}
.pricing-section package-card-sub {
  text-align: center;
}
.pricing-section .pricing-card-head h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .pricing-card-head h3 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .pricing-section .pricing-card-head h3 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-card-head h3 {
    font-size: 20px;
  }
}
.pricing-section .pricing-card-head .starting-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #8690AB;
}
@media (max-width: 1200px) {
  .pricing-section .pricing-card-head .starting-text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .pricing-section .pricing-card-head .starting-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-card-head .starting-text {
    font-size: 14px;
  }
}
.pricing-section .price-section {
  margin: 1rem 0;
}
.pricing-section .price h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 46px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .price h2 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .pricing-section .price h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .pricing-section .price h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .pricing-section .price h2 {
    font-size: 28px;
  }
}
.pricing-section .price p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .price p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .pricing-section .price p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .pricing-section .price p {
    font-size: 14px;
  }
}
.pricing-section .buy-btn {
  color: #fff;
  padding: 10% 38%;
  background: #000000;
  border-radius: 46px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}
.pricing-section .buy-btn:hover {
  background-color: #222;
}
@media (max-width: 1200px) {
  .pricing-section .buy-btn {
    font-size: 13px;
    padding: 9% 34%;
  }
}
@media (max-width: 992px) {
  .pricing-section .buy-btn {
    font-size: 12.5px;
    padding: 8% 30%;
  }
}
@media (max-width: 768px) {
  .pricing-section .buy-btn {
    font-size: 12px;
    padding: 7% 24%;
  }
}
@media (max-width: 576px) {
  .pricing-section .buy-btn {
    font-size: 12px;
    padding: 6% 20%;
  }
}
.pricing-section .feature-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  text-align: left;
}
.pricing-section .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1200px) {
  .pricing-section .feature-list li {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .pricing-section .feature-list li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pricing-section .feature-list li {
    font-size: 15px;
  }
}

.d-carousel {
  background-color: #000;
}
.d-carousel .headndesc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0% 5% 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 992px) {
  .d-carousel .headndesc {
    grid-template-columns: 1fr;
  }
}
.d-carousel .carousel-head h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #FFFFFF;
}
@media (max-width: 1500px) {
  .d-carousel .carousel-head h2 {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  .d-carousel .carousel-head h2 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .d-carousel .carousel-head h2 {
    font-size: 34px;
  }
}
@media (max-width: 1100px) {
  .d-carousel .carousel-head h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .d-carousel .carousel-head h2 {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .d-carousel .carousel-head h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .d-carousel .carousel-head h2 {
    font-size: 27px;
  }
}
@media (max-width: 400px) {
  .d-carousel .carousel-head h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.d-carousel .carousel-head span {
  color: #BDDC23;
}
.d-carousel .carousel-head .spacing-head-2 {
  text-align: end;
}
@media (max-width: 992px) {
  .d-carousel .carousel-head .spacing-head-2 {
    text-align: unset;
  }
}
.d-carousel .side-desc .desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 40%;
  justify-self: flex-end;
}
@media (max-width: 1200px) {
  .d-carousel .side-desc .desc {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .d-carousel .side-desc .desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .d-carousel .side-desc .desc {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .d-carousel .side-desc .desc {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .d-carousel .side-desc .desc {
    font-size: 13px;
  }
}
@media (max-width: 330px) {
  .d-carousel .side-desc .desc {
    font-size: 12px;
  }
}
.d-carousel .button-n-carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5rem;
  padding-left: 7%;
}
.d-carousel .button-n-carousel .carousel-btns {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.d-carousel .button-n-carousel .carousel-btns .nav-prev-right {
  background: #C2E123;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.d-carousel .button-n-carousel .carousel-btns .nav-prev-left {
  background: #CFCFCB;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 567px) {
  .d-carousel .button-n-carousel .carousel-btns {
    display: none;
  }
}
@media (max-width: 567px) {
  .d-carousel .button-n-carousel {
    padding-left: 1%;
  }
}
.d-carousel #d_slider {
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.d-carousel #d_slider .item .testimonial-card {
  border-radius: 40px;
  padding: 2rem;
  margin: 0 1rem;
  transition: transform 0.3s ease;
}
.d-carousel #d_slider .item .testimonial-card .stars {
  margin-bottom: 1rem;
}
.d-carousel #d_slider .item .testimonial-card .testimonial-text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1200px) {
  .d-carousel #d_slider .item .testimonial-card .testimonial-text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .d-carousel #d_slider .item .testimonial-card .testimonial-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .d-carousel #d_slider .item .testimonial-card .testimonial-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .d-carousel #d_slider .item .testimonial-card .testimonial-text {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .d-carousel #d_slider .item .testimonial-card .testimonial-text {
    font-size: 12px;
  }
}
.d-carousel #d_slider .item .testimonial-card .author-main {
  display: flex;
  align-items: center;
  gap: 14px;
}
.d-carousel #d_slider .item .testimonial-card .author-main .author-img .widthing {
  width: unset !important;
  height: auto !important;
}
.d-carousel #d_slider .item .testimonial-card .author-main .author-img .widthing-two {
  width: 61px !important;
  border-radius: 50px !important;
}
.d-carousel #d_slider .item .testimonial-card .author-main .author-info .author {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.d-carousel #d_slider .item .testimonial-card .author-main .author-info .designation {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1200px) {
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .author,
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .designation {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .author,
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .designation {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .author,
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .designation {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .author,
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .designation {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .author,
  .d-carousel #d_slider .item .testimonial-card .author-main .author-info .designation {
    font-size: 12px;
  }
}
.d-carousel #d_slider .item img {
  width: unset !important;
}
.d-carousel .white-card {
  background-color: #ffffff;
}
.d-carousel .green-card {
  background-color: #C2E123;
}

footer p {
  font-family: "Poppins", sans-serif !important;
}

.footer-block ul li a {
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
}

.footer-block ul {
  padding: 0;
  margin-left: 0;
}

/*# sourceMappingURL=styles3.css.map */
