/* Fold1 */
.home_banner_wrapper {
  margin-top: 60px;
  /* background-image: url(/wp-content/uploads/2024/10/Rectangle-5629.webp); */
  background-image:url(/wp-content/uploads/2024/10/Group-27724-1.webp);
  background-size: 105%;
  background-position: 0 152px;
  background-repeat: no-repeat;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0.16%,
    rgba(201, 246, 252, 0.4) 27.64%,
    rgba(143, 236, 248, 0.4) 62.32%,
    rgba(255, 255, 255, 0.4) 100.69%
  );   */
  mix-blend-mode: multiply;
  position: relative;
}

/* .blob{display: flex;justify-content: center;align-items: center;width: 200px;height: 200px;border-radius: 100%;background-image: linear-gradient(#FFFFFF 0%, #7EE5F0 100%);filter: blur(70px);transition: all 450ms ease-out;position: absolute;pointer-events: auto;left: 0;top: 0;transform: translate(calc(-50% + 15px), -50%);z-index: -1;} */
.blob {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(#ffffff 0%, #7ee5f0 100%);
  filter: blur(70px); /* Keep the blur effect */
  position: absolute;
  pointer-events: none; /* Ensures the cursor can interact with other elements */
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0); /* Forces hardware acceleration */
  transform: translate3d(0, 0, 0);
  transition:0.1s ease-in;
}
.home_content_wrapper {
  max-width: 1120px;
  margin: auto;
  text-align: center;
}
.home_banner_title {
  max-width: 100%;
  color: #000;
  text-align: center;
  font-family: 'avenir_next_worldbold','Verdana';
  font-size: 64px;
  font-style: normal;
  font-weight: normal;
  line-height: 72px;
  padding-top: 140px;
  margin-bottom: 8px;
}
.home_banner_content {
  max-width: 1120px;
  color: #222;
  text-align: center;
  font-family: 'avenir_next_worldmedium', 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}
.home_banner_content span {
  font-family: 'avenir_next_worldbold', 'Verdana';
}
.book_demo {
  display: flex;
  width: 192px;
  height: 48px;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: #222;
  color: #fff;
  text-align: center;
  font-family: "avenir_next_worlddemi", 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin: 0 auto;
}
.book_demo.hero_demo {
  z-index: 10;
  position: relative;
  display: inline-block;
}
.book_demo:hover {
  color: #fff;
  opacity: 0.8;
}
img.mob_hero_banner,
img.ipad_hero_banner {
  display: none;
}
.home_grid_wrapper {
  display: grid;
  grid-template-rows: repeat(9, auto);
  grid-template-columns: 13.1% 7.0% 11.5% 7.42% 19.6% 19.41% 7.42% auto;
  margin-top: -72px;
  padding:0 21px 0 18px;
  position: relative;
  z-index: 1;
}
.grid-item1 svg{
  margin-top: -82px;
}
.grid-item1 {
  grid-row: 1/2;
  grid-column: 1/2;
}

.grid-item2 svg{
  margin-top: -232px;
}
.grid-item2 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.grid-item3 {
  grid-row: 2/3;
  grid-column: 1 / 2;
}

.grid-item3 img{
  margin-top: -10px;
}
.grid-item4 {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-top: 60px;
}
.grid-item5 {
  grid-row: 1/2;
  grid-column: 3/4;
  margin-top: 91px;
}
.grid-item5 img {
  margin-top: 137px;
}
.grid-item6 {
  grid-row: 2 / 3;
  grid-column: 2 / 4;
  margin-top: -110px;
}
.grid-item7 {
  grid-row: 1/2;
  grid-column: 4/5;
  margin-top: 323px;
}
.grid-item8 {
  grid-row: 2/3;
  grid-column: 4/5;
}
/* .grid-item9{grid-row:4/5;grid-column:3/4;margin-bottom:40px;} */
.grid-item9 {
  grid-row: 1/ 2;
  grid-column: 5 / 6;
  z-index: -1;
  margin-top: 233px;
}
.grid-item10 {
  grid-row: 2 / 3;
  grid-column: 5 / 6;
  margin-top: 24px;
}
.grid-item11 {
  grid-row: 1/2;
  grid-column: 6/7;
  margin-top:201px;
}
.grid-item12 {
  grid-row: 2/3;
  grid-column: 6/7;
  margin-top: 13px;

}
.grid-item13 {
  grid-row: 1/2;
  grid-column: 7/8;
  margin-top: -38px;
  z-index:-1;
}
.grid-item14 {
  grid-row: 1 / 2;
  grid-column: 8 / 9;
  z-index: 0;
  margin-bottom:24px;
}
.grid-item15 {
  grid-row: 2/3;
  grid-column: 7/9;
  margin-top: -100px;
  z-index:2;
}


