/* General styles */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
   
   
}
.get_started{
 

}
/*.navbar*/
#faq_mobile{
  display: none;
}
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*background: #3E8DA8;*/
  box-shadow: 0px 10px 9.6px -4px rgba(0, 0, 0, 0.25);
  align-items: center;
  z-index: 99;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 150px; 
  background-color: white;
  
}

nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  margin-top: -40px;
  /* background: red; */
  
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  

  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{

  height: 100%;
   /*max-resolution: res;-top: 55px;*/
  margin-bottom: 60px;
  padding-right: 150px;
  
}
nav .navbar .links{
  display: flex;
  align-items: center;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
  /*color: #676767;*/
}

nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  /*color: #fff;*/
  color:  #676767;
  font-size: 16px;
  font-weight: 500;
text-align: left;

position: relative;
text-decoration: none; /* Remove the default underline */
cursor: pointer;
}
nav .navbar .links li #a{
  position: relative;
  text-decoration: none; /* Remove the default underline */
  cursor: pointer;
}
nav .navbar .links li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px; /* Adjust the position of the underline */
    /* Set the height of the underline */
  background-color: currentColor; /* Use the text color for the underline */
  transform: scaleX(0); /* Initially scale the underline to 0 */
  transition: transform 0.3s ease; /* Smooth transition effect */
  height: 3px;
}
nav .navbar .links li #a::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px; /* Adjust the position of the underline */
    /* Set the height of the underline */
  background-color: currentColor; /* Use the text color for the underline */
  transform: scaleX(0); /* Initially scale the underline to 0 */
  transition: transform 0.3s ease; /* Smooth transition effect */
  height: 3px;
}
nav .navbar .links li #a:hover::after{
  transform: scaleX(1); /* Scale the underline to its full width on hover */
  color: #0056BF;
}
nav .navbar .links li a:hover::after{
  transform: scaleX(1); /* Scale the underline to its full width on hover */
  color: #0056BF;
}
nav .navbar .links li a:hover,nav .navbar .links li #a:hover{
  font-weight: bold;
color: #0056BF;
}
.get_started {
  width: Hug (110px)px;
height: Hug (44px)px;
padding: 10px;
  border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    background: linear-gradient(278.46deg, #0056BF 2.06%, #00ACFF 91.69%);
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: left;
box-shadow: 0px 4px 10px 0px #00000040;
    
  
}
.get_started:hover{
  box-shadow: 0px 4px 4px 0px #00000040;

}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: white;
  box-shadow: 0px 6.16px 6.16px 0px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 2;
  border: 0.46px solid rgba(0, 172, 255, 1);
  border-radius: 9.24px; 
}
nav .navbar .links li .sub-menu li a{
  color: gray;
  
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{

  padding: 10px 10px;
  border-bottom: 1px solid  rgba(229, 229, 229, 1);
  
}
.navbar .links li .sub-menu a{
  color: #fff;
 
  font-family: Poppins;
font-size: 15px;
font-weight: 300;
line-height: 15px;
text-align: left;

}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.sidebar-logo>img{
  margin-left: 10px;
}
.navbar .bx-menu{
  display: none;
}

.hero {
    color: #ffffff;
    padding: 150px 50px; /* Adjust padding as needed */
    position: relative;
    width: 100%; /* Ensure it takes full width of the screen */
    height: 688px; /* Ensure it takes full height of the screen */
    background: linear-gradient(106.79deg, #2C67F2 27.28%, #7AD5F4 83.29%);

    
}
  
  .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('lines.webp'); /* Path to your background image */
    background-size: cover; /* Ensure the image covers the entire container */
    background-position: center; /* Center the image */
    z-index: 1; /* Put the background behind other content */
     opacity: 50%; /* Set the opacity of the background image */
  }
.sec-hero{


}

#right_div{
  animation: MoveUpDown 1.8s linear infinite;
  position: relative;
  left: 0;
  bottom: 0;
  margin-right: 0px;
}
@keyframes MoveUpDown {
  0%, 10% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.hero_svg:hover{
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  transition: all;
  transform: scaleX(1);
  transition-timing-function: calc(1);

}
.Intoduction {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-left: 150px;
    margin-right: 150px;
    z-index: 1;

}
.left-div {
    flex: 0 0 50%; /* Adjust as needed */
    max-width: 50%; /* Adjust as needed */
  
}
.left-div h1 {
  
    margin-bottom: 20px;
    font-family: Poppins;
font-size: 48px;
font-weight: 600;
line-height: 50.3px;
text-align: left;
width: 699px;
height: 50px;
top: 300px;
left: 132px;
gap: 0px;
opacity: 0px;

}
span{
 
}

.left-div p {
  width: 642px;
height: 70px;
top: 412px;
left: 132px;
gap: 0px;
opacity: 0px;

    font-size: 18px; /* Adjust font size as needed */
    margin-bottom: 20px;
    font-family: Poppins;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 30px;
                    text-align: left;
                   color: rgba(255, 255, 255, 1);

}
.right-div {
    flex: 0 0 100%; /* Adjust as needed */
    max-width: 50%; /* Adjust as needed */

}

.right-div img {
    max-width: 100%;
    height: auto;
    padding-top: 50px;
    margin-left: 0px;
    width: 558px;
height: 459.75px;
top: 247px;
left: 723px;
gap: 0px;
opacity: 0px;

   
}
#home_about_left{
 margin-left: 60px;
}
#home_about_right.animate{
 padding-top: 25px;
 width: 100%;
  font-weight: bold;
  position: relative;
  animation: about 1.4s ;
  animation-fill-mode: forwards;
  /* animation-timing-function: linear; */
  /* animation-timing-function: ease-out;
   */
   animation-timing-function:  ease-in-out;
  
}
@keyframes about {
  from {left: 500px; opacity: 25%;}
  to {left: 00px;}  
  /* from {margin-top: 800px; opacity: 25%;}
  to { margin-top: 00px;} */
}
#home_about_right_p{
  width: 471px;
