:root {
  --sectionTranslate: 10rem;
}
.wrapperhed {
  width: auto;
  height: 100vh;
  background-image: url("https://s3.amazonaws.com/cdn.codeblu.io/website/img_header/hedbanner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding-top: 20px;
  overflow: auto;
}

.container-home {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 30px;
  /* z-index: 1; */
}
@media(max-width:425px){
  .container-home{
    padding-top: 0;
    margin-top: 70px;
  }
}

.container-home_whycodeblu {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 30px;
 margin-bottom: 3rem;
  /* z-index: 1; */
}
.container-home-journey {
  /* max-width: 1200px; */
  width: 100%;
  /* height: 100vh; */
  /* height: ; */
  margin: 40px auto;
  padding: -5px;
  background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/journeybg-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_all {
  position: relative;
}
.section-title {
  font-weight: 700;
  /* text-transform: capitalize; */
  letter-spacing: 1px;
}
.section-subtitle {
  letter-spacing: 0.4px;
  line-height: 30px;
  max-width: 500px;
  font-size: 14px;
}
.section-title-border {
  background-color: #000;
  height: 1 3px;
  width: 40px;
}
.section-title-border-white {
  background-color: #fff;
  height: 2px;
  width: 100px;
}
.about_header_main .about_heading {
  /* max-width: 450px; */
  /* padding-right: 10px; */
  font-weight: 600;
  font-size: 48px;
  line-height: 70px;
  /* or 129% */
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.about_header_main .about_heading br {
  display: none;
}
.about_header_main .subhedHighlight {
  font-weight: 600;
  font-size: 62px;
  line-height: 70px;
  /* identical to box height, or 129% */
  letter-spacing: -0.01em;
  color: #A2BF0B;
}
@media(max-width:992px){
  .wrapperhed{
    height: max-content;
    background-size: 100% 100%;
  }
}
@media (max-width:768px) {
  .about_header_main .subhedHighlight {
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    /* identical to box height, or 129% */
    text-align: center;
    letter-spacing: -0.01em;
    color: #A2BF0B;
  }
  .wrapperhed {
    
    /* height: auto; */
    overflow: hidden;
    padding-top: 0px;
    z-index: 1;
    overflow-wrap: initial;
  }
  .container-home-journey {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    /* height: ; */
    margin: 40px auto;
    padding: 30px;
    background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/journeymobilebg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
@media(max-width:450px){
  .container-home_whycodeblu{
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 992px){
  .about_header_main .about_heading {
    /* max-width: 450px; */
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.01em;
  }
  .container-home-journey {
    /* max-width: 1400px; */
    width: 100%;
    height: auto;
    /* height: ; */
    margin: 40px auto;
    padding: 30px;
    background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/journeymobilebg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
   
  }
}
@media(max-width:450px){
  .about_header_main .about_heading br{
    display: inline;
  }
  .wrapperhed{
    background-size: 120% 100%;
  }
}
@media(min-width:1200px){
  .wrapperhed{
    background-size: 100% 100%;
    height: max-content;
  }
  .container-home{
    margin-bottom: 6rem;
  }
}
.about_header_main .about_heading-sec {
  padding-right: 10px;
  font-weight: 700;
  font-size: 74px;
  line-height: 95px;
  margin-bottom: 2rem;
  letter-spacing: -0.01em;
  color: #001345;
  text-align: left;
}
.about_header_main .subheading-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #001345;
}
.about_header_main .about_heading-journey {
  /* padding-right: 10px; */
  font-weight: 600;
  font-size: 44px;
  line-height: 67px;
  text-align: left;
  color: #001345;
}

@media(max-width:1024px){
  .about_header_main .about_heading-sec {
    font-size: 60px;
  }
}
@media (max-width:768px) {
  .about_header_main .about_heading-sec {
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    font-weight: 700;
    color: #001345;
  }
  .about_header_main .subheading-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #001345;
  }
  .about_header_main .about_heading-journey {
    font-size: 24px;
    text-align: center;

  }
}
@media(max-width:450px){
  .about_header_main .about_heading-sec {
    font-size: 23px;
  }
}
.highlighted.yellow {
  background-image: linear-gradient(to top, #C7EF00 50%, transparent 0);
  display: inline;
}
.about_header_main .subheading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #00A1FC;
  margin-top: 2%;
}
@media (max-width:768px) {
  .about_header_main .subheading {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #00A1FC;
    margin-top: 2%;
  }
}
.about_icon span {
  position: relative;
  top: -10px;
}
.about_content_box_all {
  padding: 28px;
}
.img_about{
  margin-top: 3rem;
}
.img_about .image-one {
  z-index: 99;
}
.img_about .image-two {
  position: relative;
  top: 0px;
  left: 6px;
}
@media (max-width:768px) {
  .img_about .image-one {
    display: none;
  }
}
@media(max-width:992px){
  .img_about .image-two {
    display: none;
  }
}
/* cards home */
.cards-list {
  z-index: 0;
  /* width: 70%; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
  margin-top:30px;
}
.card_home {
  margin: 10px auto;
  width: 320px;
  height: 182px;
  border-radius: 50px 0;
  background: #FFFFFF;
  box-shadow: 0px 19px 34px rgba(89, 177, 227, 0.3);
  cursor: pointer;
  transition: 0.4s;
  justify-content: flex-start !important;
  padding: 12px;
}
.card1 {
  margin-top: 0px;
}
.card2 {
  margin-top: 30px;
}
.card3 {
  margin-top: -10px;
}
.card4 {
  margin-top: 30px;
}
.card_image img {
  width: 85px;
  height: 85px;
  margin-left: 30px;
  margin-top: -35px;
}
.card_title_home .heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin: auto;
  text-align: center;
  color: #fff;
}
.card_title_home p {
  margin: 10px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 150% */
  color: #0C012C;
  text-align: left;
  padding: 12px;
}
/* accordian  */
.accorJorney_box {
  max-width: 1150px;
  width: 100%;
  margin: 40px auto;
  padding: 25px;
  margin-bottom: 0;
}
/* review cards */
.container-reviewhed {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 30px;
  height: auto;
  text-align: center;
}
.mainheding-review h1 {
  font-weight: 600;
  font-size: 34px;
  line-height: 157%;
  /* or 53px */
  text-align: center;
  letter-spacing: -0.01em;
  color: #001345;
  margin-top: 2rem;
}
.mainheding-review p {
  padding: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 188% */
  text-align: center;
  color: #001345;
}
@media (max-width:768px) {
  .mainheding-review h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 157%;
    /* or 53px */
    text-align: center;
    letter-spacing: -0.01em;
    color: #001345;
    margin-top: 0;
  }
  .mainheding-review p {
    padding: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 188% */
    text-align: center;
    color: #001345;
  }
}
@media(max-width:450px){
  .mainheding-review h1{
    font-size: 20px;
  }
}
.container-review {
  display: flex;
  max-width: 1150px;
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 30px;
  text-align: center;
}
@media (max-width:768px) {
  .container-review {
    display: inline-block;
    margin: 34px -13px;
    padding: 30px;
    height: auto;
  }
}
figure.snip1204 {
  height: 260px;
  position: relative;
  /* overflow: hidden; */
  margin: 10px;
  /* min-width: 300px; */
  max-width: 345px;
  width: 100%;
  color: #333;
  text-align: left;
  /* background-color: white; */
  box-shadow: none !important;
}
figure.snip1204 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1204 img {
  max-width: 100%;
  /* width: 82px;
  height: 82px; */
  border-radius: 50%;
  margin-right: 5px;
  display: block;
  /* z-index: 1;
  position: absolute;
  right: 62%;
  top: -70px; */
}
.snip1204 #hedimg img {
  max-width: 100%;
  width: 82px;
  height: 82px;
  margin-right: 5px;
  display: block;
}
figure.snip1204 blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  max-width: 345px;
  height: 260px;
  padding: 50px 10px 109px 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  /* or 200% */
  color: #001345;
  margin: 0 0 -40px;
  background: white;
  border: 1px solid #D4D9DF;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(89, 177, 227, 0.3);
}
/* figure.snip1204 blockquote:before,
figure.snip1204 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1204 blockquote:before {
  top: 35px;
  left: 20px;
}
figure.snip1204 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
} */
figure.snip1204 .author {
  margin: 0;
  height: 80px;
  display: inline;
  text-align: left;
  color: #ffffff;
  /* padding: 0 35px; */
  /* position: relative; */
}
figure.snip1204 .author h5,
figure.snip1204 .author span {
  /* left: 50%;
  top: -50%;
  position: absolute; */
  /* opacity: 0.8; */
  padding: 3px 5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  /* identical to box height, or 188% */
  color: #001345;
}
figure.snip1204 .author h5 {
  /* text-transform: uppercase; */
  bottom: 50%;
  margin: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  /* identical to box height, or 188% */
  color: #001345;
}
figure.snip1204 .author span {
  display: inline-block;
  font-size: 0.8em;
  color: #FF9D0A;
  ;
  /* top: -10%; */
}
.image_position {
  position: absolute;
  /* top: 50%; */
  left: 60%;
}
/* text animation */
 #container-anim {
  font-size:50px;
  text-align:left;
  text-transform: uppercase;
  margin-top:10px;
 font-weight: 800;
  width:100%;
  bottom:45%;
  display:block;
  justify-content: left;
}
 #flip-banner {
  height:70px;
  overflow:hidden;
  position: absolute;
  z-index: 100;
  width: max-content;
}
 #flip-banner > div > div {
  font-size:50px;
  color:#A2BF0B;
  font-weight: 700;
  padding:-4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
  text-align: left;
  justify-content: left;
}
#flip-banner div:first-child {
  animation: show 10s linear infinite;
}
@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}
@media(max-width:992px){
  #flip-banner{
    position: unset;
  }
  #container-anim{
    display: flex;
    justify-content: center;
  }
}
@media (max-width:768px) {
  #container-anim {
    font-size:24px;
    text-align:center;
    text-transform: uppercase;
    margin-top:10px;
   font-weight: 700;
    width:100%;
    bottom:45%;
    /* display:inline-block;
    justify-content: center; */
  }
  #flip-banner > div > div {
    font-size:24px;
    color:#A2BF0B;
    font-weight: 700;
    padding:-4px 12px;
    height:45px;
    margin-bottom:45px;
    display:inline-block;
    text-align: center;
    justify-content: center;
  }
  #flip-banner {
    height:40px;
    overflow:hidden;
  }
  /* #flip-banner div:first-child {
    animation: show 10s linear infinite;
  } */
}
.bgcorner-whycodeblu {
  background-image:url("https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/codebluesecbg.png"),linear-gradient(to top ,rgba(248, 248, 248, 1),rgb(255, 255, 255,0.5));
  background-position:right;
  background-repeat: no-repeat;
  background-position-y:100%;
}
.expcodeblubg {
  background-image: url("https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/bgcorner.png");
  background-position:left;
  background-repeat: no-repeat;
  background-position-y: 85%;
}
@media (max-width:768px) {
  .bgcorner-whycodeblu {
    background-image: none;
    background-position:right;
    background-repeat: no-repeat;
  }  
}
@media(max-width:650px){
  .expcodeblubg{
    background-size: 50% 60%;
    background-position-y: 100%;
  }
}
.mobileview-experiance{
  display: none;
}
@media(max-width:450px){
  .expcodeblubg {
    background-size: 40% 55%;
    background-position-y: 100%;
  }
}
 .mobileview-journey {
   display: none;
 }
