@import url("../css/common.css");

/* header & navbar section start  */
.chiragSolution-header{
  background: url(../images/comandesign-bg.png) no-repeat, var(--white-color);
  background-size: cover;
}
.navsidelistings .navlist li a{
  font-size: 15px;
  font-weight: 500;
  color: var(--heading-color);
  margin: 0px 8px;
  padding: 2px;
  transition: all 0.2s;
}
.navsidelistings .navlist li a.active,
.navsidelistings .navlist li a:hover{
  color: var(--primary-color);
}
.btnNavGetTouch{
  background: var(--primary-color);
  color: var(--white-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 36px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  width: max-content;
  border: none;
  transition: all 0.3s;
}
.btnNavGetTouch:hover{
  background: var(--secondary-color);
}
.btnNavGetTouch i{
  font-size: 21px;
  transform: rotate(325deg);
}
.ItsolutionLogos .logohere{
  width: 190px;
  transition: all 0.3s;
}
.ItsolutionLogos .logohere:hover{
  transform: scale(0.9);
}
.btn-mobilehumburgs{
  background: #029cad29;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  border: none;
  color: var(--primary-color);
  font-size: 26px;
  transition: all 0.3s;
}
.mobileNavbarmain .offcanvas{
  width: 88%;
  border-radius: 0px 12px 12px 0px;
  background: url(../images/comandesign-bg.png) no-repeat, var(--white-color) ;
  background-size: cover;
  border: none;
}
.ItsolutionLogos .logomebileside{
  width: 140px;
}
.btn-closemobilemenu{
  background: var(--secondary-color);
  height: 38px;
  min-width: 38px;
  width: 38px;
  border-radius: 100%;
  border: none;
  color: var(--white-color);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.headereDesignBoxesmn .smboxfirst{
  position: absolute;
  top: 30%;
  left: 4%;
  height: 64px;
  width: 64px;
  background: #6FCF97;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headereDesignBoxesmn .smboxsecond{
  position: absolute;
  bottom: 30%;
  left: 8%;
  height: 104px;
  width: 104px;
  background: #FF94D5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headereDesignBoxesmn .smboxthierd{
  position: absolute;
  top: 38%;
  right: 22%;
  height: 58px;
  width: 58px;
  background: #FFC194;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headereDesignBoxesmn .smboxfourth{
  position: absolute;
  top: 18%;
  right: 4%;
  height: 102px;
  width: 102px;
  background: #CEC35C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headereDesignBoxesmn .smboxfive{
  position: absolute;
  bottom: 20%;
  right: 6%;
  height: 70px;
  width: 70px;
  background: #9498FF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chirag-headerSection{
  padding-bottom: 150px;
}
.innerheaderContents h1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--heading-color), var(--primary-color), var(--heading-color));
  background-repeat: no-repeat;
  background-size: 80%;
  animation: headertext 7s linear forwards;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes headertext {
  0% {
    background-position: -500%;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-position: 500%;
    -webkit-text-fill-color: var(--heading-color); /* Change to your desired text color */
  }
}

.mainNavbrBothChirag.scrolled{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: var(--white-color);
  border-bottom: 1px solid #029cad26;
}

