body {
  font-family: "Poppins", sans-serif;
}

.sectionDiv {
  padding: 0px 7vw;
}

h2 {
  font-size: 32px;
}

h4 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

.fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.spinHeroLeft,
.spinHeroRight img {
  transition: opacity 0.5s ease;
}

/* #heroImage {
  transition: all 0.5s ease;
} */

/*  */

.spinHeading {
  font-size: 24px;
  color: #1dd2f0;
  text-transform: uppercase;
  font-weight: 600;
}
.spinSubHeading {
  font-size: 32px;
  color: #04256d;
  font-weight: 700;
}

.spinLogoDiv {
  position: fixed;
  top: 0px;
  background-color: white;
  width: 100%;
  z-index: 10000;
}

.spinLogoDiv .spin-logo {
  width: 300px;
}

.spinHeroSection {
  position: relative;
  height: calc(100vh - 55px);
  background: linear-gradient(
    251.29deg,
    #0536a0 0.02%,
    #04256e 26.11%,
    #04256d 73.59%,
    #0f75aa 108.55%
  );
  margin-top: 55px;
}

.spinHeroLeft {
  position: relative;
  z-index: 1000;
}

.spinHeroLeft h2 {
  font-size: 54px;
  font-weight: 700;
  color: white;
}
.spinHeroLeft p {
  color: white;
}

.spinHeroLeft h3 {
  font-size: 38px;
  font-weight: 600;
  color: #1dd2f0;
}

.spinHeroBox {
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 20px;
}
.spinHeroBox .spinBoxHeading {
  color: #04256d;
  font-size: 14px;
  font-weight: 600;
}
.spinHeroBox .spinBoxPara {
  color: #8f98ac;
  font-size: 13px;
}

.spinHeroMain {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  margin-left: -20px;
}

.spinHeroCard {
  border: 1px solid #e3e8f0;
  box-shadow: 0px 0px 5px 0px #0000001a;
  padding: 20px;
  border-radius: 20px;
  margin-top: 10px;
}
.spinTagText {
  font-size: 11px;
  color: #04256d;
  padding: 3px 6px;
  border-radius: 20px;
}

/*  */

.schoolFeatureBtn {
  font-size: 22px;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
}

.parentFeatureBtn {
  font-size: 22px;
  border: 2px solid white;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 500;
  background-color: transparent;
  color: white;
}

.spinHeroRight {
  position: relative;
  z-index: 1000;
}

.spinHeroRight img {
  width: 100%;
}

.spinHeroRight .mobileImg {
  width: 100%;
  height: 350px;
  position: relative;
}

.spinVectorDiv {
  position: absolute;
  bottom: 0px;
  /* z-index: 0; */
}
.spinVectorDiv img {
  width: 100%;
}
.spinHeroCard.spinHeroActive {
  border: 1px solid #34be39;
}

/*  */