.gradient1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gradient1 img {
  width: 421px;
  position: absolute;
  top: -180px;
  z-index: -1;
}
/* .home_grid_wrapper svg {
  filter: drop-shadow(10px 10px 48px rgba(38, 199, 217, 0.25));
} */

/* Hover effects */
/* span.hover_text {
  transition: 0.7s ease-out;
  color: #F75961;
}
.hover_text:hover {
  background: linear-gradient(90.74deg, #F75961 52.9%, #D62F34 83.71%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  transition: 0.7s ease-in;
} */
span.hover_text {
  color: #F75961;
  background: linear-gradient(90.74deg, #F75961 52.9%, #D62F34 83.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.7s ease-out, background-position 0.7s ease-out;
  background-size: 200%; /* Add this to enable smooth transitions */
  background-position: 0%;
}

.hover_text:hover {
  background-position: 100%;
  transition: background-position 0.7s ease-in;
}
.rubric:hover .rubric_hover {
  fill: #e3e3fc;
  transition: 0.5s ease-in-out;
}
.rubric:hover .rubric_box {
  fill: #6464dc;
  transition: 0.5s ease-in-out;
}
rect.rubric_hover{
  transition: 0.3s ease-in-out;
}
.rubric:hover .rubric_text {
  fill: #222222;
}
.check_hover:hover {
  cursor: pointer;
}
rect.checkbox_click1:hover {
  cursor: pointer;
  width: 12.5px;
  height: 12.5px;
}
rect.checkbox_click2:hover {
  cursor: pointer;
  width: 12.5px;
  height: 12.5px;
}
.check_hover:hover + .check_hovered {
  width: 12.5px;
  height: 12.5px;
}
rect.week1_hover {
  transition: 0.3s ease-in-out;
}
rect.week1_hover:hover {
  fill: #fff;
  transition: 0.3s ease-in;
}
rect.search_hover{
  transition:0.3s ease-in-out;
}
rect.search_hover:hover {
  fill: #caf8ff;
  transition:0.3s ease-in;
}
rect.trip1_hovered, rect.trip2_hovered, rect.trip3_hovered{
  transition:0.3s ease-in-out;
}
g.trip1_hover:hover .trip1_hovered {
  fill: #a7f0f9;
  transition:0.3s ease-in;
}
g.trip1_hover:hover .trip1_text_hovered {
  fill: #222;
  transition:0.3s ease-in;
}
g#trip1_hover:hover .trip1_box {
  fill: #bf8000;
  transition:0.3s ease-in;
}
g.trip2_hover:hover .trip2_hovered {
  fill: #fec3ce;
  transition:0.3s ease-in;
}
g.trip2_hover:hover .trip2_text_hovered {
  fill: #222;
  transition:0.3s ease-in;
}
g#trip2_hover:hover .trip2_box {
  fill: #008392 !important;
  transition:0.3s ease-in;
}
g.trip3_hover:hover .trip3_hovered {
  fill: #fec3ce;
  transition:0.3s ease-in;
}
g.trip3_hover:hover .trip3_text_hovered {
  fill: #222;
  transition:0.3s ease-in;
}
g.trip4_hover:hover .trip4_hovered {
  fill: #ffdf99;
  transition:0.3s ease-in;
}
g.trip4_hover:hover .trip4_text_hovered {
  fill: #222;
  transition:0.3s ease-in;
}
g#trip3_hover:hover .trip3_box {
  fill: #d33852;
  transition:0.3s ease-in;
}
.graph_hide {
  visibility: hidden;
}
rect.graph_hover:hover .graph_hide {
  visibility: visible;
}
.graph2_hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}
.graph2_hover:hover .graph2_hide {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in, visibility 0s 0s;
}
.box_shadow_remove {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}
.box_shadow_hover:hover .box_shadow_remove {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in, visibility 0s 0s;
}
.grid4_remove {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}
.grid4_hover:hover .grid4_remove {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}
rect.border_hover, rect.border_hover2, rect.border_hover1{
  transition: 0.7s ease-in-out;
}
.border_hover_iconbg1{
  transition: 0.7s ease-in;
}
rect.border_hover:hover {
  stroke: #26c7d9;
  transition: 0.7s ease-in;
}
rect.border_hover:hover + .border_hover_text {
  fill: #008392;
  transition: 0.7s ease-in;
}
rect.border_hover2:hover {
  stroke: #26c7d9;
  transition: 0.7s ease-in;
}
rect.border_hover2:hover + .border_hover_text {
  fill: #008392;
  transition: 0.7s ease-in;
}
rect.border_hover1:hover {
  stroke: #26c7d9;
  transition: 0.7s ease-in;
}
rect.border_hover1:hover + .border_hover_text1 {
  fill: #008392;
  transition: 0.7s ease-in;
}
/* @media (min-width: 1450px)
{
  .grid-item7{margin-top: -70px;}

} */
  /* 60% zoom */
  @media (min-width: 1900px) and (max-width: 2999px)
  {
    .home_banner_wrapper{
      background-position: 0 96px;
      background-size: 110%;
    }
    .grid-item2 svg{
      margin-top: -206px;
    }
    .grid-item3 img{
      margin-top: 99px;
    }
    .grid-item15{
      margin-top: -36px;
    }
    .grid-item13{
      margin-top:51px;
    }
    .grid-item5 img {
      margin-top: 174px;
  }
  
  }
 /* 70% zoom */
 @media (min-width: 1800px) and (max-width: 1999px)
{
  .home_banner_title{
    padding-top: 160px;
  }
  .home_grid_wrapper{
    margin-top: -40px;
  }
  .home_banner_wrapper{
    background-position: 0 96px;
    background-size: 110%;
  }
  .grid-item2 svg{
    margin-top: -203px;
  }
  .grid-item3 img{
    margin-top: 54px;
  }
  .grid-item15{
    margin-top: -57px;
  }
  .grid-item13{
    margin-top:26px;
  }
  .grid-item5 img {
    margin-top: 160px;
}

}
 /* 80% zoom */
 @media (min-width: 1700px) and (max-width: 1899px)
{
  .home_banner_title {
    padding-top: 180px;
    font-size: 80px;
    line-height: 96px;
}
.home_grid_wrapper{
  /* margin-top: -112px; */
  margin-top: -80px;
}
  .home_banner_wrapper{
    background-position: 0 205px;
    background-size: 110%;
  }
  .grid-item4{
    margin-top: 17px;
  }

  .grid-item6{
    margin-top: -152px;
  }
  .grid-item2 svg{
    margin-top: -203px;
  }
  .grid-item3 img{
    margin-top: 29px;
  }
  .grid-item15{
    margin-top: -73px;
  }
  .grid-item13{
    margin-top: 5px;
  }
  .grid-item5 img{
    margin-top: 142px;
  }
  .grid-item12{
    margin-top: 8px;
  }
  .grid-item10{
    margin-top: 47px;
  }
  .grid-item7{
    position: relative;
    margin-top: 353px;
  }
  .grid-item7 svg{
    position: relative;
    top: 15px;
  }
  .grid-item9{
    position: relative;
  }
  .grid-item9 svg{
    position: relative;
    top: 20px;
  }
 

}
/* 90% zoom */
@media (min-width: 1450px) and (max-width: 1699px)
{
  .home_grid_wrapper{
    margin-top: -42px;
  }
  .home_banner_wrapper{
    background-size: 110%;
    background-position: 0 135px;
  }
  .grid-item2 svg{
    margin-top: -210px;
  }
  .grid-item3 img{
    margin-top: 9px;
  }
  .grid-item15{
    margin-top: -91px;
  }
  .grid-item13{
    margin-top: -19px;
  }
  .grid-item5 img{
    margin-top: 117px;
  }
  .grid-item4{
    margin-top: 2px;
  }
  .grid-item6{
    position: relative;
  }
  .grid-item6 svg {
    position: relative;
    top: -26px;
}
.grid-item9{
  margin-top: 233px;
}
.grid-item11{
  margin-top: 183px;
}
.grid-item12{
  margin-top: -19px;
}

}