height: 145px;
top: 199px;
left: 569px;
gap: 0px;
opacity: 0px;
margin-top: 10px;

}

#img_about.animate{
  width: 100%;
  font-weight: bold;
  position: relative;
  animation: mymove 1.4s ;
  animation-fill-mode: forwards;
  /* animation-timing-function: linear; */
  /* animation-timing-function: ease-out;
   */
   animation-timing-function:  ease-in-out;

}
@keyframes about {
  from {left: 500px; opacity: 25%;}
  to {left: 00px;}  
  /* from {margin-top: 800px; opacity: 25%;}
  to { margin-top: 00px;} */
}
@keyframes mymove {
  from {left: -500px; opacity: 25%;}
  to {left: 00px;}
}

/* About section styles */
.About_main {
    padding: 80px 10px;
   padding-bottom: 10px;
    /* Adjust padding as needed */
   
 
}
.About {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.About_left {
   width: 100%; /* Adjust as needed */
}
.About_left {
  width: 497px;
      height: 533px;
      gap: 0px;
      opacity: 0px;
}
.About_right {
    flex: 0 0 50%; /* Adjust as needed */
    max-width: 50%; /* Adjust as needed */
    margin-top: -90px;
}
#img_about{
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
.About_right p{
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  color: #666666;
  
}
.About_right h2 {
    color: #008FFF;
    font-size: 36px; /* Adjust font size as needed */
    margin-bottom: 20px;
}
.About_line{
  width: 150px; height: 5px; border-bottom: 6px; color: black; background-color: rgba(0, 143, 255, 1);
  margin-top: -20px;
}

.btn_get_started {
    padding: 10px 20px;
    background-color: #008FFF;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 110px;
    margin-left: 0px;
    
}
.btn_nav:hover{
  box-shadow: 0px 4px 4px 0px #00000040;

}
.btn_get_started:hover{
  box-shadow: 0px 4px 4px 0px #00000040;

}
/* Services section styles */
.services_main{
width: 99.8w;
      height: 15.081vw;
   
      background-color: #ffffff;
  
  }
  #services{
    margin-top: 20px;
  }
  
  .services_main .h2{
      color: #008FFF;
      font-family: Poppins;
  font-size: 64px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  text-align: center;
 padding-top: 30px;
 

  }
  .services_main .h3{
      font-family: Poppins;
      font-size: 26px;
      font-weight: 500;
      line-height: 39px;
      text-align: left;
      text-align: center;
      
  
     
  }
  .services_main .services_p{
    font-size: 18px;
        font-weight: 400;
        line-height: 29px;
        text-align: left;
        color:  rgba(102, 102, 102, 1);
        line-height: 29px ;
        text-align: center  ;
        line-height: 30px;    
        margin-left:  310px;
        margin-right: 300px;
        margin-top: 2px;
        margin-top: 20px;
  }
  .services{
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 5px;
  
  }
  .cards{
  
    margin-right: 220px;
    margin-left: 200px;
    
  }

  .cards1, .cards2,.cards3{
    max-width: 100%;
      display: flex;
     
      justify-content: space-evenly;
      
  }
  #cards2{
    margin-left: 200px;
    margin-right: 250px;
  }
 
  #cards_3{
    margin-left: 50px;
  }
  #seo_card{
    margin-left: 60px;
  }
  .cards1 .card , .cards2 .card, .cards3 .card{
    margin-top: 40px;
  }
  
  .card{
      width: 221px;
  height: 289.55px;
  gap: 0px;
  border-radius: 18.91px;
  background: rgba(240, 250, 255, 1);
    text-align: center;
     border: 1.18px solid rgba(40, 185, 255, 1);
   
     transition: all 0.3s ease;
     cursor: pointer;
  
  }
  .card:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform:scale(1.1)
  }
  
  .card h3{
    color: rgba(0, 86, 191, 1);
      font-family: Poppins;
  font-size: 23.64px;
  font-weight: 600;
  line-height: 21.55px;
  align-items: center;
  justify-content: center;
  }
  .card{
      padding-top: 20px;
  }
  .card ,H3 ,button{
      margin: 5px;
  }
  .card img{
    margin-bottom: 10px;
  }
  /* img position */
  

  .card #webdes_img{
    margin-bottom: 45px;
  }
  .card #gfx_img{
    margin-bottom: 38px;
  }
   .card #content_img{
    margin-bottom: 45px;
  }
  .card #webdev_img{
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .card #social_img{
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .card #gfx_img{
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .card #webdes_img{
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .card #content_img{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .card #app_img{
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .card #seo_img{
    margin-top: 20px;
    margin-bottom: -15px;
    width: 144px;
  }
  .card #ppc_img{
    margin-top: -5px;
    margin-bottom: -15px;
  }

  .card {
    margin-top: 20px;
    margin-bottom: 8px;
  }

   .btn_services{
      width: Fixed (80.75px)px;
      height: Fixed (26.18px)px;
      padding: 6px 13.19px 6px 13.19px;
      gap: 6px;
      border: 0px;
      border-radius: 4.8px;
      opacity: 0px;
      background: linear-gradient(90deg, #008FFF 0%, #0056BF 100%);
      color: white;
      box-shadow: 0px 2.4px 11.27px 0px rgba(0, 0, 0, 0.25);
  }
  
#seo_card #seo_h3{
  margin-top: 12px;
}