@media(max-width:1024px){
  .destopview-experiance {
    display: none;
  }
  .mobileview-experiance {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
  .img_box_home_one{
    text-align: center;
    margin-top: 2rem;
  }
  
}
#hedbtn2 {
  border: none;
  width: 150px;
  min-height: 45px;
  background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/priceimg/btnbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 500;
  color: #ffff;
  border-radius: 5px;
  /* border: 1px solid #f1f3f5; */
  display: block;
  font-size: 14px;
  padding-top: 2px;
  margin-top: 1rem;
  line-height: 1;
}

.text-anim{
  position: relative;
}
.whatIsCodeBluHeadderWrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
}
.whatIsCodeBluCardListGroup{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
@media(max-width:1200px){
  .bgcorner-whycodeblu {
    background: url("https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/codebluesecbg.png"),linear-gradient(to top, rgba(248, 248, 248, 1), rgb(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 100%;
    margin-bottom: 5rem;
  }
  .whatIsCodeBluHeadderWrapper {
    grid-template-columns: 1fr;
  }
  .card1,.card2,.card3,.card4{
    margin: 0;
  }
  .card1Wrapper,.card3Wrapper{
    display: flex;
    justify-content: end;
  }
  .whatIsCodeBluCardListGroup{
    grid-gap: 2rem;
  }
  .card2 ,.card4{
    margin-top: 2rem;
  }
  .about_header_main .about_heading-sec,.about_header_main .subheading-2{
    text-align: center;
    margin-bottom: 2rem;
  }
  .codeBluExperianceTextSection.about_header_main .about_heading-sec ,.codeBluExperianceTextSection.about_header_main .subheading-2 {
    text-align: left;
  }
}
@media(max-width:768px){
  .bgcorner-whycodeblu{
    background: linear-gradient(225deg, rgba(248, 248, 250, 0.5), rgb(255, 255, 255, 0)),
      url("https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/codebluesecbg.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 15%;
    background-size: 40% 40%;
    margin-bottom: 0;
  }
  .whatIsCodeBluHeadderWrapper{
    margin-top: 0;
  }
  .whatIsCodeBluCardListGroup{
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  .card1Wrapper,
  .card3Wrapper ,
  .card2Wrapper,
  .card4Wrapper{
    display: flex;
    justify-content: center;
  }
  .whatIsCodeBluCardListGroup:first-child{
    margin-bottom: 3rem;
  }
  .about_header_main .about_heading-sec,
  .about_header_main .subheading-2{
    margin-bottom: 1.2rem;
  }
}
@media(max-width:375px){
  .bgcorner-whycodeblu {
    background-position-y: 10%;
    background-size: 35% 25%;
  }
  .card_home{
    max-width: 250px;
    height: fit-content;
  }
  .card_image img {
    margin-top: -50px;
  }
  .whatIsCodeBluCardListGroup {
    grid-gap: 2rem;
  }
  .whatIsCodeBluCardListGroup:first-child {
    margin-bottom: 4rem;
  }
}

.container-review{
  max-width: 1150px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  margin-bottom: 2rem;
  padding: 30px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.snip1204{
  border: 2px solid #D4D9DF;
  border-radius: 5px;
  height: 100%;
}
.reviewInnerContainer {
  padding: 2rem 1.5rem;
}
.reviewInnerImgContainer,.author {
  text-align: left;
}
.reviewInnerImgContainer img{
  max-height: 75px;
}
.author{
  font-size: 0.7rem;
  color: #FF9D0A;
  margin-bottom: 0.5rem;
}
.reviewInnerImgContainer {
  margin-bottom: 1.75rem;
}
.reviewInnerPara {
  color: black;
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.75rem;
}
/* for review slick */
.slick-initialized .slick-slide {
  display: block;
  margin: 0 0.25rem;
}
.accorJorney_box{
  display: flex;
  justify-content: center;     
}
.vertical_content_manage.codebluJourneyContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.img_about.codebluJourney{
  margin-top: 0rem;
  position: relative;
  left:2rem;
}
.about_header_main .about_heading-journey{
  margin-bottom: 2rem;
}
.container-home-journey{
  padding-top: 1rem;
}
.codebluJourneyContainerRight,.codebluJourneyContainerLeft{
  position: relative;
}
.codebluJourneyContainerLeft .about_header_main{
  position: relative;
  right: 2rem;
}
.codebluJourneyContainerLeft .accordion-button:not(.collapsed){
  background-color: unset;
  box-shadow:none;
}
.codebluJourneyContainerLeft .accordion-button{
  font-weight: 600;
}
.codebluJourneyContainerLeft .accordion-button::after{
  background-position-y: 90%;
  margin-left: 1rem;
  background-size: 80%;
}
.codebluJourneyContainerLeft .accordion-item{
  border-bottom: 1px solid #BDE1F3;
  margin-bottom: 0.25rem;
}
.codebluJourneyContainerLeft .accordion-body,.codebluJourneyContainerLeft .accordion-button{
  margin-bottom: 0.25rem;
}
.codebluJourneyContainerLeft .accordion-item:last-child {
  border-bottom: 0;
  margin-bottom: 0.25rem;
}
.btnThree {
  position: absolute;
  top: 20%;
  left: 65%;
  z-index: 1;
}
.btnFour {
  position: absolute;
  left: 46%;
  top: 80%;
  z-index: 1;
}
.btnFive {
  position: absolute;
  top: 51%;
  left: 72%;
  z-index: 1;
}
.btnSix {
  position: absolute;
  top: 64%;
  left: 0%;
  z-index: 1;
}
.btnTwo {
  position: absolute;
  top: 32%;
  left: -4%;
  z-index: 1;
}
.btnOne {
  position: absolute;
  top: 4%;
  left: 30%;
  z-index: 1;
}
@media(max-width:1200px){
  .codebluJourneyContainerLeft .about_header_main {
    right: 0rem;
  }
  .img_about.codebluJourney{
    left:0
  }
}
@media(max-width:1024px){
  .vertical_content_manage.codebluJourneyContainer{
    grid-template-columns: 1fr;
    width: 100%;
  }
  .container-home-journey {
    background-image: url('https://s3.amazonaws.com/cdn.codeblu.io/website/img_home/journeymobilebg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .codebluJourneyContainerRight{
    grid-row-start: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about_heading-journey{
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 4rem;
  }
  .img_about.codebluJourney {
      width: fit-content;
  }
  .accorJorney_box{
    padding-bottom:60px ;
  }
  .codebluJourneyContainerLeft{
    margin-top: 2rem;
  }
}

@media(max-width:768px){
  .codebluJourney .toggle-tab{
      transform: scale(0.85);
  }
  .accorJorney_box{
    padding-left: 0;
    padding-right: 0;
  }
  .container-home-journey{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 4rem;
  }
  .img_about.codebluJourney {
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
    left: 7px;
  }
  .codebluJourneyContainerLeft .accordion-body,
  .codebluJourneyContainerLeft .accordion-button{
    padding-left: 0.25rem;
    font-size: 16px;
  }
  .codebluJourneyContainerLeft .accordion-body{
    font-size: 14px;
  }
  .about_heading-journey{
    font-size: 24px;
  }
  .btnTwo {
    position: absolute;
    top: 32%;
    left: 3%;
    z-index: 1;
  }
  .btnSix {
    position: absolute;
    top: 65%;
    left: 5%;
    z-index: 1;
  }
  .btnFour {
    position: absolute;
    left: 51%;
    top: 79%;
    z-index: 1;
  }
}
@media(max-width:550px) {
  .codebluJourney .toggle-tab {
    transform: scale(0.75);
  }
  .btnOne {
    position: absolute;
    top: 2%;
    left: 25%;
    z-index: 1;
  }
  .img_about.codebluJourney {
    left: 0px;
  }
  .btnThree {
    position: absolute;
    top: 20%;
    left: 61%;
    z-index: 1;
  }
  .btnFive {
    position: absolute;
    top: 51%;
    left: 67%;
    z-index: 1;
  }
}
@media(max-width:450px) {
  .accorJorney_box {
    padding-bottom: 0px;
    margin-top: 0.75rem;
  }
  .codebluJourney .toggle-tab {
    transform: scale(0.65);
  }
  .btnOne {
    position: absolute;
    top: 0%;
    left: 24%;
    z-index: 1;
  }
  .btnThree {
    position: absolute;
    top: 18%;
    left: 55%;
    z-index: 1;
  }
  .btnTwo {
    position: absolute;
    top: 29%;
    left: -2%;
    z-index: 1;
  }
  .btnFive {
    position: absolute;
    top: 46%;
    left: 62%;
    z-index: 1;
  }
  .btnSix {
    position: absolute;
    top: 62%;
    left: 0%;
    z-index: 1;
  }
  .btnFour {
    position: absolute;
    left: 42%;
    top: 75%;
    z-index: 1;
  }
}
@media(max-width:375px) {
  .codebluJourney .toggle-tab {
    transform: scale(0.55);
  }
  .btnOne {
    position: absolute;
    top: -2%;
    left: 20%;
    z-index: 1;
  }
  .btnThree {
    position: absolute;
    top: 16%;
    left: 50%;
    z-index: 1;
  }
  .btnTwo {
    position: absolute;
    top: 32%;
    left: -5%;
    z-index: 1;
  }
  .btnFive {
    position: absolute;
    top: 46%;
    left: 56%;
    z-index: 1;
  }
  .btnSix {
    position: absolute;
    top: 65%;
    left: 0%;
    z-index: 1;
  }
  .btnFour {
    position: absolute;
    left: 39%;
    top: 73%;
    z-index: 1;
  }
  .img_about.codebluJourney{
    min-width: 260px;
    left: 0px;
  }
}
.whatIsCodeblu{
  transform: translateY(var(--sectionTranslate));
  opacity: 0;
}
.card1Wrapper,.card2Wrapper,.card3Wrapper,.card4Wrapper{
  opacity: 0;
  transform: translateY(var(--sectionTranslate));
}
.codeBluExperianceTextSectionMobile {
  text-align: center;
  transform: translateY(var(--sectionTranslate));
  opacity: 0;
}
.codeBluExperianceTextSection {
  transform: translateY(var(--sectionTranslate));
  opacity: 0;
}

.reviewAnimate {
  transform: translateY(var(--sectionTranslate));
  opacity: 0;
}

/* animations */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.commonAnimateSlideUp {
  animation: 1s ease-in 0ms 1 normal forwards running slideUp;
}
@keyframes opacityInc{
  to{
    opacity: 1;
    transform: translateY(0rem);
  }
}
.cardOpacity1{
  animation: 1s ease-in 100ms 1 normal forwards running opacityInc;
}
.cardOpacity2 {
  animation: 1s ease-in 600ms 1 normal forwards running opacityInc;
}
.cardOpacity3 {
  animation: 1s ease-in 1100ms 1 normal forwards running opacityInc;
}
.cardOpacity4 {
  animation: 1s ease-in 1600ms 1 normal forwards running opacityInc;
}
.ExperianceImgD,.ExperianceImgM{
  opacity: 0;
  transform: translateX(-10rem);
}
@keyframes expImg {
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.expImgTransalte{
  animation: 1s ease-in 0ms 1 normal forwards running expImg;
}

.codebluJourney{
  opacity: 0;
  transform: translateX(var(--sectionTranslate));
}

@keyframes journeyImg{
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.animateCodebluJourneyImg{
  animation: 1s ease-in 0ms 1 normal forwards running journeyImg;
}

.accordion-item {
  opacity: 0;
  transform: translateX(-10rem);
}
@keyframes slideRightWithOpacity{
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.JourneyAccordionAnimate{
  animation: 450ms linear var(--curriculumDelay) 1 normal forwards running slideRightWithOpacity;
}