.profitList {
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: white;
  /* padding: 10px 65px 10px 25px; */
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 5px 7px #00000040;
  transition: transform 0.3s ease;
}
.profitList:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.profitList h4 {
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  text-align: end;
  margin-bottom: 0px;
  padding: 0px 20px;
}
.profitList .goldIcons img {
  background-color: #1dd2f0;
  padding: 16px;
  border-radius: 50%;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.section3 .profitList h4 {
  text-align: start;
}

/*  */
.spinFutureDiv h2 {
  font-size: 38px;
  font-weight: 600;
  color: white;
}
.spinFutureDiv p {
  color: white;
}

.spinReqBtn {
  background-color: #1dd2f0;
  color: black;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.spinReqBtn:hover {
  transform: scale(1.1) !important;
}
.spinContactBtn {
  background-color: #00000040;
  color: white;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  border: 1px solid #566f94;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.spinContactBtn:hover {
  background-color: #f6f6f62f;
}

.spinFutureDiv {
  position: relative;
  overflow: hidden;
}

.spinVector2Div {
  position: absolute;
  top: 0px;
  /* bottom: 0px; */
}

.spinVector2Div img {
  width: 100%;
  opacity: 0.2;
}

/*  */
.spinSupportDiv {
  border: 2px solid #1dd2f0;
  height: 100%;
  padding: 30px;
  border-radius: 12px;
}
.spinSupportDiv h3 {
  font-size: 24px;
  color: #04256d;
  font-weight: 600;
}
.spinSupportDiv p {
  color: #5e5e5e;
  font-size: 15px;
}

/*  */
.spinSecurityInnerCard {
  border: 2px solid #3ddeed;
  padding: 20px;
  border-radius: 12px;
}

.spinSecurityInnerCard h4 {
  color: #04256d;
  font-weight: 600;
}

/*  */

.featuresCard {
  position: relative;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.featuresCard::after {
  content: "";
  position: absolute;
  top: 0;
  right: -80px; /* Start off-screen */
  width: 0;
  height: 0;
  border-bottom: 150px solid transparent; /* height of card */
  border-right: 35px solid #1dd2f0; /* width of triangle */
  transition: right 0.3s ease;
}
.featuresCard:hover::after {
  right: 0;
}
.featuresCard h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  color: #04256d;
}
.featuresCard i {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}

/*  */
.spinDownloadCard {
  box-shadow: 0px 1px 10px 0px #00000033;
  padding: 30px 30px;
  border-radius: 20px;
  width: 100%;
}
.spinDownloadCard h2 {
  font-size: 24px;
  color: #04256d;
  padding: 20px 0px 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.spinDownloadCard:hover {
  box-shadow: 0px 0px 15px 0px #3ddeed99;
}

.spinDownloadBtn button {
  background-color: #1dd2f0;
  border: none;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.spinDownloadBtn button:hover {
  transform: scale(1.1);
}

/* Spin Parent */
.spinParentHeading {
  font-size: 22px;
  color: #593cf1;
  text-transform: uppercase;
  font-weight: 700;
}
.spinParentSubHeading {
  font-size: 42px;
  color: #152750;
  font-weight: 700;
}

.spinParentProcessCard {
  text-align: center;
}

.spinParentProcessCard p {
  color: #04256d !important;
  padding: 20px 25px;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: unset !important;
  text-align: start;
  border-radius: 15px !important;
  margin-top: 10px !important;
}

.spinParentContent h2 {
  font-size: 48px;
  font-weight: 700;
  color: white;
  padding-bottom: 10px;
}

.spinParentContent p {
  color: white !important;
  font-size: 20px !important;
  line-height: unset !important;
}

.accordion-button::after {
  content: unset;
}

.spinParentFeaturesDiv h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #04256d;
}

.spinParentFeatureSection .accordion-item {
  border: 2px solid #3ddeed;
  border-left: 7px solid #3ddeed;
  margin: 20px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.spinParentFeatureSection p {
  color: #5e5e5e !important;
  line-height: unset !important;
}
.spinParentFeatureSection .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

/* default */
.spinParentFeatureSection .minus-icon {
  display: none;
}

/* when accordion is open */
.spinParentFeatureSection .accordion-button:not(.collapsed) .plus-icon {
  display: none;
}

.spinParentFeatureSection .accordion-button:not(.collapsed) .minus-icon {
  display: inline-block;
}

/*  */
.spinParentWorkCard {
  background-color: white;
  padding: 25px;
  transition: all 0.3s ease-in-out;
}

.spinParentWorkCard:hover {
  background-color: #4c32d3;
}
.spinParentWorkCard:hover .outline-text {
  -webkit-text-stroke: 1px white;
}

.spinParentWorkCard:hover h4 {
  color: white !important;
}
.spinParentWorkCard:hover p {
  color: white !important;
}

.spinParentWorkCard .outline-text {
  font-size: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.spinParentWorkCard h4 {
  font-size: 22px;
  font-weight: 700;
  color: #04256d;
}
.spinParentWorkCard p {
  line-height: unset !important;
}

.spinParentWorkSection {
  position: relative;
  background: linear-gradient(
    to right,
    #04256e 0%,
    #04256e 55%,
    transparent 50%,
    transparent 100%
  );
}

.spinPatentLaptopImg {
  position: absolute;
  top: -40px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  /* height: 100%; */
  width: 52%;
  z-index: -1;
}

.spinParentCta h2 {
  font-size: 42px;
  font-weight: 700;
  color: white;
}

.spinParentCta p {
  color: white !important;
  font-size: 20px !important;
  line-height: unset !important;
  padding: 10px 0px;
}

.spinCtaDiv {
  background-image: url("./../images/spin/spinParent/ctaBg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 60px;
  border-radius: 20px;
}

.spinParentCta {
  padding: 30px 80px;
}

.spinParentReqBtn {
  color: #04256d;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
}

.spinParentContactBtn {
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid white;
  font-weight: 600;
  background-color: transparent;
}

.ctaImg {
  position: relative;
}

.ctaImg img {
  position: absolute;
  height: 380px;
  bottom: 0px;
  right: 0px;
}

@media (max-width: 991px) {
  .spinHeroSection {
    height: unset;
    margin-top: 60px;
  }
  .spinHeroLeft {
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .spinVectorDiv {
    display: none;
  }
  .spinHeroRight {
    padding-bottom: 20px;
  }

  .spinParentWorkSection {
    background: linear-gradient(
      to right,
      #04256e 0%,
      #04256e 100%,
      transparent 50%,
      transparent 100%
    );
  }
}

@media (max-width: 568px) {
  .spinHeroLeft h3 {
    font-size: 28px;
  }
  .spinHeroLeft p {
    font-size: 14px;
  }
  .parentFeatureBtn,
  .schoolFeatureBtn {
    font-size: 18px;
  }

  .spinHeroMain {
    padding: 10px;
  }
  .spinHeroBox {
    padding: 10px;
  }
  .spinHeroCard {
    padding: 10px;
  }
  .spinHeroBox .spinBoxHeading {
    font-size: 11px;
  }
  .spinHeroBox .spinBoxPara {
    font-size: 11px;
  }
  .spinFutureDiv h2 {
    font-size: 25px;
  }
  .spinHeading {
    font-size: 18px;
  }
  .spinSubHeading {
    font-size: 22px;
  }
  p {
    font-size: 13px !important;
  }
  .spinSupportDiv {
    padding: 20px;
  }

  .spinParentCta {
    padding: 30px;
  }

  .spinParentCta h2 {
    font-size: 26px;
  }
  .spinParentCta p {
    font-size: 14px !important;
  }

  .spinParentContent h2 {
    font-size: 40px;
  }
  .spinParentSubHeading {
    font-size: 28px;
  }
  .spinParentFeaturesDiv h3 {
    font-size: 20px;
  }
  .spinParentHeading {
    font-size: 18px;
  }
}
