@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.navigation {
  height: 4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navigation .logo {
  font-size: 2rem;
  color: #6690ef;
  cursor: pointer;
  font-family: "Roboto", serif;
  font-weight: 500;
}
.navigation .logo span {
  color: #cc1ff7;
}
.navList {
  display: flex;
  align-items: center;
  height: 50px;
  gap: 14px;
  padding: 10px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background-color: rgb(19, 11, 35);
  box-shadow: 0 5px 15px rgba(180, 80, 250, 0.2), 0 1px 4px rgba(255, 255, 255, 0.1);
}
.navList a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", serif;
}

.navList a:hover {
  color: blueviolet;
  transition: ease-in 0.3s;
}
.navList a:not(:last-child):after{
    content: "|";
    color: #fff;
    padding: 15px;
}
.hireBtn {
  padding: 11px 32px;
  background: linear-gradient(60deg, #5001ff 25%, #8f00ff80 99%);
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Roboto", serif;
  cursor: pointer;
}
.hamburger{
  font-size: 25px;
  color: #fff;
  display: none;
}
.newNavList{
  display: none;
}
.navList2{
  display: flex;
  flex-direction: column;
}
.navList2 a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.mainContainer {
    background: linear-gradient(to left bottom, rgb(28,8,74) 4%, rgb(12,12,12) 44%);
}

/* heroSection */

.heroSection {
  width: 100%;
  margin-top: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.heroSection .zone{
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    color: #fff;
    border-color: #F1F1F14F;
    border-width: 1px 1px 1px 1px;
    font-family: Inter, sans-serif;
}
.heroSection .mainHeading{
    color: #fff;
    font-size: 52px;
    width: 64%;
    text-align: center;
    font-family: Rubik, sans-serif;
}

/* heroSection2 */
.heroSection2 {
  width: 100%;
  margin-top: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.heroSection2 .zone2{
  color: #fff;
  font-size: 24px;
  font-family: Inter, sans-serif;
}
.heroSection2 .mainHeading2{
    color: #fff;
    font-size: 42px;
    width: 74%;
    text-align: center;
    font-family: Rubik, sans-serif;
}
.portfolio-heading{
color: #fff;
font-size: 38px;
margin-top: 15rem;
font-family: "Rubik", sans-serif;
}
.portfolio{
  width: 100%;
  color: #fff;
    text-align: center;
    font-size: 38px;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-family: Rubik, sans-serif;

}
.portfolio h2{
  color: #fff;
  font-size: 35px;
}
.portfolio .portfolioCard{
  width: 390px;
  height: 450px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 15px;
  border-radius: 15px;
  border: 3px solid rgb(50, 50, 53);
  background: linear-gradient(to bottom left, rgb(13,8,36) 30%, transparent 56%);
}
.portfolioCard img{
  width: 344px;
  height: 202px;
  border-radius: 5px;
  object-fit: cover;
}
.portfolio .portfolioCard .location{
  display: flex;
  gap: 15px;
}
.portfolio .portfolioCard .location i{
  font-size: 15px;
}
.portfolio .portfolioCard .location p{
  font-size: 15px;
  font-family: Inter, sans-serif;
}
.portfolio .portfolioCard .portfolio-title{
  display: flex;
  font-size: 25px;
  font-family: Rubik, sans-serif;
}

.portfolio .portfolioCard .tags{
  display: flex;
  gap: 20px;
}
.portfolio .portfolioCard .tags span{
  background-color: rgb(29, 29, 44);
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: 600;
}
.project-btn{
  display: flex;
  margin-top: 1rem;
}
.project-btn button{
  padding: 11px 32px;
  background: linear-gradient(60deg, #5001ff 25%, #8f00ff80 99%);
  font-size: 17px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Roboto", serif;
  cursor: pointer;
}
/* secondSection */

.secondSection {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 5rem;
}
.secondSection .left {
  width: 50%;
}
.secondSection .right {
  width: 50%;
}
.secondSection .left h2 {
  width: 62%;
  text-align: center;
  font-size: 2rem;
  margin-left: 20px;
  font-family: "Roboto", serif;
}
.secondSection .left p {
  font-family: "Lato", sans-serif;
  margin-top: 12px;
  margin-left: 20px;
  line-height: 29px;
  font-size: 20px;
}
.secondSection .left .contactBtn {
  margin-top: 15px;
  margin-left: 20px;
}
.secondSection .right img {
  border-radius: 50%;
  height: 400px;
  width: 400px;
  object-fit: cover;
  margin-left: 16rem;
}

/* thirdsection */

.thirdSection .services {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.thirdSection .services-titles{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 8rem;
}
.thirdSection .services-titles h4{
  font-size: 20px;
  font-family: Roboto, sans-serif;
  border: 2px dashed rgb(14, 14, 236);
  color: #5001ff;
  padding: 9px 18px;
}
.thirdSection .services-titles h1{
    width: 56%;
    font-size: 48px;
    text-align: center;
    line-height: 59px;
    font-family: Rubik, sans-serif;
    text-transform: capitalize;
}
.thirdSection .services-titles p{
  width: 61%;
  font-size: 19px;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.thirdSection h3 {
  font-size: 35px;
}
.services{
  margin-top: 8rem;
}
.thirdSection .services .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  flex: 1;
  background-color: #000037;
  height: 410px;
  margin-left: 20px;
  margin-top: 10rem;
}
.thirdSection .services .left a {
  text-decoration: none;
  color: #fff;
  margin-top: 45px;
  margin-left: 32px;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
}
.active{
  color: #4bcf09 !important;
}
.thirdSection .services .left a:hover {
  text-decoration: underline;
  color: #4bcf09;
}
.thirdSection .services .right {
  width: 50%;
  margin-top: 35px;
  margin-right: 225px;
  padding: 35px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.thirdSection .services .right h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
}
.thirdSection .services .right p {
  font-family: "Titillium Web", sans-serif;
  margin-top: 12px;
  font-size: 18px;
  line-height: 26px;
}
.thirdSection .services .right li{
  font-size: 17px;
  font-family: "Titillium Web", sans-serif;
}
.webDevelopment,
.socialMediaMarketing,
.googleAds,
.chatBotDevelopment,
.socialmediaMarketing,
.emailMarketing,
.socialMediaManagment {
  display: none;
}

.experience-title{
  width: 62%;
  position: relative;
  left: 20%;
  text-align: center;
  font-size: 2rem;
  margin-top: 7rem;
  font-family: Rubik, sans-serif;
  color: rgb(190, 0, 205)
}

/* fourthSection */


.fourthSection{
  width: 100%;
  background-color: #000;
  color: #fff;
  margin-top: 6rem;
}
.fourthSection .text-section{
  width: 50%;
  position: relative;
  left: 25%;
  text-align: center;
  align-items: center;
  padding-top: 5rem;
}
.fourthSection h4{
  font-size: 1.25rem;
  font-family: "inter",sans-serif;
}
.fourthSection h2{
  font-size: 2.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}


/* slider */

.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Common Slider Styles */
.slider {
  padding: 8px;
  width: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #3a00ff;
  position: relative;
  height: 70px;
}

.slider-content {
  display: flex;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.slider-content span {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
}

/* Left-to-right animation */
.left-to-right .slider-content {
  animation: slide-left-to-right 10s linear infinite;
}

/* Right-to-left animation */
.right-to-left .slider-content {
  animation: slide-right-to-left 10s linear infinite;
}

/* Keyframes for left-to-right scrolling */
@keyframes slide-left-to-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Keyframes for right-to-left scrolling */
@keyframes slide-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Seamless wrapping */
.slider-content {
  gap: 0; /* No gap between items */
}



.fourthSection h3{
  font-size: 1.8rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.fourthSection .image-Service{
  width: 100%;
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.image-section{
  width: 30%;
  height: 580px;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #0d0d0d;
}
.image-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.image-box img{
  width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #0d0d0d;
}
.image-box h4{
  font-size: 1.8rem;
  font-family: "Rubik", sans-serif;
}
.image-box p{
  font-size: 17px;
    text-align: center;
    font-family: "Inter", sans-serif;
}
.service-section{
  width: 60%;
  padding: 20px;
  margin-top: 2rem;
}
.service-section .service-present{
  padding: 20px;
  margin-top: 1.2rem;
  border-radius: 15px;
    border: 2px solid #0d0d0d;
}
.service-section h3{
width: 98%;
font-size: 33px;
font-family: "Rubik", sans-serif;
}
.service-present .slide{
  border: 2px solid red;
  height: 60px;
    padding: 9px 0;
    margin-top: 8px;
}
.service-present .slide h4{
  font-size: 25px;
}
.service-present p{
    width: 98%;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.work-quality{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  margin-left: 5rem;
}
.work-quality .work-us{
  width: 65%;
}
.work-quality .work-us h4{
font-size: 24px;
}
.work-quality .work-us h2{
  width: 68%;
  font-size: 38px;
  margin-top: 2rem;
}
.work-quality .work-us .contact-btn{
  padding: 11px 32px;
  background: linear-gradient(60deg, #5001ff 25%, #8f00ff80 99%);
  font-size: 17px;
  margin-top: 1rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Roboto", serif;
  cursor: pointer;
}
.work-present .work-container{
  width: 40%;
    padding: 30px;
    border: 2px solid #0d0d0d;
    border-radius: 15px;
}
.work-present{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5rem;
}
.work-present .work-container img{
  height: 65px;
}
.work-present .work-container h3{
  font-size: 31px;
  margin-top: 0.5rem;
}



/* fifthSection */

.fifthSection{
  margin-top: 4rem;
  padding: 60px;
}
.fifthSection .what-do h3{
color: #1c1cdd;
    font-size: 24px;
    font-family: "Inter", sans-serif;
}
.fifthSection .what-do h2{
    font-size: 45px;
    margin-top: 1rem;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.fifthSection .what-do p{
  width: 70%;
    font-size: 18px;
    line-height: 32px;
    margin-top: 2rem;
    color: rgb(51, 51, 51);
    font-family: "Poppins", sans-serif;
}
.fifthSection .work-detail{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding: 40px;
  border-radius: 18px;
  background-color: rgb(247,243,241);
}
.fifthSection .work-detail h3{
    font-size: 28px;
    margin-top: 2rem;
    font-weight: 600;
    color: rgb(51, 51, 51);
    font-family: "Rubik", sans-serif;
}
.fifthSection .work-detail .detail{
  width: 50%;
}
.fifthSection .work-detail p{
  width: 82%;
  font-size: 17px;
  color: rgb(57, 51, 51);
  line-height: 25px;
  font-family: "Inter", sans-serif;
  margin-top: 0.8rem;
}
.sixSection{
  color: #fff;
  padding: 100px 0;
  background: radial-gradient(circle, rgb(14,4,36) 50%, rgb(12,12,12) 100%);

}
.sixSection .faqs{
  width: 50%;
  position: relative;
  left: 28%;
}
.sixSection .faqs h3{
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.sixSection .faqs h2{
  font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin-top: 0.8rem;
    font-family: "Rubik", sans-serif;
}
.sixSection .faqs .faq-list{
  display: flex;
 gap: 14px;
 margin-top: 2rem;
 position: relative;
 left: 10%;
}
.sixSection .faqs .faq-list button{
  padding: 6px 20px;
  border: none;
  text-decoration: none;
  font-size: 1.1rem;
  color: white;
  background: transparent;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sixSection .faqs .faq-list button:hover{
  cursor: pointer;
  color: rgb(255, 80, 200); /* Text color gradient start */
  background: linear-gradient(90deg, rgb(255, 80, 200), rgb(150, 70, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  border: 2px solid #0d0d0d;
  cursor: pointer;
}
.sixSection .faqs .faq-list button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.sixSection .faqs .faq-list button:hover::before {
  border-color: rgba(255, 255, 255, 0.4); /* Border appears on hover */
}
.sixSection .faqs .faq-list button.active {
  transform: scale(1.05); /* Same scaling effect */
  background: linear-gradient(90deg, rgb(255, 80, 200), rgb(150, 70, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4); /* Border visible */
}




.faq-item {
  margin-top: 1rem;
}
.faq-question {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 20px;
}

.faq-question .icon {
  margin-right: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

.faq-answer {
  display: none;
  padding: 0 20px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  margin-top: 0.6rem;
  border: 1px solid #fff;
  font-family: "Inter", sans-serif;
  border-radius: 20px;
}
.faq-answer P{
font-size: 16px;
padding: 20px 0;
color: #c7bbbb;
font-weight: 500;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.start-project, .design, .development{
  display: none;
}
.sixSection .faqs h5{
  width: 70%;
    margin-top: 8rem;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    position: relative;
    left: 16%;
}
.sixSection .faqs .contact-btn{
  padding: 11px 32px;
  background: linear-gradient(60deg, #5001ff 25%, #8f00ff80 99%);
  font-size: 17px;
  margin-top: 1rem;
  position: relative;
  left: 40%;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Roboto", serif;
  cursor: pointer;
}


.divider{
width: 100%;
height: 1px;
background-color: rgb(51, 51, 51);
}


/* sevenSection */
.sevenSection{
  color: #fff;
  padding: 50px 40px;
  background: radial-gradient(circle, rgb(16 4 42) 0%, rgb(12, 12, 12) 100%);
}
.sevenSection h3{
  font-size: 26px;
  font-weight: 600;
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
}
.sevenSection h2{
  font-size: 36px;
    font-family: "Rubik", sans-serif;
    margin-top: 2rem;
}
.sevenSection .contact-table{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.contact-table .left-side{
  width: 50%;
}
.contact-table .right-side{
  width: 50%;
}
.sevenSection .contact-table .left-side .consultation-table{
  width: 90%;
  margin-top: 4rem;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid rgb(51,51,51);
  background-color: rgb(5, 5, 25);
}
.consultation-table img{
  height: 50px;
  height: 100px;
    border-radius: 50%;
}
.consultation-table p{
  color: #c7bbbb;
  width: 82%;
  font-size: 16px;
  line-height: 21px;
  font-family: "Inter", sans-serif;
}
.consultation-table h3{
  color: blue;
}
.consultation-table h3 span{
  color: #fff;
}
.consultation-table .consultation-btn{
padding: 11px 32px;
  background: linear-gradient(60deg, #5001ff 25%, #8f00ff80 99%);
  font-size: 17px;
  margin-top: 1rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Roboto", serif;
  cursor: pointer;
}
.contact-form label{
  font-size: 18px;
  font-family: Inter, sans-serif;
}
.contact-form input{
  width: 30vw;
  margin-top: 0.5rem;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: rgb(5,5,25);
  color: #fff;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}
.contact-form .name-email{
  display: flex;
}
.contact-form textarea{
  width: 31vw;
  height: 138px;
  padding: 10px;
  font-size: 16px;
  background-color: rgb(5, 5, 25);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 0.5rem;
  border-radius: 5px;
  color: #fff;
  outline: none;
}
.contact-form .send-btn{
  padding: 11px 32px;
  background: linear-gradient(60deg, #5001ff 25%, #8f00ff80 99%);
  font-size: 17px;
  margin-top: 0.4rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-family: "Roboto", serif;
  cursor: pointer;
}
.footer{
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  color: #fff;
  background-color: #000;
}
.footer .social-icons{
width: 80%;
height: 120px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #000;
border: 1px solid rgb(51, 51, 51);
border-radius: 10px;
position: relative;
left: 10%;
padding: 0 30px;
}
.footer .social-icons h2{
    font-size: 30px;
    font-family: "Belleza", sans-serif;
}
.footer .social-icons .icons i{
font-size: 24px;
margin-right: 8px;
cursor: pointer;
}
.footer .contact{
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
.footer .contact h4{
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: rgb(143 138 138);
}




/* Responsive Website */
@media (max-width:1000px) {
  .navList{
    display: none;
  }
  .navBtn{
    display: none;
  }
  .hamburger{
    display: block;
  }
  .navigation{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
  .newNavList.ham_active{
    display: flex;
    margin-top: 25rem;
    width: 44vw;
    max-width: 90vw;
    min-width: 32vw;
    align-items: center;
    flex-direction: column;
    margin-right: 3rem;
    position: relative;
    background: linear-gradient(145deg, #3c005a, #240038);
  }
  .navList2{
    position: relative;
    top: 10%;
  }
  .navList2 a{
    margin-top: 2rem;
    font-size: 21px;
    font-family: "Roboto", serif;
  }
  .newNavList .hireBtn{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .heroSection .mainHeading{
    font-size: 38px;
  }
  .heroSection2 .zone2{
    font-size: 22px;
  }
  .heroSection2 .mainHeading2{
    font-size: 32px
  }
  .thirdSection .services-titles h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .thirdSection .services-titles p {
    width: 74%;
  }
  .thirdSection .services{
    display: block;
  }
  .thirdSection .services .left {
    width: 60%;
    position: relative;
    left: 18%;
  }
  .thirdSection .services .right{
    width: 95%;
  }
  .experience-title{
    width: 80%;
    position: relative;
    left: 10%;
  }
  .fourthSection h4{
    font-size: 1.1rem;
  }
  .fourthSection h2{
    font-size: 2rem;
  }


  
 
  

  .fourthSection .image-Service{
  display: block;
  }
  .image-section {
    width: 65%;
    position: relative;
    left: 17%;
    height: auto;
  }
  .image-box img {
    width: 100%;
    height: auto;
  }
  .image-box h4{
    font-size: 2rem;
  }
  .image-box p {
  font-size: 20px;
  }
  .service-section {
  width: 98%;
  }
  .service-section h4{
    font-size: 1.5rem;
  }
  .service-section h3 {
    font-size: 30px ;
  text-align: center;
  }
  .service-present p{
    font-size: 18px;
  }
  .work-quality{
    display: flex;
    justify-content: space-around;
    margin-left: 1rem;
  }
  .work-quality .work-us h2{
    width: 100%;
    font-size: 30px;
  }
  .work-quality{
    margin-left: 2rem;
  }
  .work-present .work-container h3{
    font-size: 20px;
  }
  .work-quality .work-us h4{
    font-size: 24px;
  }
  .fifthSection {
  padding: 25px;
  }
  .fifthSection .what-do p{
    width: 100%;
    
  }
  .fifthSection .work-detail {
    display: flex;
    flex-direction: column;
  }
  .fifthSection .work-detail p {
  width: 82vw;
  font-size: 20px;
  line-height: 26px;
  }
  .sixSection .faqs{
    width: 88%;
    position: relative;
    left: 8%;
  }
  .sevenSection .contact-table{
    display: flex;
    flex-direction: column;
  }
  .sevenSection .contact-table .left-side .consultation-table{
    width: 90vw;
  }
  .consultation-table p{
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }
  .contact-form input{
    width: 90vw;
  }
  .contact-form textarea {
  width: 90vw;
  }
  .footer .social-icons{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .footer .social-icons .icons{
    font-size: 30px;
  }
}
@media (max-width:750px) {
  .heroSection .mainHeading{
    width: 85%;
    font-size: 28px;
  }
  .heroSection2 .mainHeading2{
    width: 92%;
    font-size: 28px;
  }
  .heroSection2 .zone2{
    font-size: 17px;
  }
  .portfolio .portfolioCard {
    width: 80vw;
    height: 500px;
  }
  .portfolioCard img {
    width: 100%;
    height: 50vh;
  }
  .thirdSection .services-titles h1{
    width: 85%;
  }
  .thirdSection .services-titles p{
    width: 90%;
  }
  .thirdSection .services .left{
    width: 90%;
    position: relative;
    left: 0;
  }
  .thirdSection .services .left a{
    margin-top: 40px;
    font-size: 23px;
  }
  .thirdSection .services .right{
    padding: 16px;
  }
  .thirdSection .services .right h3{
    font-size: 30px;
  }
  .thirdSection .services .right p{
    font-size: 1.26rem;
    line-height: 26px;
  }
  .thirdSection .services .right li{
    font-size: 18px;
    margin-left: 12px;
  }
  .experience-title {
  width: 90%;
  position: relative;
  left: 6%;
  }
  .work-quality{
    display: flex;
    flex-direction: column;
  }
  .work-present{
    margin-top: 2rem;
  }
  .work-quality .work-us h2 {
    width: 67%;
  font-size: 40px;
  }
  .work-present .work-container{
    width: 44%;
  }
  .work-present .work-container h3{
    font-size: 22px;
  }
  .fifthSection .work-detail{
    padding: 10px;
  }
  .fifthSection .work-detail p{
    font-size: 18px;
    line-height: 30px;
  }
  .sixSection .faqs{
    position: relative;
    left: 4%;
  }
  .sixSection .faqs .faq-list button{
    padding: 6px 8px;
  }
  .sixSection .faqs h5{
    width: 85%;
    position: relative;
    left: 6%;
  }
  .sixSection .faqs .contact-btn {
  position: relative;
  left: 34%;
  }
}
@media (max-width:550px) {
  .newNavList.ham_active{
    width: 54vw;
  }
  .navList2 a{
    font-size: 18px;
  }
  .newNavList .hireBtn {
    padding: 8px 16px;
  }
  .heroSection .mainHeading{
    width: 90%;
    font-size: 26px;
  }
  .heroSection2 .zone2 {
    font-size: 17px;
    width: 64%;
    text-align: center;
}
.heroSection2 .mainHeading2 {
  width: 86%;
  font-size: 22px;
}
.portfolio .portfolioCard {
  width: 82vw;
  height: auto;
}
.portfolioCard img {
  width: 100%;
  height: 31vh;
}
.thirdSection .services-titles h1 {
  font-size: 28px;
  line-height: 34px;
}
.thirdSection .services-titles p {
  width: 94%;
  font-size: 18px;
}
.thirdSection .services .right h3 {
  font-size: 28px;
}
.thirdSection .services .right p {
  font-size: 1.15rem;
  line-height: 28px;
}
.experience-title {
  width: 95%;
  position: relative;
  left: 4%;
  font-size: 30px;
}
.fourthSection h4 {
  font-size: 1.04rem;
  width: 100%;
}
  .fourthSection h2 {
    font-size: 1.7rem;
    width: 131%;
    margin-top: 1rem;
    margin-left: -27px;
}
.slider {
padding: 11px;
}
.slider-content span{
  font-size: 26px;
}
.image-section {
  width: 86%;
  position: relative;
  left: 8%;
}
.image-box img {
  width: 107%;
  height: 255px;
}
.image-box h4{
  font-size: 1.8rem;
  text-align: center;
}
.image-box p {
  font-size: 19px;
}
.service-section h3 {
  font-size: 24px;
  text-align: center;
}
.fourthSection h4 {
  font-size: 1.3rem;
}
.service-present p {
  font-size: 17px;
}
.work-quality .work-us h2 {
  width: 100%;
  font-size: 38px;
  position: relative;
  left: 10%;
}
.work-present .work-container {
  width: 85%;
}
.work-present .work-container h3 {
  font-size: 26px;
}
.sixSection .faqs .faq-list{
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.sixSection .faqs .faq-list button{
  font-size: 1.2rem;
}
.sixSection .faqs h5{
  width: 94%;
}
.sevenSection{
  padding: 20px 18px;
}
.sevenSection h2 {
font-size: 32px;
}
.sevenSection .contact-table .left-side .consultation-table{
  padding: 25px;
}
.consultation-table img{
  height: 90px;
}
.consultation-table p {
  width: auto;
  font-size: 17px;
  line-height: 24px;
}
.footer{
  padding: 25px 0;
}
.footer .social-icons h2{
  font-size: 26px;
}
.footer .contact{
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  left: 10%;
}
}
@media (max-width:350px) {
  .newNavList .hireBtn {
    padding: 0px 16px;
}
  .heroSection .mainHeading{
    width: 90%;
    font-size: 20px;
  }
  .heroSection .zone{
    font-size: 0.95rem;
  }
  .heroSection2 .mainHeading2{
    font-size: 19px;
  }
  .heroSection2 .zone2 {
    font-size: 15px;
    width: 71%;
}
.portfolio-heading {
font-size: 30px;
}
.portfolioCard img {
width: 100%;
height: 21vh;
}
.portfolio .portfolioCard .location p {
font-size: 12px;
}
.portfolio .portfolioCard .tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.project-btn button {
  padding: 12px 32px;
font-size: 16px;
}
.portfolio .portfolioCard .tags span{
  font-weight: 500;
}
.thirdSection .services-titles h1 {
  font-size: 24px;
  line-height: 29px;
}
.thirdSection .services-titles p {
  width: 94%;
  font-size: 17px;
  line-height: 22px;
}
.thirdSection .services .left a {
font-size: 18px;
}
.thirdSection .services .right h3{
  font-size: 23px;
}
.thirdSection .services .right p{
  font-size: 1.1rem;
}
.thirdSection .services .right li {
font-size: 16px;
}
.experience-title{
  font-size: 26px;
}
.fourthSection h4 {
  width: 105%;
  font-size: 1.1rem;
}
.image-box img{
  height: 184px;
}
.image-box h4{
  font-size: 1.6rem;
  font-weight: 500;
}
.image-box p {
  font-size: 17px;
}
.work-quality .work-us h2 {
font-size: 32px;
}
.work-present .work-container h3{
  font-size: 22px;
}
.fifthSection .work-detail p {
width: 80vw;
}
.faq-question{
  height: 75px;
}
.faq-question{
  font-size: 15px;
}
.sixSection .faqs h5{
  font-size: 16px;
}
.sixSection .faqs .contact-btn {
position: relative;
left: 26%;
}
.contact-form label {
font-size: 15px;
}
.footer .social-icons h2 {
font-size: 22px;
}
.footer .contact h4 {
font-size: 15px;
}
}