/* company about us section  */
.designbottombox .ds-img{
  width: 100%;
  height: 306px;
  object-fit: cover;
  border-radius: 20px;
}
.designbottombox .content_designBoxed{
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  align-content: center;
}
.maininformate_section{
  margin-top: -150px;
}
.designbottombox.dark .items::after{
  content: "";
  height: 306px;
  width: 100%;
  background: #003940c7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}
.designbottombox.black .items::after{
  content: "";
  height: 306px;
  width: 100%;
  background: #000000bd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

/* Bringing the best technologies section  */
.technologiesInerMain ul li .nav-link{
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 32px;
  border-radius: 30px;
  border: 1px solid var(--heading-color);
}
.technologiesInerMain ul li .nav-link.active{
  background: var(--primary-color);
  border: var(--primary-color);
  color: var(--white-color);
}
.technologiesInerMain ul li .nav-link.active img{
  filter: invert(1);
}
.technologiesInerMain ul li .nav-link img{
  height: 26px;
  width: 26px;
  object-fit: contain;
}
.innerTechologys_relativeBox{
  height: 480px;
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.technologyIconsone{
  height: 156px;
  width: 156px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  top: 8%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconstwo{
  height: 98px;
  width: 98px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14%;
  left: 30%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconsthree{
  height: 98px;
  width: 98px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 14%;
  left: 30%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconsfour{
  height: 156px;
  width: 156px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconsfive{
  height: 156px;
  width: 156px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 17%;
  top: 2%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconssix{
  height: 98px;
  width: 98px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1%;
  bottom: 4%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconsone:hover,
.technologyIconstwo:hover,
.technologyIconsthree:hover,
.technologyIconsfour:hover,
.technologyIconsfive:hover,
.technologyIconssix:hover,
.technologyIconssaven:hover,
.technologyIconseight:hover{
  transform: scale(0.9);
}
.technologyIconssaven{
  height: 98px;
  width: 98px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 9%;
  left: 59%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconseight{
  height: 98px;
  width: 98px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1%;
  bottom: 4%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconsnine{
  height: 98px;
  width: 98px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 15px 18px 40px 0px #092b2b0a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  right: 10%;
  transition: all 0.3s;
  cursor: pointer;
}
.technologyIconsone img{
  height: 65px;
  width: 65px;
  object-fit: contain;
}
.technologyIconstwo img{
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.technologyIconsthree img{
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.technologyIconsfour img{
  height: 64px;
  width: 64px;
  object-fit: contain;
}
.technologyIconsfive img{
  height: 62px;
  width: 62px;
  object-fit: contain;
}
.technologyIconssix img{
  height: 42px;
  width: 42px;
  object-fit: contain;
}
.technologyIconssaven img{
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.technologyIconseight img{
  height: 42px;
  width: 42px;
  object-fit: contain;
}
.technologyIconsnine img{
  height: 42px;
  width: 42px;
  object-fit: contain;
}

/* Big enough to deliver section  */
.listdelivercare li::before{
  content: "\ea23";
  font-family: "boxicons";
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.listdelivercare li{
  width: 49%;
  display: inline-block;
}
.rightcareListdivs .single-listCRT {
  padding: 25px 24px 30px;
  border-radius: 20px;
  align-items: center;
  gap: 22px;
  cursor: pointer;
}
.rightcareListdivs .single-listCRT h4{
  color: var(--heading-color);
}
.rightcareListdivs .single-listCRT p{
  color: var(--text-color);
}
.rightcareListdivs .single-listCRT.hover h4,
.rightcareListdivs .single-listCRT.hover p,
.rightcareListdivs .single-listCRT:hover h4,
.rightcareListdivs .single-listCRT:hover p{
  color: var(--white-color);
}
.rightcareListdivs .single-listCRT.hover,
.rightcareListdivs .single-listCRT:hover{
  background: var(--primary-color);
  box-shadow: 53px 21px 95px 0px #0a44410f;
  transition: all 0.3s;
}
.rightcareListdivs .single-listCRT.hover .boxCRT-list,
.rightcareListdivs .single-listCRT:hover .boxCRT-list{
  transform: scale(0.8);
}
.single-listCRT .boxCRT-list{
  background: #3af0fc14;
  height: 85px;
  width: 85px;
  min-width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
}
.single-listCRT.hover .boxCRT-list,
.single-listCRT:hover .boxCRT-list{
  background: #ffffff14;
}
.single-listCRT:hover .boxCRT-list img,
.single-listCRT.hover .boxCRT-list img{
  filter: contrast(5.5);
}
.textbusinesExpinrt .btntalklets{
  background: var(--white-color);
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  width: max-content;
}
.textbusinesExpinrt .btntalklets i{
  font-size: 21px;
  transform: rotate(325deg);
}

/* We Give Solution & Happiness section  */
.giveSolutionBoxed{
  border-radius: 24px;
  padding: 71px 20px 81px 40px;
  transition: all 0.3s;
}
.giveSolutionBoxed:hover,
.giveSolutionBoxed.hover{
  background: var(--primary-color);
}
.giveSolutionBoxed .topImageboxd-gv{
  height: 64px;
  width: 64px;
  border-radius: 100%;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentGivetext h4{
  color: var(--heading-color);
}
.contentGivetext p{
  color: var(--text-color);
}
.giveSolutionBoxed.hover .contentGivetext h4,
.giveSolutionBoxed.hover .contentGivetext p,
.giveSolutionBoxed:hover .contentGivetext h4,
.giveSolutionBoxed:hover .contentGivetext p{
  color: var(--white-color);
}
.solutionHappiness {
  background: url(../images/mapBg-solution.png) no-repeat, var(--white-color);
  background-position: right;
  background-size: 66%;
}
.giveSolutionBoxed:hover .topImageboxd-gv,
.giveSolutionBoxed.hover .topImageboxd-gv{
  background: #ffffff1c;
  filter: contrast(5.5);
}

/* design work section */
.inrdesignfmimg .design-stImg{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 25px;
  cursor: pointer;
  object-position: top;
  transition: all 0.3s;
}
.inrdesignfmimg:hover .design-stImg{
  transform: scale(0.9);
}
.inrdesignfmimg{
  border-radius: 25px;
}
.inrdesignfmimg .moreDesign{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  background: var(--primary-color);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-weight: 500;
  border: none;
  transition: all 0.3s;
}
.inrdesignfmimg:hover .moreDesign{
  display: flex;
}
.designmodalcontents .swipebigImg{
  width: 100%;
  border-radius: 16px;
}
.designmodalsviewsad .modal-dialog{
  max-width: 1200px;
}
.designmodalsviewsad .btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #029cad80;
  border-radius: 100%;
  height: 44px;
  width: 44px;
  opacity: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  padding: 0;
  padding-top: 1px;
  box-shadow: none;
}
.designmodalsviewsad .modal-dialog .modal-content{
  border: none;
  background: var(--white-color);
  padding: 3px;
  border-radius: 15px;
  transition: all 0.4s;
}
/* .designmodalsviewsad.show .modal-dialog .modal-content{
  transform: scale(0.9);
} */

/* clients reviews section  */
.reviewsChiragMaindv{
  background: url(../images/reviewsBG.png) no-repeat, var(--secondary-color);
  background-size: cover;
}
.ChiragReviewSliders .singlesReviewsdv{
  background: var(--white-color);
  border-radius: 20px;
  padding: 42px 20px 40px 28px;
  margin: 0px 6px;
}
.singlesReviewsdv .reviewsStart i{
  font-size: 18px;
  color: var(--primary-color);
}
.clientProfilect .clientUser{
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 100%;
  object-fit: cover;
}
.ChiragReviewSliders .slick-prev,
.ChiragReviewSliders .slick-next{
  font-size: 0;
  background: transparent;
  border: none;
  height: 0;
}
.ChiragReviewSliders .slick-prev::after{
  content: "\ecb0";
  font-family: "boxicons";
  font-size: 32px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  position: absolute;
  right: 54px;
  top: -76px;
  z-index: 2;
}
.ChiragReviewSliders .slick-next::after{
  content: "\ecb3";
  font-family: "boxicons";
  font-size: 32px;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
  border: 2px solid var(--primary-color);
  position: absolute;
  right: 0;
  top: -76px;
  z-index: 2;
}
.ChiragReviewSliders .slick-prev.slick-disabled::after,
.ChiragReviewSliders .slick-next.slick-disabled::after{
  border: 2px solid var(--white-color);
  background: transparent;
  z-index: 2;
}

/* Lets Talk section  */
.talkinputcoman .ltcomaninput{
  width: 100%;
  border-radius: 16px;
  border: 1px solid #14879433;
  height: 51px;
  padding: 8px 20px;
  color: var(--heading-color);
  font-size: 15px;
  outline: none;
  background: var(--white-color);
}
.talkinputcoman .ltcomantextarea::placeholder,
.talkinputcoman .ltcomaninput::placeholder{
  color: #C7C7C7;
}
.talkinputcoman .ltcomantextarea{
  width: 100%;
  border-radius: 20px;
  border: 1px solid #14879433;
  height: 198px;
  padding: 12px 20px;
  color: var(--heading-color);
  font-size: 15px;
  outline: none;
  background: var(--white-color);
  resize: none;
}
.topletsMapsmain .mapsChiragIt{
  height: 420px;
  width: 76%;
  margin: auto;
  border-radius: 20px;
}
.topletsMapsmain .letsMapBg{
  width: 100%;
  height: 280px;
  background: #EBFAFD;
  border-radius: 20px;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}
.bgcontactReviews{
  background: url(../images/combo_contactBG.png) no-repeat;
  background-size: cover;
}
.leftIconContact i{
  font-size: 26px;
  color: var(--primary-color);
}
.singleBrandImages .brandHere{
  height: 40px;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.singleBrandImages .brandHere:hover{
  transform: scale(1.1);
}
.ChiragBrand_sections.aboutbglight{
  background: #EBFAFD;
}
.aboutbglight .singleBrandImages .brandHere{
  filter: grayscale(1);
}

/* footer section start  */
.footerLinkList li a{
  font-size: 15px;
  font-weight: 500;
  color: var(--white-color);
  display: block;
  transition: all 0.1s;
}
.footerLinkList li a:hover{
  margin-top: -2px;
}
.workIN_socialmain .workicon{
  width: 74px;
}
.footerEmailinput{
  width: 100%;
  height: 54px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  color: var(--heading-color);
  outline: none;
  border: none;
}
.footerEmailinput::placeholder{
  color: #C7C7C7;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--primary-color);
  --bs-tooltip-color: var(--white-color);
}
.footerSocialMedias i{
  font-size: 22px;
  color: var(--white-color);
}
.copyrightFooter{
  border-top: 1px solid #c7c7c778;
}

/* breadcrumbs  */
.breadcrumblists li::after{
  content: "\ecb3";
  font-family: "boxicons";
  font-size: 20px;
  color: var(--heading-color);
}
.breadcrumblists li:last-child::after{
  display: none;
}

/* about us page  */
.comanabout_design-f img{
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.leftAboutHeader .aboutStar i{
  font-size: 18px;
  color: var(--primary-color);
}
.containtsMissionbxd p{
  border-left: 3px solid var(--secondary-color);
  padding-left: 10px;
}
.aboutusHeaders{
  background: url(../images/about-headerBG-design.png) no-repeat, var(--white-color);
  background-position: 48% 0%;
  background-size: 38px;
}
.leftAboutHeader h1 {
  color: var(--primary-color);
  background: var(--heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  animation: type 1s steps(90) 1.5s 1 normal both;
  position: relative;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* services page   */
.mainservicesHeaders{
  background: url(../images/services_bgdesign-01.png) no-repeat 48% 0%, url(../images/services_bgdesign-02.png) no-repeat 67% 10%, var(--white-color);
  background-size: 38px;
}
.commanServicesBoxeds{
  background: #EBECFD;
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
}
.commanServicesBoxeds.clr1{
  background: #EBECFD;
}
.commanServicesBoxeds.clr2{
  background: #F5FDEB;
}
.commanServicesBoxeds.clr3{
  background: #FDEBF6;
}
.commanServicesBoxeds.clr4{
  background: #FDF4EB;
}
.commanServicesBoxeds.clr5{
  background: #FDE1DE;
}
.commanServicesBoxeds.clr6{
  background: #D7F8FF;
}
.commanServicesBoxeds .serviceinrbox{
  height: 104px;
  width: 104px;
  background: var(--white-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0px 4px 35px 0px hsl(0deg 0% 0% / 4%);
}
.serviceinrbox .iconservice{
  height: 62px;
  width: 62px;
  object-fit: contain;
}

/* our portfolio section  */
.portfoliotopdesign,
.design_inrPortfolios .workscreen{
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
  transition: all .3s;
}
.design_inrPortfolios .workscreen:hover{
  transform: scale(1.1);
}
.buble-likeimg img{
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* contact us section  */
.contactinputcmn .form-control{
  width: 100%;
  border-radius: 14px;
  height: 58px;
  padding: 12px 20px !important;
  color: var(--heading-color);
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #0000006e;
  resize: none;
}
.contactinputcmn.form-floating > label{
  left: 11px;
  font-size: 16px;
  color: var(--text-color);
}
.contactinputcmn.form-floating > .form-control-plaintext ~ label, .contactinputcmn.form-floating > .form-control:focus ~ label, .contactinputcmn.form-floating > .form-control:not(:placeholder-shown) ~ label, .contactinputcmn.form-floating > .form-select ~ label{
  color: var(--heading-color);
  transform: scale(0.85) translateY(-1.6rem) translateX(0.1rem);
}
.contactinputcmn .form-select{
  width: 100%;
  border-radius: 14px;
  height: 58px;
  padding: 12px 20px !important;
  color: var(--heading-color);
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #0000006e;
  resize: none;
}
.btnNavGetTouch i.icondown{
  transform: unset;
  font-size: 22px;
}
.rightsideContactstre img{
  width: 90px;
}
.contactsMapsMainchrt .mapsChiragIt{
  width: 100%;
  height: 520px;
  border: none;
}
.mapsContactContents{
  position: absolute;
  top: 0;
  z-index: 9;
  height: 520px;
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 70%) 47%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 20px 20px 62px;
  display: flex;
  align-items: center;
}
.contact_chiragsdivsmain{
  background: url(../images/mapBg-solution.png) no-repeat 100% 0%, var(--white-color);
  background-size: 60%;
}
.ourmainPortfolioSection .technologiesInerMain .button{
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 32px;
  border-radius: 30px;
  border: 1px solid var(--heading-color);
  background: var(--white-color);
}
.ourmainPortfolioSection .technologiesInerMain .button.is-checked{
  background: var(--primary-color);
  border: var(--primary-color);
  color: var(--white-color);
}
.ourmainPortfolioSection .technologiesInerMain .button.is-checked img{
  filter: invert(1);
}
.ourmainPortfolioSection .technologiesInerMain .button img{
  height: 26px;
  width: 26px;
  object-fit: contain;
}