/* Footer styles */
.footer {
    background-color: #333333;
    color: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1200px; /* Adjust max-width as needed */
}

.footer-section {
    
    flex: 0 0 calc(25% - 40px); /* Adjust as needed */
    max-width: calc(25% - 40px); /* Adjust as needed */
    margin-bottom: 40px;
}

.footer-section h3 {
    font-size: 24px; /* Adjust font size as needed */
    margin-bottom: 20px;
    margin-left: -2px;
}

.footer-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-section .logo-description{
  margin-top: 30px;
}
.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer-section ul li a:hover{
  font-weight: bold;
}
.social-icons ,.footer-section li{
 text-align: left;
}

.footer-section h3{
  text-align: left;
}
.footer_logo{

  text-align: left;
  margin-right: 60px;
  margin-bottom: 10px;
}
.social-icons i {
  margin-right: 10px;
}
 .footer-section .h3{
 
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: left; 

}
#h3_div{
  width: 100px;
}
.faq_h2{
  font-family: Poppins;
  font-size: 64px;
  font-weight: 600;
  line-height: 96px;
  text-align: center;
  margin-top: 80px;
  color: rgba(0, 143, 255, 1);

  
}
.faqs{
display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 950px;
  margin-left: 240px;
  margin-right: 240px;
  padding-top: 50px;
}

