.data-engineering-head h2{
    color: #001433;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 0rem;
    text-align: center;
    margin-bottom: 1rem;
}
.data-engineering{
    padding-top: 2rem;
}
.data-eng-subtext h3{
    text-align: center;
}
.pi-sym{
    font-size: 45px;
}
.data-eng-subtext span{
    font-size: 20px;
}
.enterprise-wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
.enterprise-card{
    width:calc((100% - 20px) / 3);
    margin-right: 10px;
    position: relative;
    margin-top: 2rem;
}
.roi-card-text{
    position: absolute;
    bottom: 0%;
    padding: 20px;
    width: 100%;
    /*max-width: 320px;*/
    left: 0%;
    right: 0;
    /*height: 35vh;*/
    background-color: #001766c9;
    width: 90%;
    margin: 0 auto;
}
.pi-snow-text{
    color: #fff !important;
    padding: 1rem;
    background-color: #1d4b98;
    width: 16%;
    margin: 0 auto 1rem;
    border-radius: 8px;
}
.roi-card-text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.roi-card-text p{
    color: #fff;
}
.enterprise-img{
    text-align: center;
}
.enterprise-card:nth-child(3){
    margin-right: 0;
}
.enterprise-head h2{
    color: #001433;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 0rem;
    text-align: center;
}
.enterprise-challenges{
    background-color: #f5f5f5;
}
.accelerator-suite{
    background-color: #282e67;
}
.data-eng-subtext{
    margin: 0 auto 2rem;
}
.why-snowflake-native-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-snowflake-video-wrapper video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 25px;
}
.why-snowflake-native{
    padding: 2rem 2rem 3rem;
    background-color: #fff;
    border-radius: 8px;
    width: 49%;
}
.why-snowflake-video-wrapper{
    width: 49%;
}
.why-us-card .overlay{
    padding: 2rem 1rem .5rem !important;
    border-radius: 8px !important;
}
.de h3{
    font-size: 120%;
    width: 90%;
}
.de-card{
    padding: 2rem 1rem .5rem !important;
    margin-right: 5px !important;
    height: calc(100% - 0px) !important;
    margin-bottom: 0 !important;
}
.de-card .overlay{
    height: 101% !important;
}
.de-title{
    display: flex;
    align-items: center;
}
.data-eng-subtext p{
    margin-bottom: 0;   
    text-align: left;
    line-height: 25px;
    /*max-width: 1000px;*/
    /*margin: 0 auto;*/
}
.center{
    text-align: center !important;
}
.enterprise-challenges .data-eng-subtext .bottom-line{
    position: relative;
}
.enterprise-challenges .data-eng-subtext .bottom-line::after{
    content: "";
    position: absolute;
    background-color: #1d4b98;
    width: 30%;
    height: 3px;
    left: 35%;
    bottom: -40%;
    
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.enterprise-challenges .data-eng-subtext .bottom-line.line-animate::after {
    transform: scaleY(1);
}
.snowflake-native-head h2{
     color: #001433;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}
.snowflake-native-subtext span{
    font-size: 20px;
}
.accelerator-suite-head h2{
    color: #fff;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}
.accelerator-suite-head p{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.accelerator-card1 .acc-logo-wrapper{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    pointer-events: none;
}
.accelerator-card1 .acc-logo-wrapper img{
    transform: translateX(90%);
    background-image: linear-gradient(to top, #c5c5c5 0%, #fff 100%);
    padding: 2.5rem 1.4rem;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.accelerator-card1 h2{
    color: #001433;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 1rem;
}
.accelerator-card1 h3{
    color: #001433;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 1rem;
}
.accelerator-card1{
    padding: 2rem;
    background-color: #fff;
    width: 80%;
    margin-top: 2rem;
    float: left;
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: visible;
    position: relative;
}
.accelerator-card2{
    position: relative;
    border: 1px solid #ccc;
     padding: 2rem;
    background-color: #fff;
    width: 80%;
    margin-top: 2rem;
    display: block;
   text-align: right;
   float: right;
   border-radius: 8px;
}
.accelerator-card2 .acc-logo-wrapper{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;
}
.accelerator-card2 .acc-logo-wrapper img{
    transform: translateX(-90%);
    background-image: linear-gradient(to top, #c5c5c5 0%, #fff 100%);
    padding: 2rem 1.4rem;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.accelerator-card2 h2{
    color: #001433;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 1rem;
}
.accelerator-card2 h3{
    color: #001433;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 1rem;
}
.accelerator-wrapper{
    display: block;
}


.pi-acc{
    width: 25%;
}
.why-snow-head h2{
    color: #001433;
    font-size: 200%;
    font-weight: 600;
    margin-bottom: 2rem;
}

.about {
   $cubic: cubic-bezier(0.64, 0.01, 0.07, 1.65);
   $transition: 0.6s $cubic;
   $size: 40px;
   position: fixed;
   z-index: 10;
   bottom: 10px;
   right: 10px;
   width: $size;
   height: $size;
   display: flex;
   justify-content: flex-end;
   align-items: flex-end;
   transition: all 0.2s ease;

   .bg_links {
      width: $size;
      height: $size;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(#000000, 0.2);
      border-radius: 100%;
      backdrop-filter: blur(5px);
      position: absolute;
   }

   .logo {
      width: $size;
      height: $size;
      z-index: 9;
      background-image: url(https://rafaelavlucas.github.io/assets/codepen/logo_white.svg);
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: 10px 7px;
      opacity: 0.9;
      transition: all 1s 0.2s ease;
      bottom: 0;
      right: 0;
   }

   .social {
      opacity: 0;
      right: 0;
      bottom: 0;

      .icon {
         width: 100%;
         height: 100%;
         background-size: 20px;
         background-repeat: no-repeat;
         background-position: center;
         background-color: transparent;
         display: flex;
         transition: all 0.2s ease, background-color 0.4s ease;
         opacity: 0;
         border-radius: 100%;
      }

      &.portfolio {
         transition: all 0.8s ease;

         .icon {
            background-image: url(https://rafaelavlucas.github.io/assets/codepen/link.svg);
         }
      }

      &.dribbble {
         transition: all 0.3s ease;
         .icon {
            background-image: url(https://rafaelavlucas.github.io/assets/codepen/dribbble.svg);
         }
      }

      &.linkedin {
         transition: all 0.8s ease;
         .icon {
            background-image: url(https://rafaelavlucas.github.io/assets/codepen/linkedin.svg);
         }
      }
   }

   &:hover {
      width: 105px;
      height: 105px;
      transition: all $transition;

      .logo {
         opacity: 1;
         transition: all 0.6s ease;
      }

      .social {
         opacity: 1;

         .icon {
            opacity: 0.9;
         }

         &:hover {
            background-size: 28px;
            .icon {
               background-size: 65%;
               opacity: 1;
            }
         }

         &.portfolio {
            right: 0;
            bottom: calc(100% - 40px);
            transition: all 0.3s 0s $cubic;
            .icon {
               &:hover {
                  background-color: #698fb7;
               }
            }
         }

         &.dribbble {
            bottom: 45%;
            right: 45%;
            transition: all 0.3s 0.15s $cubic;
            .icon {
               &:hover {
                  background-color: #ea4c89;
               }
            }
         }

         &.linkedin {
            bottom: 0;
            right: calc(100% - 40px);
            transition: all 0.3s 0.25s $cubic;
            .icon {
               &:hover {
                  background-color: #0077b5;
               }
            }
         }
      }
   }
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700&display=swap");

$font: "Barlow", sans-serif;

body {
  font-family: $font;
  margin: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  background-color: #f2f2f2;
}

.cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  .card {
    height: 440px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1);
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    /*max-width: 300px;*/
    /*min-width: 260px;*/
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    margin: 0 10px;

    &:before {
      height: 190px;
      width: calc(100% + 100px);
      content: "";
      position: absolute;
      background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
      border-radius: 4px 4px 100% 100%;
      transition: all 0.4s ease-out;
      top: 0;
    }
    
    .card:nth-child(4){
        margin-right: 0;
    }
    
    .close {
      width: 18px;
      height: 18px;
      position: absolute;
      z-index: 2;
      cursor: pointer;
      background-image: url("https://rafaelalvucas.github.io/assets/icons/misc/cross.svg");
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center;
      top: 0;
      right: 0;
      margin: 10px;
      padding: 5px;
      transition: all 0.2s ease;

      &:hover {
        background-size: 100%;
        opacity: 0.8;
      }
    }

    .arrow {
      display: none;
    }

    article {
      z-index: 1;
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;

      h2 {
        color: white;
        margin: 0;
        padding: 40px 10px 10px 10px;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.5px;
      }
      
      .title {
        color: white;
        padding: 10px 20px;
        letter-spacing: 0.8px;
        transition: all 0.4s ease;
      }

      .desc {
        padding: 10px 10px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        line-height: 24px;
        color: #666;
        height: 90px;
        transition: all 0.4s ease-out;
      }

      .pic {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 100%;
        margin: 20px 0;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
        transition: all 0.6s ease;
        background-color: #fff;

        img {
          width: 100%;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
        }
      }
    }
    .actions {
      width: 100%;
      display: flex;
      justify-content: space-between;
      background: white;
      //bottom: 4px;
      z-index: 1;

      .btn {
        border: 0;
        background-color: transparent;
        box-sizing: border-box;
        width: calc(50% - 1px);
        height: 36px;
        margin: 0;
        text-transform: uppercase;
        font-size: 10px;
        transition: all 0.6s ease-in-out;
        cursor: pointer;
        color: #4481eb;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-family: $font;
        letter-spacing: 0.5px;
        background: rgba(68, 129, 235, 0.08);

        span {
          z-index: 1;
          opacity: 1;
          transition: all 0.4s ease-in-out;
        }

        .icon {
          width: 10px;
          opacity: 0;
          position: absolute;
          transition: all 0.2s ease-in-out;
        }

        &:before {
          content: "";
          width: 100%;
          height: 0%;
          position: absolute;
          background: #4481eb;
          transition: all 0.4s ease;
          bottom: 0;
          opacity: 0.2;
        }

        &:focus {
          outline: 0;
        }

        &:hover {
          background-color: rgba(255, 255, 255, 0.5);

          span {
            opacity: 0;
            transition: all 0.3s ease-in-out;
          }

          .icon {
            width: 22px;
            opacity: 1;
            transition: all 0.4s ease-in-out;
          }

          &:nth-child(3) {
            .icon {
              width: 18px;
            }
          }
          &:before {
            height: 100%;
          }
        }
        
        &.clicked {
          
          span {
            display: none;
          }
          .icon {
            width: 22px;
            opacity: 1;
            animation: icon 0.5s ease forwards;
            
            @keyframes icon {
              0%{
                width: 22px;
              }
              50%{
                width: 40px;
              }
              100%{
                width: 22px;
              }
            }
          }
          &:before {
            opacity: 0.3;
            height: 100%;
          }
        }
      }
    }

    &:hover {
      transform: translateY(-10px);
      box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);

      &:before {
        height: 100%;
        border-radius: 4px;
      }

      .desc {
        color: white;
      }
      
      .pic {
        box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
        img {
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
        }
      }
    }

    &.closed {
      min-width: 120px;
      max-width: 120px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.6s ease;
      cursor: pointer;

      .title,
      .desc,
      .actions,
      .close {
        display: none;
      }

      h2 {
        padding: 0;
        height: 100%;
        transform: rotate(-90deg);
        width: 440px;
        z-index: 2;
        transition: all 0.6s ease;
      }

      .pic {
        border-radius: 100%;
        height: 400px;
        width: 400px;
        position: absolute;
        top: -20px;
        margin: 0;
        box-shadow: 0;
        transition: all 0.6s ease;

        img {
          object-fit: cover;
          height: 100%;
          transform: translateY(20px);
        }

        &:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: black;
          opacity: 0.5;
          z-index: 1;
          transition: all 0.4s ease;
          transform: translateY(20px);
        }
      }

      &:before {
        height: 100%;
        border-radius: 4px;
      }

      .arrow {
        width: 18px;
        height: 18px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        bottom: 15px;
        padding: 5px;
        display: flex;
        justify-content: center;
        background-image: url("https://rafaelavlucas.github.io/assets/icons/misc/expand.svg");
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.2s ease;
      }

      &:hover {
        .arrow {
          background-size: 100%;
          opacity: 0.6;
        }
      }
    }
  }
}

.our-team {
  padding: 30px 10px 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
  font-weight: 600;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1369ce;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

.advantage-head h2{
    text-align: center;
    color: #282e67;
    font-size: 200%;
    font-weight: 600;
    /*margin-bottom: 2rem;*/
    color: #fff !important;
    padding: 1rem;
    background-color: #1d4b98;
    width: 33%;
    margin: 0 auto 1rem;
    border-radius: 8px;
}
.advantage-img-wrapper{
    width: 65%;
    margin: 0 auto;
}
.getting-started{
    background-color: #f5f7fb;
}
.pi-snow-get-head h2{
    text-align: center;
    color: #001433;
    font-size: 200%;
    font-weight: 600;
}
.pi-snow-get-head h5{
    text-align: center;
    color: #001433;
    font-size: 120%;
    font-weight: 600;
}
.blue-font{
    color: #282e67 !important;
}
.getting-start-subtext p{
    text-align: left;
}
.accelerator-wrapper p span{
    font-size: 22px;
}
.getting-start-subtext p span{
    font-size: 22px;
}
.cards .card article span{
    font-size: 22px;
}


.split {
  opacity: 0;
  text-align:center;
  color: rgb(14, 16, 15);
  /*font-size: clamp(2rem, 5rem, 3vw);*/
  /*letter-spacing: 0.05rem;*/
  will-change: transform;
  color: #0e100f;
}

.split .line {
  overflow: hidden;
}

.split * {
  will-change: transform;
}

.word-line {overflow: hidden;}
.skew-up {opacity: 0;}

@media (min-width: 2000px) and (max-width: 2400px) {
    /*large devices*/
    .data-eng-subtext p{
        font-size: 20px;
        line-height: 35px;
    }
    .data-eng-subtext span {
        font-size: 30px;
    }
    .roi-card-text h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .roi-card-text{
        width: 94%;
        padding: 20px 12px;
    }
    .roi-card-text p{
        line-height: 36px;
        font-size: 20px;
    }
    .snowflake-native-subtext p{
        font-size: 20px;
        line-height: 35px
    }
    .accelerator-suite-head p{
        font-size: 20px;
        line-height: 36px;
        max-width: 900px;
    }
    .accelerator-card1 p, .accelerator-card2 p{
        font-size: 20px;
         line-height: 35px;
    }
    .pi-acc {
        width: 20%;
        font-size: 15px;
    }
    .cards .card article .desc {
        font-size: 17px;
    }
    .getting-start-subtext p{
        font-size: 20px;
        line-height: 36px;
    }
    .getting-start-subtext p span {
        font-size: 30px;
    }
    .accelerator-card1 .acc-logo-wrapper img{
        padding: 2.5rem 2rem;
    }
    .accelerator-card2 .acc-logo-wrapper img{
        padding: 2.5rem 2rem;
    }
    .de h3{
        width: 78%;
    }
}

@media (min-width: 1601px) and (max-width: 2000px) {
    /*large devices*/
    .data-eng-subtext p{
        line-height: 33px;
    }
    .data-eng-subtext span {
        font-size: 26px;
    }
    .roi-card-text{
        padding: 20px 13px;
        width: 95%;
    }
    .roi-card-text h3{
        font-size: 20px;
    }
    .pi-acc {
        width: 22%;
    }
    .cards .card article .desc {
        font-size: 16px;
    }
    .accelerator-card1 .acc-logo-wrapper img{
        padding: 2.5rem 2rem;
    }
    .accelerator-card2 .acc-logo-wrapper img{
        padding: 2.5rem 2rem;
    }
    .de h3{
        width: 78%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    /* ipad-pro */
    .data-eng-subtext p{
        line-height: 30px;
    }
    .data-engineering-head h2{
        max-width: 1100px;
        margin: 0 auto 1rem;
    }
    .pi-snow-text{
        width: 27%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line::after{
        bottom: -30%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line{
        max-width: 600px;
        margin: 0 auto;
    }
    .enterprise-card{
        width: calc((100% - 20px) / 2);
    }
    .roi-card-text {
        width: 78%;
    }
    .accelerator-card1 .acc-logo-wrapper{
        padding: 1rem;
    }
    .accelerator-card2 .acc-logo-wrapper {
        padding: 1rem;
    }
    .accelerator-card2 .acc-logo-wrapper img {
        transform: translateX(-95%);
    }
    .accelerator-card1 .acc-logo-wrapper img {
        transform: translateX(95%);
    }
    .accelerator-card1 h2{
        margin-bottom: 10px;
    }
    .accelerator-card2 h2{
        margin-bottom: 10px;
    }
    .cards .card article h2 { font-size: 18px;}
    .cards .card article .pic { width: 100px; height: 100px; margin: 1rem 0 0;}
    .cards .card{
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
        margin-left: 0;
        margin-top: 1rem;
        height: 430px;
    }
    .cards .card:nth-child(4){
        margin-right: 0;
    }
    .cards{
        flex-wrap: wrap;
    }
    cards .card article .desc {
        padding: 20px 10px;
    }
     .enterprise-card:nth-child(3){
         margin-right: 10px;
     }
     .de h3{
         width: 99%;
     }
     .advantage-head h2 {
         width: 40%;
     }
}

@media (min-width: 820px) and (max-width: 1023px) {
     .data-engineering-head h2{
        font-size: 170%;
        max-width: 1100px;
        margin: 0 auto 1rem;
    }
    .pi-snow-text{
        width: 27%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line::after{
        bottom: -30%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line{
        max-width: 600px;
        margin: 0 auto;
    }
    .enterprise-head h2{
        font-size: 170%;
    }
    .enterprise-card{
        width: calc((100% - 20px) / 2);
    }
    .roi-card-text {
        width: 99%;
    }
    .snowflake-native-head h2{
        font-size: 170%;
    }
    .accelerator-suite-head h2{
        font-size: 170%;
    }
    .pi-acc{
        width: 32%;
    }
    .accelerator-card1 .acc-logo-wrapper{
        padding: 1rem;
    }
    .accelerator-card2 .acc-logo-wrapper {
        padding: 1rem;
    }
    .accelerator-card1 h2{
        margin-bottom: 10px;
        font-size: 170%;
    }
    .accelerator-card2 h2{
        margin-bottom: 10px;
        font-size: 170%;
    }
    .why-snow-head h2, .advantage-head h2{
        font-size: 170%;
    }
    .cards .card article h2 { font-size: 18px;}
    .cards .card article .pic { width: 100px; height: 100px; margin: 3rem 0 0;}
    .cards .card{
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-left: 0;
        margin-top: 1rem;
        height: 400px;
    }
    .cards .card:nth-child(2){
        margin-right: 0;
    }
    .cards .card:nth-child(4){
        margin-right: 0;
    }
    .cards{
        flex-wrap: wrap;
    }
    cards .card article .desc {
        padding: 20px 10px;
    }
     .pi-snow-get-head h2{
         font-size: 170%;
     }
     .enterprise-card:nth-child(3){
         margin-right: 10px;
     }
     .accelerator-card1 .acc-logo-wrapper img{
        padding: 2rem 2rem;
    }
    .accelerator-card2 .acc-logo-wrapper img{
        padding: 2rem 2rem;
    }
}

@media (min-width: 767px) and (max-width: 820px) {
    .data-engineering-head h2{
        font-size: 180%;
        max-width: 660px;
        margin: 0 auto 1rem;
    }
    .pi-snow-text{
        width: 27%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line::after{
        bottom: -30%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line{
        max-width: 600px;
        margin: 0 auto;
    }
    .enterprise-head h2{
        font-size: 180%;
    }
    .enterprise-card{
        width: calc((100% - 20px) / 2);
    }
    .roi-card-text {
        width: 96%;
    }
    .snowflake-native-head h2{
        font-size: 180%;
    }
    .accelerator-suite-head h2{
        font-size: 180%;
    }
    .pi-acc{
        width: 32%;
    }
    .accelerator-card1 .acc-logo-wrapper{
        padding: 1rem;
    }
    .accelerator-card2 .acc-logo-wrapper {
        padding: 1rem;
    }
    .accelerator-card2 .acc-logo-wrapper img {
        transform: translateX(-95%);
        padding: 2rem 1.3rem;
    }
    .accelerator-card1 .acc-logo-wrapper img {
        transform: translateX(95%);
        padding: 2rem 1.3rem;
    }
    .accelerator-card1 h2{
        margin-bottom: 10px;
        font-size: 180%;
    }
    .accelerator-card2 h2{
        margin-bottom: 10px;
        font-size: 180%;
    }
    .why-snow-head h2, .advantage-head h2{
        font-size: 180%;
    }
    .cards .card article h2 { font-size: 18px;}
    .cards .card article .pic { width: 100px; height: 100px; margin: 4rem 0 0;}
    .cards .card{
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-left: 0;
        margin-top: 1rem;
    }
    .cards .card:nth-child(2){
        margin-right: 0;
    }
    .cards .card:nth-child(4){
        margin-right: 0;
    }
    .cards{
        flex-wrap: wrap;
    }
    cards .card article .desc {
        padding: 20px 10px;
    }
     .pi-snow-get-head h2{
         font-size: 180%;
     }    
     .advantage-head h2{
         width: 47%;
     }
      .why-snowflake-native-wrapper{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .why-snowflake-native{
        width: 100%;
    }
    .why-snowflake-video-wrapper{
        width: 100%;
        margin-bottom: 2rem;
    }
    /* #de-pi-pillar-slider .owl-item {*/
    /*    width: calc((100% - 10px) / 2) !important;*/
    /*  }*/
    /*  #de-pi-pillar-slider .owl-stage-outer {*/
    /*  overflow: hidden;*/
    /*  width: 100%;*/
    /*}*/
    /*.owl-stage {*/
    /*  will-change: transform;*/
    /*  backface-visibility: hidden;*/
    /*  -webkit-backface-visibility: hidden;*/
    /*}*/
}

/*@media (max-width:767px){*/
/*  .de-pi-pillar-slider .owl-item{*/
/*      width: 100% !important;*/
/*  }*/
/*}*/

@media (min-width: 320px) and (max-width: 767px) {
    .data-engineering-head h2{
        font-size: 170%;
    }
    .data-eng-subtext p{
        text-align: center;
    }
    .pi-snow-text{
        width: 50%;
    }
    .enterprise-card{
        width: 100%;
    }
    .roi-card-text{
        position: relative;
        height: 18vh;
        width: 96%;
    }
    .snowflake-native-head h2{
        font-size: 170%;
    }
    .snowflake-native-subtext p{
        text-align: center;
    }
    .accelerator-suite-head h2{
        font-size: 170%;
    }
    .accelerator-card1, .accelerator-card2{
        margin-top: 8rem;
        width: 100%;
    }
    .accelerator-card1 .acc-logo-wrapper {
       justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
    .accelerator-card2 .acc-logo-wrapper {
       justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
    .accelerator-card1 .acc-logo-wrapper img {
        background-image: linear-gradient(to top, #c5c5c5 0%, #fff 100%);
        padding: 1.4rem;
        border-radius: 8px;
        border: 1px solid #ccc;
        transform: translateY(-80%);
    }
    .accelerator-card2 .acc-logo-wrapper img {
        background-image: linear-gradient(to top, #c5c5c5 0%, #fff 100%);
        padding: 1.4rem;
        border-radius: 8px;
        border: 1px solid #ccc;
        transform: translateY(-80%);
    }
    .accelerator-card1, .accelerator-card2{
        padding: 2rem 1rem;
    }
    .accelerator-card1 h2, .accelerator-card2 h2{
        text-align: center;
        margin-top: 1rem;
    }
    .accelerator-card1 h3, .accelerator-card2 h3{
        text-align: center;
    }
    .accelerator-card1 p, .accelerator-card2 p{
        text-align: center;
    }
    .pi-acc {
        width: 48%;
        display: block;
        margin: 0 auto;
    }
    .why-snow-head h2{
        font-size: 170%;
    }
    .cards{
        flex-wrap: wrap;
        width: 100%;
    }
    .cards .card{
        width: 100%;
        margin-top: 1rem;
    }
    .advantage-head h2{
        font-size: 170%;
        width: 60%;
    }
    .pi-snow-get-head h2{
        font-size: 170%;
    }
    .enterprise-head h2{
        font-size: 170%;
    }
    .enterprise-challenges .data-eng-subtext .bottom-line::after{
        bottom: -20%;
    }
    .getting-start-subtext p{
        text-align: center;
    }
    .de-why-us{
        padding-bottom: 2rem;
    }
    .de-title h2{
        text-align: center;
    }
    .de h3{
        width: 77%;
    }
    .advantage-img-wrapper {
        width: 85%;
    }
    .why-snowflake-native-wrapper{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .why-snowflake-native{
        width: 100%;
    }
    .why-snowflake-video-wrapper{
        width: 100%;
    }
}








