@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Global rest */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  text-decoration: none;
  list-style: none;
  scroll-behavior: smooth;
}

/* root variables */
:root {
  --bg-color: #10101e;
  --altBg: #fff;
  --bgVariant: #f1f1f1;
  --second-bg-color: #1f242d;
  /* --second-bg-color: #323946; */
  --text-color: #fff;
  --main-color: #dbff00;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
}
/* html rem:px configuration */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* max-with Design elements */
section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 8rem 5rem;
  box-shadow: 0 0 0.5rem 0 rgba(104, 104, 104, 0.5);
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
nav {
  max-width: 1500px;
  margin: 0 auto;
  z-index: 100;
  background: var(--bg-color);
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 1s ease;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
}

/* ensure to correct these */
/* ensure to correct these */
.wth-70 {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
.wth-60 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
/* ensure to correct these */
/* ensure to correct these */

.logo {
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
}
.navbar {
  background-color: var(--second-bg-color);
  padding: 0 5rem;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.navExtra{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  display: none;
}
.navbar a {
  font-size: 1.5rem;
  padding: 1.5rem 1rem;
  color: var(--text-color);
  font-weight: 600;
  text-decoration: none;
}
.navbar a:hover,
.navbar a.active {
  color: var(--main-color);
}
.hire {
  padding: 1rem 2rem 1.2rem;
  border-radius: 2rem 0.5rem;
  font-family: "Quicksand", Arial;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  background-color: transparent;
  border: 1.5px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  color: var(--text-color);
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hire:hover, .hire.active {
  background-color: var(--main-color);
  color: var(--bg-color) !important;
}
#menu-icon {
  font-size: 2rem;
  color: var(--text-color);
  display: none;
}

/* Hero-section */
.heroLP{
  background-color: var(--second-bg-color);
  padding: 10rem 4rem 5rem;
}
.herogrid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.arrivalContent{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.avail{
  border: 1px solid #a1a1a1;
  padding: 0.5rem 2rem;
  width: max-content;
  border-radius: 50rem;
  color: #a1a1a1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.grt{
  font-family: "Plus Jakarta Sans", Poppins ;
  font-size: 2rem;
}
.grt span{
  color: var(--main-color);
}
.niche{
  width: 50rem;
}
span.locale{
  margin-left: auto;
}
.greetName{
font-size: 4.5rem;
font-family: "Montserrat", Poppins;
}
.btnGrp{
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 2.5rem;
}
.aboutBtn{
  width: max-content;
  padding: 1rem 2rem 1.2rem;
  border-radius: 2rem 0.5rem;
  font-family: "Quicksand", Arial;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5rem;
  background-color: var(--main-color);
  border: 1.5px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  border-bottom: 3px solid var(--main-color);
  color: var(--bg-color);
  transition: all ease-in-out 0.3s;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.aboutBtn:hover{
  background-color: #f3ffa4;
}
.bioImg{
  width: 45rem;
  height: 45rem;
  margin: 0 auto;
  position: relative;
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 2rem;
  overflow: hidden;
  border-bottom: 3px solid var(--main-color);
}
.bgeffect{
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bg-color);
  width: 100%;
  height: 15rem;
  border-radius: 0 5rem 0 5rem;
  border-top: 0.3rem solid var(--main-color);
  border-left: 0.3rem solid var(--main-color);
}
.spheretp{
  position: absolute;
  right: 0;
  top: 5rem;
  background-color: var(--bg-color);
  width: 15rem;
  height: 15rem;
  border-radius: 0 5rem 0 5rem;
  border-bottom: 0.3rem solid var(--main-color);
  border-right: 0.3rem solid var(--main-color);
}
.sphere{
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--bg-color);
  width: 15rem;
  height: 15rem;
  border-radius: 0 5rem 0 5rem;
  border-top: 0.3rem solid var(--main-color);
  border-left: 0.3rem solid var(--main-color);
}
.bgeffectbt{
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--bg-color);
  width: 100%;
  height: 15rem;
  border-radius: 0 5rem 0 5rem;
  border-top: 0.3rem solid var(--main-color);
  border-left: 0.3rem solid var(--main-color);
}
.bioImg img{
  filter: grayscale(100%) !important;
  width: 100%;
  object-fit: cover;
}
.bio_stats {
  display: flex;
  border-radius: 1rem;
  background-color: var(--bg-color);
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem;
  margin: 3rem 0 0;
}
.stat_data{
  position: relative;
  text-align: center;
  z-index: 1;
}

.stat_data:before{
position: absolute;
content: "";
width: 5rem;
height: 5rem;
background-color: var(--bg-color);
z-index: -1;
border-top: 0.2rem solid var(--main-color);
border-left: 0.2rem solid var(--main-color);
/* border-bottom: 0.2rem solid var(--main-color); */
border-radius: 0 1.5rem 0 1.5rem;
}
.stat_data .value{
  font-size: 4rem;
}
.stat_data .label{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}



/* About Section */
.heroSection {
  padding: 6rem 4rem 5rem;
}
.heroContent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: flex-start;
  padding-top: 4rem;
}
.profile {
  background-color: var(--second-bg-color);
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 1rem;
  height: 100%;
  border-radius: 1rem;
}
.Devimg{
  width: 100%;
  height: 22rem;
  position: relative;
}
.profilebase {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
}
.profilebase h4{
  font-size: 1.8rem;
}
.codeBase{
  width: 100%;
}
span.stack{
  padding: 0.5rem 0.8rem;
  border: 1.5px solid #a1a1a1;
  border-left: 2px solid #a1a1a1;
  border-bottom: 3px solid #a1a1a1;
  border-radius: 0.5rem;
  width: max-content;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.8rem;
}
.profileSocials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 1.5rem;
}
.profileSocials span {
  width: 4rem;
  height: 4rem;
  background-color: var(--second-bg-color);
  border-radius: 50%;
  border: 1.5px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", Arial;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0.1rem 0.2rem 1rem rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-in-out;
} 
.profileSocials span:active {
  transform: scale(0.97) !important;
}
.profileSocials span:hover {
  transform: translateY(-0.5rem);
  background-color: var(--second-bg-color);
  box-shadow: 0.1rem 0.2rem 1rem rgba(0, 0, 0, 0.8);
}

