/* ================ Global Reset & Base Style ================== */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size:14px ;
  font-family: cursive;
  line-height: 26px;
}


.container {
  color: #333;
  align-content: start;

  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-rows: auto;
  gap: 0px 0px;
  grid-auto-flow:row ;
  grid-template-areas:
    "child1 child1 child2 child2"
    "child1 child1 child2 child2"
    "child3 child4 child4 child5"
    "child3 child4 child4 child5"
    "child6 child7 child7 child5"
    "child6 child7 child7 child5"
    "child8 child9 child10 child10";
}

/* ================ Start Child1  ================== */
.child1 { 
  grid-area: child1; 
}

.child2 { 
  grid-area: child2; 
}

.child3 { 
  grid-area: child3; 
}

.child4 { 
  grid-area: child4; 
}

.child5 { 
  grid-area: child5; 
}

.child6 { 
  grid-area: child6; 
}

.child7 { 
  grid-area: child7; 
}

.child8 { 
  grid-area: child8; 
}

.child9 { 
  grid-area: child9; 
}

.child10 { 
  grid-area: child10; 
}

.child1{
  color: #333;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  justify-content: space-around;
  align-items: center;
}

.child1 .content{
  color: #333;
  width: 32%;
}

.caps{
  color: #9fa3a7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3{
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.grey-text{
  font-size: 12px;
  color: #9fa3a7;
}

.image{
  font-size: 14px;
  color: #333;
  line-height: 26px;
  width: 249px;
  box-sizing: border-box;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  margin-top: 40px;
  align-self: flex-end;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
/* ================= End-Child1 ================== */







/* ================= Start-Child2 ================== */
.child2{
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f9;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3{
  color: #333;
  text-align: center;
  margin: .67em 0;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 400;
  max-width: 550px;
  font-size: 35px;
  line-height: 1.4em;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

.child2 a{
  text-align: center;
  background-color: transparent;
  color: #27b9c2;
  text-decoration: underline;

}

/* ================= End-Child2 ================== */









/* ================= Start-Child3 ================== */
.child3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f05638;
  color: #fffbfb;
  text-align: center;
}

.child3 img{
  color: #fffbfb;
  text-align: center;
  width: 300px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.heading-4{
  color: #fffbfb;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  display: block;
  max-width: 230px;
  margin-bottom: 0px;
}

strong{
  color: #fffbfb;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

.arrow-link{
  text-align: center;
  background-color: transparent;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffc80a;
}

/* ================= End-Child3 ================== */












/* ================= Start-Child4 ================== */
.child4{
  color: #333;
  display: flex;
  overflow: hidden;
  padding-top: 68px;
  padding-right: 4%;
  padding-left: 4%;
  justify-content: space-around;
}

.child4 .content{
  color: #333;
  display: flex;
  width: 50%;
  max-width: 180px;
  flex-direction: column;
  justify-content: space-between;
}

.heading-5{
  color: #333;
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: auto;
}

.child4 img{
  color: #333;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -160%;
  width: 250%;
  margin-top: 20px;
}

.child4 .content-2{
  color: #333;
  width: 40%;
}

.grey-text{
  color: #9fa3a7;
}

.child4 a{
  background-color: transparent;
  color: #27b9c2;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
}

/* ================= End-Child4 ================== */











/* ================= Start-Child5 ================== */
.child5{
  display: flex;
  overflow: hidden;
  padding: 30px 5% 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8f76bc;
  color: #fff;
  text-align: center;
}

.child5 .content{
  color: #fff;
  text-align: center;
  display: flex;
  width: 373px;
  height: 373px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #8166b0;
}

.text-block{
  color: #fff;
  text-align: center;
  padding: 2px 13px 1px 30px;
  border-radius: 60px;
  background-color: hsla(0, 0%, 100%, .08);
  background-image: url("https://uploads-ssl.webflow.com/5bc242f45a5ed923b1704210/5bc2f42d5a5ed9663e707e7d_Shape.png");
  background-position: 11px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.block-2{
  color: #fff;
  text-align: center;
  width: 80%;
  max-width: 290px;
}

.child5 .content img{
  color: #fff;
  text-align: center;
  width: 239px;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -8px;
  margin-top: 20px;
}

.heading-2{
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

.white-1{
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.button{
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-top: 30px;
  padding: 14px 28px;
  border-radius: 50px;
  background-color: #ffc80a;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
/* ================= End-Child5 ================== */













/* ================= Start-Child6 ================== */
.child6{
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.child6 img{
  color: #333;
  line-height: 26px;
  width: 248px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -7%;
}

.heading-6{
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  width: 54%;
  text-align: center;
}

.child6 a{
  background-color: transparent;
  color: #27b9c2;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
}
/* ================= End-Child6 ================== */














/* ================= Start-Child7 ================== */
.child7{
  position: relative;
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #93b6b7;
  background-image: url("https://uploads-ssl.webflow.com/5bc242f45a5ed923b1704210/5bc2f42d5a5ed97dab707e7e_UX.png");
  background-position: 50% 100%;
  background-size: 80%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.minicaps{
  color: #fff;
  text-align: center;
  position: absolute;
  left: 30px;
  top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #fa684f;
  font-size: 8px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.heading-7{
  color: #fff;
  text-align: center;
  display: block;
  max-width: 280px;
  margin: auto;
  padding-top: 31px;
  padding-bottom: 31px;
}

.child7 img{
  color: #fff;
  text-align: center;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -7%;
  width: 90%;
}
/* ================= End-Child7 ================== */











/* ================= Start-Child8 ================== */
.child8{
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-color: #38d5f4;
  color: #fff;
}

.child8 .content{
  color: #fff;
  display: flex;
  width: 240px;
  height: 240px;
  padding-right: 34px;
  padding-left: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #35cfed;
  text-align: center;
}

.child8 .content img{
  text-align: center;
  width: 43.5px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.child8 .content h3{
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
/* ================= End-Child8 ================== */











/* ================= Start-Child9 ================== */
.child9{
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f7f8f9;
  padding-top: 30px;
  padding-bottom: 30px;

}

.mini{
  left: 30px;
  top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  font-size: 8px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #7bc424;
  color: #fff;
}

.heading-8{
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 70%;
  text-align: center;
}
/* ================= End-Child9 ================== */














/* ================= Start-Child10 ================== */
.child10{
  display: flex;
  overflow: hidden;
  padding-right: 5%;
  padding-left: 5%;
  justify-content: center;
  align-items: center;
  background-color: #2c2c2c;
  color: #fff;
}

.child10 img{
  width: 271px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -15%;
}

.heading-9{
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30%;
}
/* ================= End-Child10 ================== */

@media (max-width: 991px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "child2 child2"
      "child1 child1"
      "child3 child6"
      "child4 child4"
      "child7 child7"
      "child5 child5"
      "child8 child9"
      "child10 child10";
  }


  img {
    max-width: 100%;
    height: auto;
  }

  .child4 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .child4 img {
    position: static;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 479px) {
  .container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "child2"
      "child1"
      "child3"
      "child6"
      "child4"
      "child7"
      "child5"
      "child8"
      "child9"
      "child10";
  }

  .child1,
  .child4 {
    flex-direction: column;
    text-align: center;
  }

  .child1 .content,
  .child4 .content,
  .child4 .content-2 {
    width: 100%;
  }

  .child5 .content {
    width: 260px;
    height: 260px;
  }

  .heading-9 {
    width: 100%;
    text-align: center;
  }
}