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

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        font-family: 'Poppins' !important;
}

/* Navigation */
.navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.navbar-brand img {
  height: 40px;
}

.nav-link {
  font-weight: 500;
  color: #333 !important;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #2563eb !important;
}


.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  transform: translateY(-2px);
}

.btn-outline-primary {
  color: #2563eb;
  border-color: #2563eb;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
      background-image: url(https://distrography.com/wp-content/uploads/2025/07/beatsnoop.com-final-8rmyEBYGJO-1.jpg);
    color: white;
    padding: 160px 0 110px 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero-section:before {
    content:"";
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background: #2563EB;
background: #042D6B;
background: linear-gradient(102deg,rgba(4, 45, 107, 0.96) 17%, rgba(237, 221, 83, 0) 68%);
    
}

.hero-section .container {
    position: relative;
}

.dg-navbar li a {
    color:#fff !important;
    trasnition:all ease .3s
}


.navbar.scrolled .dg-navbar li a { 
     color:#000 !important;
}

.dg-main-bar .navbar-brand img {
    filter: brightness(0) invert(1);
    trasnition:all ease .3s
}

.navbar.scrolled .navbar-brand img {
    filter:none;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-buttons {
  margin-bottom: 2rem;
}

.hero-buttons .btn {
  margin-bottom: 1rem;
}

.hero-image {
  text-align: center;
}

.impact-section .section-text {
    margin-bottom:10px
}

.hero-stats small {
  opacity: 0.8;
}

/* iPhone Section */
.iphone-section {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.section-badge {
  display: inline-block;
  background-color: #2563eb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1f2937;
  text-transform: capitalize;
}

.section-text {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.phone-mockup {
 text-align: center;
    padding: 0 65px;
}

.phone-mockup h6{
    font-size: 25px;
    margin-top: 15px;
}

/* FAQ Section */
.faq-section {
  padding: 90px 0;
    background: #042d6b;
}


.faq-section .accordion-button.collapsed {
    background: transparent;
    color: #fff;
    border-radius: 10px !important;
}

.faq-section .accordion-button:not(.collapsed) {
        background: transparent;
    color: #fff;
    border-radius: 10px !important;
        box-shadow: none;
}

.faq-section .accordion-button:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.faq-section .accordion-button {
  font-size: 21px;
    min-height: 96px;
}

.faq-section .accordion-item {
    margin-bottom:10px;
}

.faq-section .accordion-item p , .faq-section .accordion-item li {
    font-size:18px;
    margin-bottom:10px;
}

.faq-section .accordion {
        --bs-accordion-bg: transparent;
}

.accordion-body {
    color:#fff;
   padding-top:0;
}


.faq-section .accordion .accordion-button::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

    
}


.faq-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.faq-icon {
  background-color: #2563eb;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.faq-content {
  flex: 1;
}

.faq-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.faq-content p {
  color: #6b7280;
  margin: 0;
}

.faq-arrow {
  color: #2563eb;
}

/* Features Section */
.features-section {
  padding: 5rem 0;
}

.feature-card {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.feature-phone {
  margin-bottom: 1.5rem;
}

.feature-card h5 {
     margin-bottom: 5px;
    color: #1f2937;
}

.feature-card p {
  color: #6b7280;
  font-size: 0.95rem;
}

/* Stats Section */
.stats-section {
      background: #042d6b;
  color: white;
  padding: 80px 0;
}

.stat-item {
  padding: 2rem 1rem;
}

.stat-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1rem;
  opacity: 0.9;
}


.stats-section h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;

}

.press-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.press-logo {
  height: 40px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.press-logo:hover {
  opacity: 1;
}

/* Impact Section */
.impact-section {
  padding: 50px 0;
    background: #fff;
}

/* Blog Section */
.blog-section {
  padding: 100px 0;
  background: #fff;
}

.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.blog-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-content {
  padding: 1.5rem;
}

.blog-content h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1f2937;
  line-height: 1.4;
}

.blog-excerpt {
  color: #6b7280;
  font-size: 0.95rem;
  margin: 0;
}

/* CTA Section */
.cta-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.cta-phone {
  text-align: center;
}

/* Footer */
.footer {
  background-color: #2563eb;
  color: white;
  padding:100px 0 30px 0;
  
}

.footer-logo {
  height: 80px;
    padding-bottom: 10px;
    filter: brightness(0) invert(1);

}

.footer-text {
     color: #fff;
    margin-bottom: 1.5rem;
    line-height: 28px;
    font-size: 17px;
}

.footer-btm {
    background: #fff;
    padding:15px 0 ;
    margin-top: 30px;
}


.social-links {
  display: flex;
  gap: 1rem;
}

.footer-btm-text {
    font-size: 15px;
    color:#fff;
}

.footer-btm-text a {
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    text-decoration: none;
}

.social-links a {
        background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  color: #0b49b4;
  font-size: 1.25rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  color: #2563eb;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
 color:#fff;
    font-size: 17px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.padding-right-foot {
    padding-left:70px;
}


.padding-right-foot1.padding-right-foot {
     padding-left:39px;

}


.footer-links a:hover {
  color: white;
}

.footer-divider {
  border-color: #d9dbdd;
  margin: 2rem 0;
}

.footer-copyright {
  color: #9ca3af;
  font-size: 0.875rem;
  margin: 0;
}

.footer-apps {
  display: flex;
  gap: 1rem;
  justify-content: end;
}

.app-link img {
  height: 40px;
  transition: transform 0.3s ease;
}

.app-link:hover img {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .press-logos {
    gap: 1rem;
  }
  
  .footer-apps {
    justify-content: center;
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 23px;
  }
  
  .feature-card {
    padding: 1.5rem 0.5rem;
  }
  
  .stat-item {
    padding: 0
  }
}



.contact-foot ul li a{
        display: flex ;
    align-items: center;
    gap: 10px;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title,
.hero-subtitle,
.section-title {
  animation: fadeInUp 0.8s ease-out;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1d4ed8;
}


.center-text {
        display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 25px;
}

.center-text  h4{
   color:#6ca7ff;
     font-size: 32px;
}

.center-text .line {
        position: relative;
   width: 36%;
}


.center-text .line:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    color:#fff;
    background: #cccccc52;
    left:0;
}

.stat-item p{
   font-size: 18px;
    line-height: 28px;
    color: #6CA7FF;
    margin-top: 8px;
}

.stat-icon img {
    width:80px;
}

.btn-primary.why-us {
        background: #fff;
    color: #0a6cff;
    border-radius: 30px;
    margin-top: 15px;
    
}


.pricesec {
    padding:100px 0;
}


    body {
      background: #f9fafb;
      font-family: 'Segoe UI', sans-serif;
      padding: 50px 20px;
    }

    .pricing-wrapper {
      background: white;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      padding: 30px;
      max-width: 1000px;
      margin: auto;
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      margin-top:40px;
    }

    .plan-tabs {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .plan-tab {
      padding: 20px 25px;
      border-radius: 16px;
      background-color: #f1f5f9;
      cursor: pointer;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .plan-tab.active {
      background-color: #2563eb;
      color: white;
      border-color: #2563eb;
    }

    .plan-tab .plan-title {
      font-size: 18px;
      font-weight: 600;
    }

    .plan-tab .plan-price {
      font-size: 22px;
      font-weight: bold;
      margin-top: 5px;
    }

    .plan-tab .subtext {
      font-size: 14px;
      opacity: 0.85;
      margin-top: 6px;
    }

    .plan-details {
      flex: 1;
      background-color: #2563eb;
      border-radius: 20px;
      padding: 30px;
      color: white;
    }

    .plan-box {
      background-color: white;
      border-radius: 16px;
      padding: 25px;
      color: black;
    }

    .plan-box h4 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .plan-box .price {
      font-size: 30px;
      font-weight: bold;
      margin: 10px 0;
    }

    .features {
      list-style: none;
      padding-left: 0;
      margin: 20px 0;
    }

    .features li {
      padding: 8px 0;
      display: flex;
      align-items: center;
    }

    .features li::before {
      content: "✔";
      color: #2563eb;
      font-weight: bold;
      display: inline-block;
      width: 24px;
    }

    .purchase-btn {
      background-color: #2563eb;
      border: none;
      color: white;
      width: 100%;
      padding: 12px;
      border-radius: 12px;
      font-weight: 600;
      font-size: 16px;
    } 
    


    /* Modal styles */
    .modal-content {
      border-radius: 20px;
      padding: 30px;
    }

    .modal-header {
      border-bottom: none;
    }

    .form-control {
      background-color: #f1f5f9;
      border: 1px solid #ccc;
      border-radius: 12px;
      padding: 12px;
    }

    .form-label {
      font-weight: 500;
    }

    @media(max-width: 768px) {
      .pricing-wrapper {
        flex-direction: column;
      }
    }


.hero-section.inner-banner {
    text-align: center;
}

.why-md {
    padding: 70px 0;
    background: #fff;
}

.why-md p{
    margin-bottom: 20px;
}

.about-sec-why h5{
    padding: 15px 0;
}


.about-sec-why li {
    font-size: 15px;;
}

.about-sec-why hr {
    padding: 8px 0;
}


.nwh {
    padding:80px 0;
    background: #fff;
}

.nwh ul {
    padding-top:10px;
    padding-bottom: 10px;
}

   .partner-logo img {
      width: 104px;
      height: 60px;
      object-fit: contain;
      filter: grayscale(100%);
      transition: filter 0.4s ease;
    }

    .partner-logo img:hover {
      filter: grayscale(0%);
    }
    
    .partner-sec {
       padding:70px 0;      
       background: #f8f9fa;
    }
    
.partner-sec h5 {
   padding-bottom: 30px;
    font-size: 23px;
    letter-spacing: 1px;
}   

.partner-sec h5 span {
    color:#2563eb;
}


.nwy-us {
    padding:80px 0;
    background-color: #f2f2f2;
}

 .feature-card {
      border-radius: 1rem;
      box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
      transition: transform 0.3s;
    }
    .feature-card:hover {
      transform: translateY(-5px);
    }
    .check-icon {
          color: #2563eb;
    font-size: 27px;
    margin-right: 14px;
    }

.text-left {
    text-align: left;
}


.team-9 {
    padding: 18px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
    background: #fff;
}

.team-9:before {
       content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27%;
    position: absolute;
    background: #2563eb;
    border-radius: 0;
    transition: all .3s;
}




.team-9:hover:before  {
    height:100%;
}

.team-9 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.team-9 .team-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.team-9 .team-content {
   text-align: center;
    position: relative;
    color: #fff;
}

.team-9 .team-content h2 {
       font-size: 18px;
    font-weight: 700;
  
    margin-bottom: 5px
}

.team-9 .team-content h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.team-9 .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    transform: rotateY(180deg);
}

.team-9 .team-overlay p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.team-9 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team-9 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-9 .team-social a.social-tw {
    background: #00acee;
}

.team-9 .team-social a.social-fb {
    background: #3b5998;
}

.team-9 .team-social a.social-li {
    background: #0e76a8;
}

.team-9 .team-social a.social-in {
    background: #3f729b;
}

.team-9 .team-social a.social-yt {
    background: #c4302b;
}

.team-9 .team-social a:last-child {
    margin-right: 0;
}

.team-9 .team-social a:hover {
    background: #222222;
}

.team-section {
        padding: 100px 0;
    background: #f2f2f2;
}


.services_distro {
       background-color: #f2f2f2;
    padding: 80px 0;
}
.services_distro .service {
    padding: 15px 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    text-align: center;
    margin-top: 20px;
    background-color: #000;
}


.services_distro .row .col-md-3:nth-child(1) .service,
.services_distro .row .col-md-3:nth-child(3) .service,
.services_distro .row .col-md-3:nth-child(6) .service,
.services_distro .row .col-md-3:nth-child(8) .service,
.services_distro .row .col-md-3:nth-child(9) .service,
.services_distro .row .col-md-3:nth-child(11) .service,
.services_distro .row .col-md-3:nth-child(14) .service,
.services_distro .row .col-md-3:nth-child(16) .service{
    background-color: #2563eb; /* Blue */
}







.orbit {
  float: left;
  width: 100%;
  position: relative;

}

.orbit-icon {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 1.2em;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-align: center;
  display: block;
}

.orbit-wrap {
  list-style: none;
  font-size: 1.3em;
}
.orbit-wrap > li {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


ul[class^=ring] {
  transition: all 300ms ease-in-out;
}
ul[class^=ring] li {
  transition: all 300ms ease-in-out;
}

.ring-0 {
  width: 15.625em;
  height: 15.625em;
  -webkit-animation: clockwiseRotate 35s linear infinite;
          animation: clockwiseRotate 35s linear infinite;
}

.ring-0 img {
  -webkit-animation: counterClockwiseRotate 35s linear infinite;
          animation: counterClockwiseRotate 35s linear infinite;
}


.ring-0 > *:nth-of-type(1) {
  transform: rotate(95deg) translate(7.8125em) rotate(-95deg);
}
.ring-0 > *:nth-of-type(2) {
  transform: rotate(190deg) translate(7.8125em) rotate(-190deg);
}
.ring-0 > *:nth-of-type(3) {
  transform: rotate(285deg) translate(7.8125em) rotate(-285deg);
}
.ring-0 > *:nth-of-type(4) {
  transform: rotate(380deg) translate(7.8125em) rotate(-380deg);
}

.ring-1 {
  width: 12.5em;
  height: 12.5em;
  -webkit-animation: clockwiseRotate 30s linear infinite;
          animation: clockwiseRotate 30s linear infinite;
}
.ring-1 img {
  -webkit-animation: counterClockwiseRotate 30s linear infinite;
          animation: counterClockwiseRotate 30s linear infinite;
}
.ring-1 > *:nth-of-type(1) {
  transform: rotate(126.6666666667deg) translate(6.25em) rotate(-126.6666666667deg);
}
.ring-1 > *:nth-of-type(2) {
  transform: rotate(253.3333333333deg) translate(6.25em) rotate(-253.3333333333deg);
}
.ring-1 > *:nth-of-type(3) {
  transform: rotate(380deg) translate(6.25em) rotate(-380deg);
}

.ring-2 {
  width: 9.375em;
  height: 9.375em;
  -webkit-animation: clockwiseRotate 25s linear infinite;
          animation: clockwiseRotate 25s linear infinite;
}
.ring-2 img {
  -webkit-animation: counterClockwiseRotate 25s linear infinite;
          animation: counterClockwiseRotate 25s linear infinite;
}
.ring-2 > *:nth-of-type(1) {
  transform: rotate(47.5deg) translate(4.6875em) rotate(-47.5deg);
}
.ring-2 > *:nth-of-type(2) {
  transform: rotate(95deg) translate(4.6875em) rotate(-95deg);
}
.ring-2 > *:nth-of-type(3) {
  transform: rotate(142.5deg) translate(4.6875em) rotate(-142.5deg);
}
.ring-2 > *:nth-of-type(4) {
  transform: rotate(190deg) translate(4.6875em) rotate(-190deg);
}
.ring-2 > *:nth-of-type(5) {
  transform: rotate(237.5deg) translate(4.6875em) rotate(-237.5deg);
}
.ring-2 > *:nth-of-type(6) {
  transform: rotate(285deg) translate(4.6875em) rotate(-285deg);
}
.ring-2 > *:nth-of-type(7) {
  transform: rotate(332.5deg) translate(4.6875em) rotate(-332.5deg);
}
.ring-2 > *:nth-of-type(8) {
  transform: rotate(380deg) translate(4.6875em) rotate(-380deg);
}

.ring-3 {
  width: 6.25em;
  height: 6.25em;
  -webkit-animation: clockwiseRotate 20s linear infinite;
          animation: clockwiseRotate 20s linear infinite;
}
.ring-3 img {
  -webkit-animation: counterClockwiseRotate 20s linear infinite;
          animation: counterClockwiseRotate 20s linear infinite;
}
.ring-3 > *:nth-of-type(1) {
  transform: rotate(126.6666666667deg) translate(3.125em) rotate(-126.6666666667deg);
}
.ring-3 > *:nth-of-type(2) {
  transform: rotate(253.3333333333deg) translate(3.125em) rotate(-253.3333333333deg);
}
.ring-3 > *:nth-of-type(3) {
  transform: rotate(380deg) translate(3.125em) rotate(-380deg);
}


ul[class^=ring] {
  border: solid 1px rgba(33, 150, 243, 0.8);
  position: relative;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
}

ul[class^=ring] li {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6em;
  height: 1.6em;
  margin: -0.8em;
}

/*
  center;
*/
.orbit-center {
  z-index: 5;
  font-size: 2em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  background: linear-gradient(to right, #2563eb, #3b82f6);
  border-radius: 50%;
}
.orbit-center:hover .orbit-center__icon {
  transform: rotateZ(0deg);
}

.orbit-center__icon {
     transform: rotateZ(-360deg);
    transition: all 300ms ease-in-out;
    padding: 10px;
}

.orbit-wrap > li.orbit-center:hover ~ li > ul {
  width: 0;
  height: 0;
}
.orbit-wrap > li.orbit-center:hover ~ li > ul * {
  transform: translate(0, 0);
}

/* 
animations 
*/
@-webkit-keyframes clockwiseRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes clockwiseRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counterClockwiseRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes counterClockwiseRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* 
icons 
*/



.ring-0 img, .ring-1 img, .ring-2 img, .ring-3 img {
    background: #fff;
}






@media (max-width: 600px) {
  .ring-0 {
    width: 13em;
    height: 13em;
  }
  .ring-0 > *:nth-of-type(1) {
    transform: rotate(95deg) translate(6.5em) rotate(-95deg);
  }
  .ring-0 > *:nth-of-type(2) {
    transform: rotate(190deg) translate(6.5em) rotate(-190deg);
  }
  .ring-0 > *:nth-of-type(3) {
    transform: rotate(285deg) translate(6.5em) rotate(-285deg);
  }
  .ring-0 > *:nth-of-type(4) {
    transform: rotate(380deg) translate(6.5em) rotate(-380deg);
  }

  .ring-1 {
    width: 11em;
    height: 11em;
  }
  .ring-1 > *:nth-of-type(1) {
    transform: rotate(126.6667deg) translate(5.5em) rotate(-126.6667deg);
  }
  .ring-1 > *:nth-of-type(2) {
    transform: rotate(253.3333deg) translate(5.5em) rotate(-253.3333deg);
  }
  .ring-1 > *:nth-of-type(3) {
    transform: rotate(380deg) translate(5.5em) rotate(-380deg);
  }

  .ring-2 {
    width: 9em;
    height: 9em;
  }
  .ring-2 > *:nth-of-type(1) {
    transform: rotate(47.5deg) translate(4.5em) rotate(-47.5deg);
  }
  .ring-2 > *:nth-of-type(2) {
    transform: rotate(95deg) translate(4.5em) rotate(-95deg);
  }
  .ring-2 > *:nth-of-type(3) {
    transform: rotate(142.5deg) translate(4.5em) rotate(-142.5deg);
  }
  .ring-2 > *:nth-of-type(4) {
    transform: rotate(190deg) translate(4.5em) rotate(-190deg);
  }
  .ring-2 > *:nth-of-type(5) {
    transform: rotate(237.5deg) translate(4.5em) rotate(-237.5deg);
  }
  .ring-2 > *:nth-of-type(6) {
    transform: rotate(285deg) translate(4.5em) rotate(-285deg);
  }
  .ring-2 > *:nth-of-type(7) {
    transform: rotate(332.5deg) translate(4.5em) rotate(-332.5deg);
  }
  .ring-2 > *:nth-of-type(8) {
    transform: rotate(380deg) translate(4.5em) rotate(-380deg);
  }

  .ring-3 {
    width: 7em;
    height: 7em;
  }
  .ring-3 > *:nth-of-type(1) {
    transform: rotate(126.6667deg) translate(3.5em) rotate(-126.6667deg);
  }
  .ring-3 > *:nth-of-type(2) {
    transform: rotate(253.3333deg) translate(3.5em) rotate(-253.3333deg);
  }
  .ring-3 > *:nth-of-type(3) {
    transform: rotate(380deg) translate(3.5em) rotate(-380deg);
  }

  .orbit-wrap {
    list-style: none;
    font-size: 1.3em;
    height: 365px;
    padding: 0;
  }
  
  .iphone-section .row{
          flex-direction: column-reverse;
  }
  
  
}


.navbar-toggler-icon {
    filter:invert(1);
     
}


.navbar-toggler {
    border-color: #fff !important;
}

.navbar.scrolled .navbar-toggler-icon {
     filter:none;
      
}


.navbar.scrolled  .navbar-toggler {
    border-color: #000 !important;
}


/*Responsive*/



@media (max-width: 768px) { 
    
    .iphone-section  {
    overflow: hidden;
}


.accordion-flush .col-md-6:first-child .accordion-item:last-child {
    border-bottom: 1px solid;
    border-color: #fff;
}


 .hero-section:before {
     background: linear-gradient(180deg, rgba(4, 45, 107, 1) 12%, rgba(237, 221, 83, 0) 45%);
 }
    
    
body .stats-section h5 {
    font-size: 17px;
    line-height: 14px;
}   

    
vody .stat-item p {
    font-size: 16px;
    line-height: 22px;
}    
    
    
body .center-text .line {
    position: relative;
    width: 17%;
}   
    
    
body .center-text h4 {
    color: #6ca7ff;
    font-size: 20px;
}   
    
    
    
 body .btn-primary.why-us {
     margin-top: 35px;
 }   
    
    
 .blog-section {
     padding-bottom: 30px;
 }   
    
    
body .padding-right-foot1.padding-right-foot, body .padding-right-foot {
         padding-left: calc(var(--bs-gutter-x) * .5);
 }   
    
    
.services_distro .service {
        min-height: 127px;
    display: flex
;
    align-items: center;
    justify-content: center;
}    
    
    
    
.services_distro .row .col-md-3:nth-child(1) .service, .services_distro .row .col-md-3:nth-child(4) .service, .services_distro .row .col-md-3:nth-child(5) .service, .services_distro .row .col-md-3:nth-child(8) .service, .services_distro .row .col-md-3:nth-child(9) .service,  .services_distro .row .col-md-3:nth-child(12) .service, .services_distro .row .col-md-3:nth-child(13) .service {
    background-color: #2563eb;
}    
    

.services_distro .row .col-md-3:nth-child(3) .service, .services_distro .row .col-md-3:nth-child(6) .service, .services_distro .row .col-md-3:nth-child(11) .service, .services_distro .row .col-md-3:nth-child(14) .service  {
     background-color: #000;
}   


.navbar {
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
        background: #042d6b;
}

.navbar-nav {
    margin-bottom:30px;
}


.hero-section {
        background-position: -911px center;
}
  
  
.stat-item p {
    font-size: 14px;
    line-height: 20px;
}   


.why-md p {
    margin-bottom: 20px;
    text-align: justify;
}
    
    
}