/* For screens between 1024px and 1440px */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .home_banner_title{
    padding-top: 134px;
  }
  .home_grid_wrapper{
    /* margin-top: -117px; */
    margin-top: -85px;
  }
  .grid-item4{
    margin-top: -10px;
  }
  .grid-item5 img {
    margin-top: 106px;
}
.grid-item6{
  margin-top: -110px;
  position: relative;
}
.grid-item6 svg {
  position: relative;
  top: -32px;
}
.grid-item7{
  position: relative;
}
.grid-item7 svg {
  position: relative;
  top: -20px;
}
.grid-item8{
  position: relative;
}
.grid-item8 svg {
  position: relative;
  top: -20px;
}
.grid-item9{
  margin-top: 214px;
  position: relative;
}
.grid-item9 svg {
  position: relative;
  top: -20px;
}
.grid-item10{
  margin-top: -5px;
}
.grid-item11{
  margin-top: 131px;
}
.grid-item12{
  margin-top: -60px;
}
}

@media (max-width: 1366px) and (min-width: 1024px) {
  .home_banner_title {
    font-size: 56px;
    line-height: 64px;
  }
  .home_banner_content{
    max-width:700px;
    margin: 0 auto 24px auto;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .home_banner_title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  /* .home_grid_wrapper{display:none;} */
  /* img.mob_hero_banner{width:100%; display:block;margin-top:32px;}  */
  .blob {
    display: none;
  }
  .home_banner_title {
    padding-top: 70px;
  }
  .home_banner_content{
    max-width: 600px;
    margin: 0 auto 24px auto;
  }
  html, body {
    overflow-x: hidden;
}
}

@media (max-width: 1366px) and (min-width: 768px) {
  .home_grid_wrapper {
    display: none;
  }
  .home_content_wrapper {
    position: relative;
    z-index: 2;
  }
  img.ipad_hero_banner {
    width: 100%;
    display: block;
    margin-top: -10%;
    position: relative;
    z-index: 1;
  }
  .book_demo {
    position: relative;
    z-index: 3;
  }
  .home_banner_wrapper{
    background-position: 0 170px;
  }
}
@media (max-width: 767px) {
  .home_grid_wrapper {
    display: none;
  }
  img.mob_hero_banner {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  .home_banner_title {
    font-size: 36px;
    line-height: 44px;
    padding-top: 94px;
    max-width: 90%;
    margin: 30px auto 0px auto;
  }
  span.hover_text {
    display: inline-block;
    color: #F75961;
  }
  .home_banner_wrapper {
    margin-top: 0;
    background: transparent;
  }
  .home_content_wrapper {
    margin-top: 0;
    /* background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 0.16%,
      rgba(201, 246, 252, 0.4) 27.64%,
      rgba(143, 236, 248, 0.4) 62.32%,
      rgba(255, 255, 255, 0.4) 100.69%
    );
    mix-blend-mode: multiply; */
    position: relative;
    margin-bottom:57px;
  }
  .book_demo {
    width: 90%;
  }
  .home_banner_content {
    padding: 4px 16px 32px 16px;
    max-width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 28px;
  }
}
