@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root{
    --font-family-main: "Rubik", sans-serif;
    --font-family-headline: "Rubik", sans-serif;
    --font-family-main: "Rubik", sans-serif;

    --tomato: #f53838;
    --tomato-35: rgba(245, 56, 56, 0.588);
    --tomato-light: #ffecec;
    --red-pink: #f53855;
    --gunmetal: #4f5665;
    --grey-line: #ddd;
    --dark: #0d1025;
    --dark-blue-grey: #0b132a;
    --bluey-green: #2fab73;
    --white: #f8f8f8;
    --off-white: white;
  
    --transition-med: all 0.5s ease-in-out;
  
  
     /* --font-size-h1: clamp(2.5rem, 2vw, 4rem);
     --font-size-h2: clamp(2rem, 2vw, 3.5rem);
     --font-size-h3: clamp(1.6rem, 1.6vw, 2.5rem);
     --font-size-h4: clamp(1.3rem, 1.5vw, 2.1rem);
     --font-size-subline: clamp(1.3rem, 1.5vw, 2.1rem);
     --font-size-topline: clamp(.8rem, 1.5vw, 1.5rem); */
  }

  div {
     /* border: solid 1px red; */
    /*background-color: #6bf53890; */
  }
/*================ FONT ==============*/
 h1,h2,h3,h4 {
    font-family: var(--font-family-main);
    font-weight: 500;
    margin-block-end: 0rem;
    color: var(--dark-blue-grey);
  }

h1 {
    font-size: 50px;
    line-height: 1.4;
  }
  h2 {
    font-size: 35px;
    line-height: 1.43;
  }
  h3 {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
  }
  h4 {
    font-size: 18px;
    line-height: 1.67;
  }


  p {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: var(--gunmetal);
  }
  .menue-font {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: var(--gunmetal);
  }
  .p-small {
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    color: var(--gunmetal);
  }

  a {
    text-decoration: none;
    color: var(--tomato);
    font-weight: 500;
    transition: var(--transition-med);
  }
  a:hover {
    color: var(--gunmetal);
} 

/* COUNTER FONT */

span {
 font-size: 25px;
 line-height: 30px;
 font-weight: bold;
}
.counter > p {
  font-size: 20px;
  line-height: 30px;
  color: var(--gunmetal);
  margin-block-start: 0.3rem;
  margin-block-end: 0rem;
 }



/* BUTTON */

.btn > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
    color: var(--off-white);
  }

.btn {
    position: relative;
    cursor: pointer;
    width: 250px;
    height: 60px;
    padding: 17.5px 77.5px;
    border-radius: 10px;
    background-color: var(--tomato);
    box-shadow: 0px 35px 49px -17px rgba(245, 56, 56, 0.588);
    transition: var(--transition-med);
  }

  .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 35px 49px -14px rgba(245, 56, 56, 0.588);
  }

  /* BUTTON ROUND */

  .btn-round > a {
     color: var(--tomato);
  }

  .btn-round:hover > a {
    color: var(--off-white);
 }


  .btn-round {
    width: 177.9px;
    height: 45px;
    margin: 20px auto 0px auto;
    padding: 13px 62.9px;
    border-radius: 50px;
    border: solid 2px var(--tomato);
    background-color: var(--white);
    transition: var(--transition-med);
   
    box-shadow: 0px 30px 45px -15px rgba(255, 255, 255, 0.588);
  }


 .btn-round:hover {
    background-color: var(--tomato);
    box-shadow: 0px 30px 45px -15px rgba(245, 56, 56, 0.588);
  }


/* CTA */
.grey-bg{
  width: 100%;
  padding: 90px 0px;
}
/* CTA BOX */
.cta-box {
  margin: auto;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: var(--off-white);
  box-shadow: 0px 72px 138px -38px rgba(13,16,37,0.13);
}

.counter-item {
  width: 300px;
  height: 200px;
  display: flex;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

.counter-icon-box {
  width: 55px;
  height: 55px;
  padding: 15.5px;
  border-radius: 70px;
  background-color:var(--tomato-light);
}

.counter{

}
@media only screen and (max-width: 903px) {
.svg-divider2 {
  display: none;
}



}
@media only screen and (max-width: 752px) {
  .svg-divider1 {
    display: none;
  }
  }

/* ''SLIDER ARROW BUTTON DOTS  */
.arrow-box{
  display: flex;
  column-gap: 20px;
}

.arrow{
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 70px;
  border: solid 2px var(--tomato);
}

.bg-tomato {
  background-color: var(--tomato);
}

.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;

}
.slider-dot {
  width: 15px;
  height: 15px;
  border-radius: 70px;
  background-color: #dde0e4;
}
.slider-active {
  width: 30.1px;
  height: 15px;
  border-radius: 70px;
  background-color: var(--tomato);
}

/* SOCIAL ICONS  */
.white-icon {
  border-radius: 70px;
  width: 33.6px;
  height: 33.6px;
  background-color: var(--tomato);
}
.white-icon > img{
  cursor: pointer;
  border-radius: 70px;
  box-shadow: 0 13px 18px 0 rgba(17, 19, 35, 0.08);
  transform: scale(1.1);
  transition: var(--transition-med);
}

.white-icon:hover > img {
  box-shadow: 0 13px 18px 4 rgba(17, 19, 35, 0.08);
  transform: scale(1.16);
}


/* PRICE BOX TESTE BOX */

.flex-sec {
  /* background-color: #2fab73; */
  display: flex;
  gap: 10px;
}

/* .card {
  position: relative;
  cursor: pointer;
  width: 330px;
  height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 79.6px 0px 0px 0px;
  border-radius: 10px;
  border: solid 2px var(--grey-line);
  background-color: #fff;
  transition: var(--transition-med);
} */

.card:hover{
  border: solid 2px var(--tomato);
}


.card-icon {
  margin: 0px auto 30px auto;
}

.card > h3 {
  margin-block-start: 0em;
}

.list-box{
  margin-top: 24px;
}
.list-box p {
  display: flex;
  padding-left: 70px;
  /* justify-content: center; */
}


.list-box p::before {
  position: relative;
  margin-right: 25px;
  content: url(../img/check.svg);
}
.down-box {
  position: absolute;
  width: 100%;
  /* background-color: #4f5665; */
  bottom: 50px;
}

.features-list{
  margin-top: 0px;
}
.features-list p {
  padding-left: 0px;
}

.features-list p::before {
  margin-right: 10px;
  content: url(../img/check-fill.svg);
}