.main-section .main-section-container {
  padding: 3rem 0rem;
  text-align: center;
  color: #464646;
  background-image: url("../images/ellipse-blue.png"),
    url("../images/Ellipse-red.png"), url("../images/ellipse-blue.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center left, top right, bottom right;
  background-size: 60px;
  font-family: "Nunito", "sans-serif";
}

.main-section .main-section-container h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 80px;
}

.main-section .main-section-container p {
  font-size: 20px;
  font-weight: 500;

  opacity: 0.6;
  padding-top: 12px;
  line-height: 32px;
}

.carousel-item video {
  height: 580px;
  object-fit: cover;
}

.carousel-control-prev-icon, .carousel-control-next-icon
{
  display: none !important;
}

.main-section .btn-start-project {
  color: white;
  font-size: 16px;
  border-radius: 28px;
  padding: 12px 42px;
  outline: #377dff;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  background: #377dff;
  border: none;
  margin-top: 12px;
}

.main-section .btn-start-project:hover {
  background: transparent;
  color: #377dff;
  outline: #377dff;
  border: 1px solid #377dff;
}

.about-us-section-container {
  padding: 3rem 0rem;
  text-align: center;
}

.about-us-section-container .section-title {
  color: #377dff;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 1rem;
}

.about-us-section-container h3 {
  color: #1d1d1d;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.about-us-section-container .detail .img-section {
  padding-top: 24px;
  text-align: center;

  background-image: url("../images/dotted-circles.png"),
    url("../images/dotted-circles-purple.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 100px, 100px;
}

.about-us-section-container .detail .description {
  text-align: start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-left: 24px;
}

.about-us-section-container .description p {
  color: #464646;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

.about-us-section img {
  border-radius: 20px;
}
.our-services-section-container,
.form-section-container .our-approach-section-container {
  padding: 3rem 0rem;
}

.our-services-section-container .description .title,
.our-approach-section-container .description .title,
.form-section-container .description .title {
  color: #377dff;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 20px 1px;
}

.our-services-section-container .description h3,
.our-approach-section-container .description h3,
.form-section-container .description h3 {
  color: #1d1d1d;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: start;
}

.our-services-section-container .description p,
.our-approach-section-container .description p,
.form-section-container .description p,
.case-box p {
  color: #464646;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  text-align: start;
}

.our-services-section-container .description a,
.our-approach-section-container .description a,
.form-section-container .description a {
  float: right;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  color: #377dff;
  font-weight: bold;
  cursor: pointer !important;
}

.our-services-section-container .card {
  padding: 20px;
  box-shadow: 1px 5px 10px 5px lightgrey;
  border-radius: 16px;
  border-color: transparent;
  text-align: center;
}

.our-services-section-container .card .service-widget-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #377dff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.our-services-section-container .card p {
  padding-top: 14px;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 0;
}

.portfolio-section .portfolio-section-container,
.pricing-section .pricing-section-container {
  text-align: center;
  padding: 3rem 0rem;

  background-image: url("../images/rotated-ellipse.svg");
  background-repeat: no-repeat;
  background-position: 90% 30%;
  background-size: 120px;
  /*background-image-transform: rotate(-270deg);*/
}

.portfolio-section .portfolio-section-container .description .title,
.logo-section .logo-section-container .description .title,
.pricing-section .pricing-section-container .description .title {
  color: #377dff;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 20px 0px;
}

.portfolio-section .portfolio-section-container .description h4,
.logo-section .logo-section-container .description h4,
.pricing-section .pricing-section-container .description h4 {
  color: #1d1d1d;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: center;
}

.portfolio-section .portfolio-section-container .description p,
.logo-section .logo-section-container .description p,
.pricing-section .pricing-section-container .description p {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #464646;
  padding-top: 10px;
  opacity: 0.6;
  margin-bottom: 2.5rem;
}

.carousel-item {
  transition: transform 0.8s ease-in-out;
}

.title-section h2 {
  font-weight: 800;
}

.case-box h3 {
  color: #1d1d1d;
  font-size: 35px;
  font-family: "Nunito", sans-serif;
}

.case-box button:hover {
  background-color: white;
  color: #377dff;
  border: 1px solid #377dff;
}

.laptop-img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  height: 180px;
}

.custom-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.custom-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #377dff;
  color: #377dff;
  background: transparent;
  font-size: 1.2rem;
  font-weight: bold;
}

.custom-nav button:hover {
  background-color: #377dff;
  color: white;
}

.parallax-content {
  color: white;
  text-align: center;

  padding: 20px;
}