.faqs_right{
  width: 542px;
height: 576px;
gap: 0px;
opacity: 0px;
margin-top: 50px;
width: 605px;
height: 656.45px;
top: 2697.55px;
left: 200px;
gap: 0px;
border-radius: 6px 0px 0px 0px;
opacity: 0px;

} 
.faqs_left{
  margin-right: 100px;
  
}
.accordion {
  
  background-color: transparent;
  cursor: pointer;
  color:  rgba(106, 106, 106, 1);

  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width: Fixed (464px)px;
  height: Fixed (50px)px;
  padding: 10px;
  gap: 31px;
  border-radius: 6px;
  border: 2px 0px 0px 0px;
  opacity: 0px;
  border: 2px solid rgba(182, 182, 182, 1)
  
}

.active, .accordion:hover {
  background-color: #ccc; 
  color: black;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  color: rgba(0, 0, 0, 1);

}
/* Responsive style  */



@media  (min-width: 980px)and (max-width: 1400px){
 
  nav{

  }
  .logo{
    margin-left: -30px;
  }
  .navbar .nav-links{
    margin-right: -80px;
  }
  .hero{
    height: 588px;
  }
  .Intoduction{
    margin-top: -50px;
    margin-left: 40px;
    margin-right: 50px;
  }
  .left-div{
  
  }
  #home_about_right{
    margin-top: -50px;
    
  }
  .right-div{
  margin-left: 40px;
  }
  .services_main{
    margin-left: 0px;
  }
  .cards{
  
    margin-right: 120px;
    margin-left: 80px;
    
  }
 #cards2{
margin-left: 150px;
margin-right: 150px;
 }
  #cards_3{
    margin-left: 120px;
  }
  #seo_card{
    margin-right: -50px;
  }
  
.faqs{
 
  align-items: center;
  margin-top: 970px;
  margin-left: 180px;
  margin-right: 180px;
  padding-top: 100px;
}

.faqs_right{
  width: 542px;
height: 576px;
gap: 0px;
opacity: 0px;
margin-top: 50px;
width: 605px;
height: 656.45px;
top: 2697.55px;
left: 200px;
gap: 0px;
border-radius: 6px 0px 0px 0px;
opacity: 0px;

}

.faqs_left{
  margin-top: 50px;
 margin-left: 0px;
  width: 40%;
}

.services_main .faq_h2{
  
  font-family: Poppins;
  font-size: 68px;
  font-weight: 600;
  line-height: 96px;
  text-align: center;
  padding-top: 10px;

    }
.footer{
  margin-top: 80px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

}

@media (max-width: 1123px) {

}
@media  (min-width: 600px)and (max-width: 1080px){
  .logo{
    margin-left: -30px;
  }
  .navbar .nav-links{
    margin-right: -80px;
  }
  .Intoduction{
    margin-left: 10px;
  }
  .left-div h1 {
  
    margin-bottom: 20px;
    font-family: Poppins;
font-size: 38px;
font-weight: 600;
line-height: 50.3px;
text-align: left;
width: 550px;


}
span{
 
}

.left-div p {
  width: 452px;
height: 90px;



font-size: 18px;
             
line-height: 30px;
                   
}
  .right-div{

    margin-left: 40px;
  
  }
  .services_main{
    margin-left: 0px;
  }
  .cards{
  
    margin-right: 120px;
    margin-left: 80px;
    
  }
 #cards2{
margin-left: 150px;
margin-right: 150px;
 }
  #cards_3{
    margin-left: 120px;
  }
  #seo_card{
    margin-right: -50px;
  }
  
.faqs{
 
  align-items: center;
  margin-top: 980px;
  margin-left: 100px;
  margin-right: 100px;
}