.profileDetails {
    grid-column: 2 / 4;
    width: 100%;
}
.profileContent {
    display: flex;
    flex-direction: column;
    gap: 1.5rem ;
}
.greeting{
  font-size: 2rem;
}
span.trans {
  color: var(--main-color);
  font-family: 'Plus Jakarta Sans', Arial;
  font-weight: 900;
}
.heroDetails {
  background: var(--second-bg-color);
  color: var(--altBg);
  padding: 1.5rem;
  border-radius: 1rem;
}
.smgrid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
}
.prfl{
  justify-content: center;
}
.smgrid > div{
display: flex;  
flex-direction: column;
gap: 1.5rem;
}
.smgrid > div p{
  padding-left: 1rem;
  border-left: 1px solid var(--main-color);
}
/* .bio p:not(:first-child){
    margin-top: 1rem ;
} */
/* end of hero section */

/* styling Section Headers */
.labelContext{
  text-align: center;
}
.bgHeader{
  font-size: 8rem;
  font-weight: 800;
  margin-bottom:0;
  font-family: 'Quicksand', 'Poppins', Arial;
  line-height: 7rem;
  background: linear-gradient(to top, transparent 0%, var(--altBg) 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.05;
  }
  
  .mainHeader{
    font-size: 4.2rem;
    font-weight: 600;
    font-family: 'Quicksand', 'Poppins', Arial;
    color: var(--text-color);
    transform: translateY(-2.5rem);
    max-width: max-content;
    margin: 0 auto;
  }
  .mainHeader:before{
    content: '';
    position: absolute;
    border-radius: 2rem;
    width: 6.5rem;
    height: .5rem;
    right: 0;
    bottom: -0.8rem;
    background: var(--text-color);
  }



/* services section */
/* .services{
} */
.servicesDetails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
.exp{
  padding: 2rem;
  border-radius: 0.5rem;
  /* background-color: var(--bg-color); */
  border: 2px solid var(--second-bg-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.exp > div{
  padding: 1rem;
  border: 1px solid var(--second-bg-color);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.exp h4{
  font-size: 1.8rem;
  font-family: 'Quicksand', Arial;
}
.abTitle{
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1rem;
}

.serviceList{
    padding-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.serviceItem{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid var(--second-bg-color);
    border-radius: 1rem;
}
.serviceItem h4{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.serviceItem img{
    width: 2.4rem;
    aspect-ratio: 1;
}




/* skill section */
section.skills {
  padding: 8rem 5rem;
  background-color: var(--bg-color);
}
.skillList{
  padding-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.skillItem{
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid var(--second-bg-color);
  border-radius: 1rem;
}

.skillItem h4{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: 'Quicksand';
}
.skillItem h4 .jquery{
width: 1.5rem;
background: #fff;
}

.line{
  position: relative;
  width: 100%;
  height: 0.7rem;
  background: #6d6d6dc5;
  border-radius: .5rem;
  box-shadow: 0.5rem 0rem 0.5rem 5px var(--second-bg-color);
  overflow: hidden;
  margin-top: 0.5rem;
}

.line span{
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  color: var(--text-variant);
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border-radius: .5rem;
  background: linear-gradient(90deg, var(--bg-color) 30%, #212529) 100%;
  transition: width .5s linear;
  }

/* portfolio section */
.portfolio {
  background: var(--second-bg-color);
}
.portfolio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 2rem;
  padding-top: 8rem;
}
.portfolio-container .portfolio-box {
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 0 2rem var(--bg-color);
  overflow: hidden;
  display: flex;
  height: 50rem;
}

.portfolio-box img {
  width: 100%;
  /* height: 280px; */
  height: 100%;
  transition: all ease-in-out 0.5s;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}

.portfolio-box:hover img{
  /* transform: scale(0.99); */
  --webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: grayscale(100%);
}

.portfolio-box .portfolio-layer {
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, #383838d7, var(--second-bg-color)); */
  background: linear-gradient(0deg,#000 4%,rgba(0, 0, 0, 0.699))
  ;
/* background-color:#000000a2; */
  color: var(--text-color);
  padding: 2rem;
  transform: translateY(0%);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
}

.portfolio-box:hover .portfolio-layer {
  transform: translateY(0);
}
.portfolio-box:hover img{
    backdrop-filter: blur(4rem);
}
.portfolio-layer h4 {
  font-size: 2.4rem;
  font-family: "Montserrat", Poppins;
  font-weight: bold;
}

.portfolio-box .portfolio-layer .tech span.stack{
font-size: 1rem;
}
.portfolio-layer p {
  font-size: 1.4rem;
  font-weight: 500;
}
.liveIcon{
transform: rotate(-35deg);
}
.livePrev{
  width: max-content;
}






/* contact section */
section.contact{
    background-color: var(--second-bg-color);
    font-size: 1.5rem;
    color: var(--text-color);
    padding-bottom: 2rem;
}


.contactDetails{
    background-color: var(--bg-color);
    padding: 2rem;
    margin-top: 5rem;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .officeInfo{
    border: 1px solid var(--second-bg-color);
    padding: 2rem;
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .officeInfo > div{
    border: 1px solid var(--second-bg-color);
    padding-block: 1rem;
    padding-inline: 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .officeInfo > div > span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: var(--second-bg-color);
    color: var(--text-color);
    font-size: 1.6rem;
    cursor: pointer;
  }
  .officeInfo h4{
    font-size: 1.8rem;
    font-family: 'Quicksand', 'Poppins', Arial;
    padding-block: 0.5rem;
  }
  .contentDtls p{
    text-decoration: none;
  }

  .contactForm{
    grid-column: 2/4;
    border: 1px solid var(--second-bg-color);
    padding: 2rem;
    border-radius: 0.5rem;
  }


  .input-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
 
  label.placeholder{
    font-size: 1.5rem;
    font-weight: 500;
    pointer-events: none;
    transition: .5s;
  }
  input.input{
    width: 100%;
    height: 4rem;
    padding: 1rem;
    margin-block: 2rem;
    font-size: 1.5rem;
    font-family: 'Quicksand', 'Poppins', Arial;
    background: var(--second-bg-color);
    color: var(--text-color);
    border-radius: .5rem !important;
    border: .2rem solid var(--second-bg-color);
    outline: none;
  }
  textarea.subject{
    font-size: 1.6rem;
    padding: .8rem 1rem .8rem;
    margin-block: 2rem;
    height: 4rem;
    width: 100%;
    height: 10rem;
    background: var(--second-bg-color);
    font-family: 'Quicksand', 'Poppins', Arial;
    color: var(--text-color);
    border: .2rem solid var(--second-bg-color);
    border-radius: .5rem !important;
    resize: none;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
  }
  .input-grp input:focus~label.placeholder,
  .input-grp input:valid~label.placeholder
  {
    top: -1.6rem;
    left: .7rem;
    font-size: 1.25rem;
    font-weight: bold;
  }
  textarea:focus~label,
  textarea:valid~.placeholder{
    top: -1.6rem;
    left: .7rem;
    font-size: 1.25rem;
    font-weight: bold;
  }
  textarea:not(:placeholder-shown) ~ label{
    top: -1.6rem;
    left: .7rem;
  }

.social-links a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 2rem;
    background-color: var(--second-bg-color);
    color: var(--text-color);
    transition: all ease-in-out 0.2s;
}
.social-links i {
    width: 1.9rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
}

.social-links a:hover {
  box-shadow: 0 0 3rem #000;
  transform: translateY(-5px);
}
.social-links p {
  font-size: 12px;
  margin-top: 200px;
}
div.copyright{
    padding: 2rem;
    margin-top: 2rem;
    background-color: var(--bg-color);
    font-family: 'Quicksand', 'Poppins', Arial;
    border-radius: 1rem;
}

.copyright span{
color: var(--main-color);
cursor: pointer;
}


/* Recent Projects */
.uiVideo{
  max-width: 42rem;
  height: 24rem;
  }
  video.responsive-vid{
    border-radius: 1rem;
  }
.recentProjectgrid{
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: var(--second-bg-color);
}
.linkIcon{
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
/* background-color: #1f242d77; */
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all ease-in-out 0.5s;
}
.prjCard{
  height: 24rem;
  width: 100%;
}
.prjImgBx {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.live{
  padding: 1rem 2rem;
  background-color: transparent;
  color: var(--altBg);
  border: 1.5px solid var(--altBg);
  border-bottom: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
  position: relative;
  transition: all ease-in-out 0.3s;
  border-radius: 2rem 0 2rem 0;
}

.live:before{
  content: "";
position: absolute;
width: 17rem;
height: 6.6rem;
left: -10%;
top: -30%;
z-index: -1;
background-color: #0f141fd3;
transition: 0.8s cubic-bezier(0, 0, 0.2, 1);
}
.prjImgBx img{
  border-radius: 0.3rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prjImgBx:hover .live{
    background-color: var(--main-color);
    color: var(--bg-color);
    border: 1.5px solid var(--main-color);
}
.prjImgBx:hover .linkIcon, .recentProject .swiper-slide-active .linkIcon{
  background-color: #030f27b3;
}
.prjImgBx:hover .live:before, .recentProject .swiper-slide-active .live:before{
  width: 19rem;
height: 7.3rem;
left: -20%;
top: -40%;
}

/* Faqs Section */
.faqsection{
background-color: var(--second-bg-color);
}
.faqContainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
}
/* ctaSection */
.ctaSection{
background-image: url(images/bgEffect.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.faqConnect{
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
align-items: center;
}
.faqConnectcnt{
display: flex;
flex-direction: column;
gap: 1.5rem;
max-width: 60rem;
margin: 0 auto;
}
.faqConnect .profileSocials{
  justify-content: start;
} 
.faqhd{
  font-weight: 800;
  font-size: 3.5rem;
}

.profileSocials button{
max-width: max-content;
}

.ctaSwiper.swiper {
  width: 100%;
  max-width: 600px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ctaSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* Ui Accordion Starts */
.choice-accordion{
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.choice-accordion li{
  list-style:none;
  width: 100%;
  margin: 10px 0;
  padding: .5rem 10px;
  border-radius: 0.5rem;
  background: var(--bgClr);
  border-left: 1px solid var(--hvClr);
  border-right: 1px solid var(--hvClr);
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, .15),
            -3px -2px 10px -1px rgba(255, 255, 255, 0.702);
}

.choice-accordion li label{
  display: flex;
  align-items: center;
  padding:5px 10px;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
}
label i.fa-bars-progress{
  margin-left: auto;
  display: block;
  color: var(--brand-color);
  transition: all ease .5s;
}
label i.fa-ellipsis{
  margin-left: auto;
  color: var(--brand-color);
  display: none;
  transition: all ease .5s;
}
input[type="radio"]{
  display: none;
}
.accordion-content{
  padding: 0 10px;
  line-height: 21px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion-content p{
  padding-block: 1.5rem;
  font-size: 1.6rem;
}

.choice-accordion input[type="radio"]:checked + label + .accordion-content {
  max-height: 400px;
}
.choice-accordion input[type="radio"]:checked + label{
  color: var(--mainClr);
}
.choice-accordion input[type="radio"]:checked + label i.fa-ellipsis{
  display: block;
  color: var(--mainClr);
}

.choice-accordion input[type="radio"]:checked + label i.fa-bars-progress{
  display: none;
}
.choice-accordion input[type="radio"]:checked + label i.active-indicator{
  color: var(--mainClr);
}
/* Ui Accordion Ends */