/* Parallax Background */
.parallax {
  overflow: hidden;
  width: 100%;
  background-image: url("../images/pexels-cottonbro-6804068.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 120px;
  background-repeat: no-repeat;
}

.hover-effect:hover {
  background-color: #377dff;
  border: none !important;
}
.logo-track {
  animation: scroll-left 30s linear infinite;
  width: max-content;
}

.logo img {
  max-width: 100%;
  height: 120px;
  display: block;
  padding: 30px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*pricing section*/

ul.tick_icon li::before {
  color: #377dff !important;
  content: "✓";
  font-weight: bold;
  margin-right: 8px;
}

ul.tick_icon2 li::before {
  color: white !important;
  content: "✓";
  font-weight: bold;
  margin-right: 8px;
}

.pricing-table {
  box-shadow: 0px 0px 18px #ccc;
  text-align: center;
  padding: 30px 0px;
  border-radius: 5px;
  background-color: white;
}
.pricing-table .head {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  transition: all 0.5s ease;
}
.pricing-table:hover .head {
  border-bottom: 1px solid #377dff;
}

.pricing-table .head .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.pricing-table .content .price {
  background: linear-gradient(to right, #2569e7 0%, #377dff 100%);
  width: 90px;
  height: 90px;
  margin: auto;
  line-height: 90px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #ccc;
  margin-top: -50px;
  transition: all 0.5s ease;
}
.pricing-table:hover .content .price {
  transform: scale(1.2);
}
.pricing-table .content .price h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: auto;
  text-align: center;
  margin-top: 25px;
}

.pricing-table .content .get-a-quote-btn {
  background: linear-gradient(to right, #377dff 0%, #568bef 100%);
  border-radius: 40px;
  font-weight: 500;
  display: inline-block;
}

.premium-card {
  background-color: #377dff;
  color: white;
  transform: scale(1.1);
  margin: 2px;
}
.pricing-table .btn {
  padding: 14px 40px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  transition: all 0.3 linear;
  border: none;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  margin: 2px;
  border-radius: 50px;
}

.pricing-table .btn:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.pricing-table .btn.bordered {
  z-index: 50;
}

.pricing-table:hover .btn.bordered {
  color: #fff !important;
}

.pricing-table .btn.bordered:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3 linear;
  transition: all 0.3 linear;
  width: 100%;
  z-index: -1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.pricing-table:hover .btn.bordered:after {
  opacity: 0;
  transform: scale(0);
}

.pricing-table .content ul li {
  font-size: 12px;
  padding: 4px;
}

.scroll-box {
  height: 150px;
  overflow-y: scroll;
  width: 200px;
  margin: auto;
}

.scroll-box::-webkit-scrollbar-button {
  display: none;
}

.scroll-box::-webkit-scrollbar {
  width: 7px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: #377dff;
  border-radius: 8px;
}

.scroll-box::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.testimonial-section,
.logo-section {
  padding: 3rem 0rem;
}

.testimonial-section .testimonial-section-container,
.logo-section .logo-section-container {
  text-align: center;

  background-image: url("../images/ellipse-blue.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100px;
}

.our-approach-section ul {
  list-style: none;
  color: rgb(122, 121, 121);
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 32px;
  transition: all 60s ease-in-out;
}

.our-approach-section ul li {
  background-color: white;
  box-shadow: 2px 2px 12px rgba(177, 169, 169, 0.6);
  border-radius: 10px;
}

.our-approach-image {
  margin-bottom: -120px;
}
.testimonial-section .testimonial-section-container .description .title {
  color: #377dff;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  padding: 20px 0px;
}

.testimonial-section .testimonial-section-container .description h4 {
  color: #1d1d1d;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}

.testimonial-section .testimonial-section-container .testimonial-card {
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 28px;
  margin: 10px;
}

.testimonial-section .testimonial-section-container .testimonial-card img {
  border-radius: 50%;
  max-width: 100px;
  margin-bottom: 15px;
}

.testimonial-section
  .testimonial-section-container
  .testimonial-card
  .user-detail
  h4 {
  color: #377dff;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

.testimonial-section
  .testimonial-section-container
  .testimonial-card
  .user-detail
  p {
  color: #464646;
  opacity: 0.6;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

.testimonial-section
  .testimonial-section-container
  .testimonial-card
  .testimonial-desc {
  color: #464646;
  opacity: 0.8;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  text-align: start;
  /*padding-right:24px;*/
}

.collab-section .collab-section-container {
  padding: 3rem 0rem 10rem 0rem;
}

.collab-section .collab-section-container .description {
  margin: auto;
}

.collab-section .collab-section-container .description h3 {
  color: #1d1d1d;
  font-size: 55px;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

.collab-section .collab-section-container .description p {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  color: #464646;
  padding-top: 10px;
  opacity: 0.6;
  margin-bottom: 1.5rem;
}

.collab-section .detail .img-section {
  background-image: url("../images/collab-bg1.svg"),
    url("../images/collab-bg2.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 100px, 156px;
  background-position: 1% 25%, 67% 94%;
}

.footer-container {
  padding: 3rem 0rem 0rem 0rem;
}

.bg-red {
  background: #ff2d2d !important;
}
.bg-green {
  background: #7ce761 !important;
}
.bg-yellow {
  background: #ffa800 !important;
}

.main-section .img-section img {
  text-align: center;
  border-radius: 60px;
  padding: 20px 4px;
  max-height: 600px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 780px) {
  .carousel-caption{
    left:0 !important;
    right:0 !important;
  }

  .main-section .img-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
  .carousel-item video {
    height: 390px;
  }
  .main-section .main-section-container,
  .logo-section .logo-section-container {
    background: none;
  }

  .main-section .main-section-container h1 {
    font-size: 24px;
    line-height: 34px;
    padding: 0rem;
  }

  .main-section .main-section-container p,
  .case-box p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 1rem;
  }

  .case-box h1,
  .case-box h3 {
    font-size: 24px !important;

    padding: 0 1rem;
  }

  .case-box button {
    margin-left: 10px;
  }

  .case-box {
    background: #fff;
    padding: 40px;
    margin: 4px;
    border-radius: 20px;
    box-shadow: 8px 8px 20px rgba(171, 169, 169, 0.6);
  }

  .laptop-img {
    margin-top: 10px;
  }

  .about-us-section-container h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .about-us-section-container .description p {
    padding-top: 1rem;
  }

  .our-services-section-container .description h3,
  .our-approach-section-container .description h3,
  .portfolio-section .portfolio-section-container .description h4,
  .testimonial-section .testimonial-section-container .description h4,
  .form-section-container .description h3,
  .logo-section .logo-section-container .description h4,
  .pricing-section .pricing-section-container .description h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .our-services-section-container .description .title,
  .our-approach-section-container .description .title,
  .form-section-container .description .title {
    font-size: 14px;
  }

  .main-section .btn-start-project {
    font-size: 12px;
  }

  .our-approach-section
    .our-approach-section-container
    .description
    .arrow-image {
    display: none;
  }

  .about-us-section-container {
    padding: 1rem 0rem;
  }

  .about-us-section-container .section-title,
  .portfolio-section .portfolio-section-container .description .title,
  .testimonial-section .testimonial-section-container .description .title,
  .logo-section .logo-section-container .description .title,
  .pricing-section .pricing-section-container .description .title {
    font-size: 14px;
  }

  .our-approach-image {
    margin-bottom: 0;
  }

  .our-approach-section ul li {
    font-size: 14px;

    line-height: 22px;
  }

  .our-approach-section ul li h5 {
    font-size: 18px;
  }

  .pricing-table {
    margin-bottom: 35px;
  }

  .about-us-section-container .description p {
    font-size: 14px;
  }

  .about-us-section-container button {
    font-size: 12px;
    padding: 12px 26px;
  }

  .about-us-section-container button img {
    width: 16px;
    height: 16px;
  }

  .about-us-section-container .detail .description {
    padding-left: 6px;
  }

  .our-services-section-container,
  .our-approach-section-container,
  .form-section-container {
    padding: 2rem 1rem;
  }

  .our-services-section-container .description p,
  .our-approach-section-container .description p,
  .form-section-container .description p {
    font-size: 14px;
  }

  .our-services-section-container .description a,
  .our-approach-section-container .description a,
  .form-section-container .description a {
    font-size: 14px;
    float: left;
  }

  .our-services-section-container .description a img {
    width: 16px;
    height: 16px;
  }

  .portfolio-section .portfolio-section-container,
  .pricing-section .pricing-section-container,
  .logo-section {
    padding: 1rem 1rem;
    background: none;
  }

  .portfolio-section .portfolio-section-container .description p,
  .logo-section .logo-section-container .description p,
  .pricing-section .pricing-section-container .description p {
    font-size: 14px;
  }

  .parallax {
    padding: 80px;
  }
  .parallax-content {
    font-size: 11px;

    padding: 0;
  }

  .parallax-content h1 {
    font-size: 22px;
  }

  .testimonial-section .testimonial-section-container {
    background-size: 60px;
  }

  .testimonial-section .testimonial-section-container .description h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 1.5rem;
  }

  .testimonial-section
    .testimonial-section-container
    .testimonial-card
    .user-detail
    h4 {
    font-size: 18px;
  }

  .testimonial-section
    .testimonial-section-container
    .testimonial-card
    .testimonial-desc {
    font-size: 14px;
    padding-right: 0;
  }

  .collab-section-row-sm {
    display: flex;
    flex-direction: column-reverse;
  }

  .collab-section .collab-section-container {
    text-align: center;
    padding: 3rem 0rem;
  }

  .collab-section .collab-section-container .description h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .collab-section .collab-section-container .description p {
    font-size: 14px;
  }

  .collab-section-container .img-section img {
    width: 60%;
  }

  .collab-section-container .img-section .img1 {
    float: right;
  }

  .collab-section-container .img-section {
    position: relative;
  }

  .collab-section-container .img-section .img2 {
    text-align: start;
    margin-top: -4rem;
    margin-left: -3rem;
    position: relative;
  }

  .collab-section .collab-section-container .description {
    padding-top: 1.5rem;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