.faqs_right{
  width: 542px;
height: 576px;
gap: 0px;
opacity: 0px;
margin-top: 50px;
}

.faqs_left{
  margin-top: 50px;
  margin-right: 10px;
  width: 50%;
}
.services_main .faq_h2{
  
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin-bottom: 80px;
    }
.footer{
  width: 100%;
}

}



@media (max-width:991px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}



@media (max-width:800px){
  .Intoduction .right-div{
    display: none;
  }
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  white;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;

    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
.navbar .links li .sub-menu li{
  color: #fff;
 
  font-family: Poppins;
font-size: 15px;
font-weight: 300;
line-height: 5px;
text-align: left;

}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}


@media (max-width: 920px) {
    
 
  .logo{
        margin-left: 0px; 
    }
    .Intoduction {
        flex-direction: column;
    }

    .left-div,
    .right-div {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .right-div{
      margin-left: 80px;
      }
  
    .About_left,
    .About_right {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }
   

    .services_main h3 {
        margin-bottom: 30px;
    }

    .card {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .footer-section {
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 530px) {

  #Home_About{
    margin-top: -150px;
  }
    nav .logo{
    margin-left: -70px;
      }
     nav .navbar{
    margin-top: 0px;
      }
      nav .navbar .links #btn_nav{
     
      }
    nav .nav-links .links{
      margin-left: 5px;
    }
.background-img{
width: 100%;
}

  .get_started{
    margin-left: -2px;
  }
/* navbar */
    .navbar ul {
        display: none;
    }
   

    .hero h2{
        text-align: left;
    }
     nav .navbar .nav-links{
  max-width: 100%;
} 
.left-div{
  text-align: left;
}
.left-div h1 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 50.3px;
  text-align: left;
  width: 365px;
  height: 150px;
  top: 185px;
  left: 40px;
  gap: 0px;
  opacity: 0px;
  margin-bottom: -20px;

}
.right-div img{
  display: none;
}
.bx-menu{
  margin-right: 5px;

 color: rgba(0, 86, 191, 1);

}
.About_img{
  max-width: 253px;
}

.About_left {
  width: 100%; /* Adjust as needed */
  width: 300px;
  height: 271px;
  top: 861px;
  left: 89px;
  gap: 0px;
  opacity: 0px;
}
#img_about{

  
  
}  
.About_right p{
  font-family: Poppins;
  font-size: 12.22px;
  font-weight: 400;
  line-height: 19.69px;
  text-align: center;
  
}

.About_line{
  width: 110px; height: 5px; 
  border-bottom: 6px; color: black; 
  background-color: rgba(0, 143, 255, 1);
  margin-top: -20px;
  text-align: center;
  margin-left: 115px;
}
.our_mission_p{
  margin-top: 10px;
}

.hero, .container,.background-img  {
   
     /* Ensure it takes full width of the screen */    
}
.sec-hero{
  /* margin-top: 50px; */
  margin-left: -40px;
}
  .card ,H3 ,button{
      margin: 5px;
  }
  .card #social_img{
    margin-bottom: -10px;
  }
  .card #webdes_img{
    margin-bottom: 25px;
  }
  .card #gfx_img{
    margin-bottom: 15px;
  }
   .card #content_img{
    margin-bottom: 25px;
  }
  .card #webdev_img{
    margin-bottom: 20px;
  }
  .card #app_img{
    margin-bottom: -10px;
  }
  .card #ppc_img{
    margin-bottom: -30px;
  }
  .card #seo_img{
    margin-bottom: -11px;
  }
   .btn_services{
      width: Fixed (80.75px)px;
      height: Fixed (26.18px)px;
      top: 1946.55px;
      left: 377.91px;
      padding: 6px 13.19px 6px 13.19px;
      gap: 6px;
      border: 0px;
      border-radius: 4.8px;
      opacity: 0px;
      background: linear-gradient(90deg, #008FFF 0%, #0056BF 100%);
      color: white;
      box-shadow: 0px 2.4px 11.27px 0px rgba(0, 0, 0, 0.25);
  }

  .services_main .faq_h2{
  

font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: center;
  }



  .faqs{
    flex-direction: column;
  padding-top: 1800px;
  margin-left: 0px;
  margin-right: 0px;
width: 100%;
  }
  .faqs_left{
padding-top: 50px;
    width: 370px;
   margin-left: 0px;
    margin-right: 0px;
    }
    .faqs_right{
     width: 100%;
  height: 334px;
  
    }
  .faqs_right img{
 
  height: 334px;
  
  
  width: 314px;
  height: 334px;
  top: 4467px;
  left: 58px;
  gap: 0px;
  opacity: 0px;
  
  }
/* footer */
.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
  /* flex-direction: column-reverse; */
width: 100%;
}

.footer-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 12 00px; /* Adjust max-width as needed */
  padding-left: 40px;
}
.footer-section h3 {
 
font-size: 20px;
font-weight: 600;
line-height: 30px;
text-align: left;
}

.footer-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section .logo-description{
  margin-top: 0px;
}
.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}

.social-icons ,.footer-section li{
text-align: left;
}

.footer-section h3{
text-align: left;
}
.footer_logo{

text-align: left;
margin-right: 60px;
margin-bottom: 10px;
}
.social-icons i {
margin-right: 10px;
}
.footer-section .h3{

  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;

}
#h3_div{
width: 100px;
}



.accordion {
  
  background-color: transparent;
  cursor: pointer;
  color:  rgba(106, 106, 106, 1);

  height: auto  ;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  width: Fixed (464px)px;
  height: Fixed (50px)px;
  padding: 10px;
  gap: 31px;
  border-radius: 6px;
  border: 2px 0px 0px 0px;
  opacity: 0px;
  border: 2px solid rgba(182, 182, 182, 1);
  width: 100%;
  
}

.active, .accordion:hover {
  background-color: #ccc; 
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  color: rgba(0, 0, 0, 1);

  
}
}

  
  .cards1,.cards2,.cards3{
   
      margin-left: 40px;
  }
  .cards1 .card , .cards2 .card, .cards3 .card{
    margin-top: 40px;
  }
  
  .card{
   
    max-width: 100%;
   max-height: 100%;
    gap: 0px;
    border-radius: 18.91px ;
    border: 1.18px 0px 0px 0px;
    opacity: 0px;
    background: #F0FAFF;
    border: 1.18px solid #28B9FF;
    box-shadow: 0px 4.73px 11.58px 0px #00000040;
    

  }
  
  .card h3{
    font-family: Poppins;
    font-size: 23.64px;
    font-weight: 600;
    line-height: 21.55px;
    text-align: center;
    
  }
  
  .card ,H3 ,button{
      margin: 5px;
  }
  
   .btn_services{
      width: Fixed (80.75px)px;
      height: Fixed (26.18px)px;
      top: 1946.55px;
      left: 377.91px;
      padding: 6px 13.19px 6px 13.19px;
      gap: 6px;
      border: 0px;
      border-radius: 4.8px;
      opacity: 0px;
      background: linear-gradient(90deg, #008FFF 0%, #0056BF 100%);
      color: white;
      box-shadow: 0px 2.4px 11.27px 0px rgba(0, 0, 0, 0.25);
  }

  /* faqs */
  

@media  (min-width: 200px)and (max-width: 567px){
  .Intoduction{
    margin-left: 20px;
    margin-right: 20px;
  }
  #Home_About{
    margin-top: 10px;
  }
nav .logo{
  margin-left: -72px;
}
  .hero{
 max-width: 100%;
     height: 550px;
  }
.sec-hero{
width: 100%;
top: 77px;
padding: 0px 0px 5px 0px;
gap: 0px;
opacity: 0.6px;
margin-top: 20px;

  }


  .left-div p {

    width: 345px;
    height: 180px;
    top: 448px;
    left: 40px;
    gap: 0px;
    opacity: 0px;
    font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: left;

}
#home_img{
  margin-top: -80px;
}

.get_started{
   
  }
 .background-img{
  max-width: 100%;
 }
.About_right{}
 #home_about_left{
  margin-left: 0px;

 }
 #home_about_right{
   margin-top: 15px;
  
 }

 #home_about_right_p{
  width: 320px;
  height: 99px;
  top: 1217.67px;
  left: 55px;
  gap: 0px;
  opacity: 0px;
 text-align: center;
margin-left: -5px;

  
 }

 .About_line{
  margin-left: 105px;
 
 }
.btn_get_started{
  
}
.btn_get_started{
  margin-top: 80px;
}
  .services_main{
  }

/* Services */


.services{
  display: block;
   justify-content: space-evenly;
   flex-wrap: wrap;
   gap: 5px;
}

.services_main{
  padding-bottom: 0px;

}

.services_main p{
margin-top: 20px;

}

.services_main{
     padding-top: 40px;
    
      margin-left: 13.438vw;
      margin-right: 13.438vw;
      
  }
  
  .services_main .h2{

font-family: Poppins;
font-size: 40px;
font-weight: 600;
line-height: 60px;
text-align: center;
margin-top: -20px;
margin-left: 0px;
  
  }
  .services_main .h3{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: rgba(32, 32, 32, 1);
    margin-left: 40px;
      text-align: center; 
     
  }
    .services_main .services_p {
      font-size: 14px;
  margin-left: -20px;
margin-right: -10px;  
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;

  }

  .cards{
text-align: center;
margin-left: 0px;
margin-right: 0px;
 }
  .cards1, .cards2,.cards3{

    align-items: center;
    max-width: 100%;
   flex-direction: column;
   margin-left: -5px;
  
      
  }

  .cards1 .card , .cards2 .card, .cards3 .card{
    margin-top: 40px;
  }
  #cards2{
    width: 300px;
    margin-left:  0px ;
      }
      #cards_3{
        margin-left: 0px;
        margin-right: 0px;
      }
  .card{
  width: 221px;
  height: 289.55px;
  gap: 0px;
  border-radius: 18.91px;
  background: rgba(240, 250, 255, 1);
  text-align: center;
    border: 1.18px solid rgba(40, 185, 255, 1);
    box-shadow: 0px 4.73px 11.58px 0px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
    
  }
#seo_card{
  margin-left: 0px  ;
}
  .card h3{
      
  font-family: Poppins;
  font-size: 23.64px;
  font-weight: 600;
  line-height: 21.55px;
  align-items: center;
  justify-content: center;
  }

  #seo_card #seo_h3{
    margin-bottom: 12px;
  }
  #app_card #app_h3{
    margin-bottom: 12px;
  }
.cards #ppc_img{
  margin-top: -10px;
}
#social_h3{
  margin-top: 20px;
  margin-bottom: 5px;
}
#gfx_h3{
  margin-top: 5px;
  margin-bottom: 5px;
}
#web_h3{
  margin-top: -5px;
  margin-bottom: 5px;
}
#content_h3{
  margin-top: 5px;
  margin-bottom: 8px;
}
#app_h3{
  margin-bottom: 15px;
}
#ppc_h3{
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn_services{
  margin-top: 10px;
  margin-bottom: 25px;
}
.faqs{
flex-direction: column;
flex-direction: column-reverse;
padding-top: 1900px;
margin-left: 0px;
margin-right: 0px;
width: 100%;
margin-top: 980px;

}
  .faqs{

  }
  .faqs_left{
padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    gap: 5px
    ;
    margin-top: 0px;
  }
  #faq_mobile{
    display: block;
    width: 340px;
height: 262px;
top: 4500px;
left: 45px;
gap: 0px;
opacity: 0px;
margin-top: 70px;
margin-left: -20px;

  }
  .faqs_right{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .faqs_right img{
    margin-left: -10px;
    display: none;
  }
  .footer{
    width: 100%;
  }
  .footer-section{
      width: 80%;
  }
}
@media (max-width: 400px){
 .left-div>h1{
  font-size: 38px;
  width: 300px;
  
 }


.left-div p {
  width: 300px;
  height: 150px;
  margin-bottom: 50px;
  top: 448px;
  left: 40px;
  gap: 0px;
  opacity: 0px;
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: left;


}

  .hero{
    max-width: 100%;
      
  }
 
  .footer{
    width: 100%;
  }

}



