:root {
  --first-branding-color: #ed206f;
  --secondary-branding-color: #e4e4e4;
  --first-title-font: 'Roboto Slab', sans-serif;
  --first-body-font: 'Open sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: var(--first-title-font);
  letter-spacing: -1px;
}

h2, h3, h4, h5, h5 {
  font-family: var(--first-body-font) !important;
}

a, p, span, li, button, input, select, textarea {
  font-family: var(--first-body-font);
}


.index_main {
	padding:15px 0;
}

.title_index {
  font-family: var(--first-title-font);
  color: #1c1d1e;
  margin: 20px auto 20px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.title_free {
  color:#71a8c3;
  text-align: center;
  font-size: 4em;
  margin: 92px auto;
}

.buy_parameters_index {
  margin:0 auto;
  max-width: 400px;
  padding: 40px 30px 60px 30px;
  height: 100%;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(5, 10, 15, 0.05);
}

.buy_parameters_index h1, p {
  text-align: center;
}

.title_free_type {
  padding:2px;
  position: relative;
}

.title_free_type:before {
  content: url(../img/feature_free.svg);
  top: 18%;
  left: 0;
  position: absolute;
  display: block;
}

.title_free_type:after {
  content: url(../img/feature_free.svg);
  top: 18%;
  right: 0;
  position: absolute;
  display: block;
}

.title_premium:before {
  content: url(../img/feature_premium.svg);
  top: 18%;
  left: 0;
  position: absolute;
  display: block;
}
.title_premium:after {
  content: url(../img/feature_premium.svg);
  top: 18%;
  right: 0;
  position: absolute;
  display: block;
}

.title_shock:before {
  content: url(../img/feature_full_shock.svg);
  top: 18%;
  left: 0;
  position: absolute;
  display: block;
}
.title_shock:after {
  content: url(../img/feature_full_shock.svg);
  top: 18%;
  right: 0;
  position: absolute;
  display: block;
}

.title_shock, .title_premium {
  padding:2px;
  position: relative;
}

.shock_buy_container {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
}

.content-center{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3em;
  }

.faq {
  margin:25px auto;
}

.faq p {
  text-align: justify;
  color: #848487;
  font-weight: lighter;
}

.faq li {
  text-align: justify;
  color: #848487;
  font-weight: lighter;
  margin: 3px 17px;
}

.faq_sub {
  font-size: 1.4em;
  text-align: left;
  color:#4F4F54;
  margin:10px auto;
}

.title_iconshock {
  color:#ffffff;
}

.title_iconshock.home {
  font-family: var(--first-title-font);
  font-weight: bold;
  font-size: 30px;
  color:#1c1d1e;
  text-align: center;
}

.title_iconshock b {
  color:#f0d2f3;
}

.banner-leyend.home {
  margin-bottom: 0;
}

.index_main p {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

.subtitle_index {
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	margin: -4px auto 10px auto;
  color: #3d3f41;
  letter-spacing: -1px;
}

.subtitle_index.home {
  margin: 0px auto 22px auto;
  max-width: 520px;
  line-height: 2;
  line-height: 30px;
  padding-bottom: 20px;
}

.section_content {
	padding:3em 0;
	display: block;
}

#new_icons {
  margin-top: 50px;
}

.img-responsive.home {
  background-color: #fff;
  border: none !important;
}
.img-responsive.home:hover {
  opacity: .8;
}

.section_content.home {
  /* background-color: #f7f7f7; */
  /* background: linear-gradient(-260deg,#b3cc1f,#009fb3); */
  background: radial-gradient(closest-side, #fff, #f5f5f5, #fff);
}

.main_section_content {
	margin: 1.5em;
  position: relative;
}

.categories_content {
  display: flex;
  justify-content: center;
  align-self: center;
}

.goog-te-combo, #inputSearchUserInside, #input-side-search {
  font-family: var(--first-body-font) !important;
}

#inputSearchUserInside::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00BBC9;
}
#inputSearchUserInside::-moz-placeholder { /* Firefox 19+ */
  color: #00BBC9;
}
#inputSearchUserInside:-ms-input-placeholder { /* IE 10+ */
  color: #00BBC9;
}
#inputSearchUserInside:-moz-placeholder { /* Firefox 18- */
  color: #00BBC9;
}
.container.home-featured {
  padding-right: 50px;
  padding-left: 50px;
}

/* CHANGE COLOR */
#color_group rect {
	cursor: pointer;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

#color_group rect:hover {
  opacity: 0.5;
}


#pre_mini g {
	cursor: pointer;
}

#pre_mini g:hover {
	opacity: 0.5;
}

.icon_style {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.icon_hidden {
	opacity: 0;
}

.branding-shock img {
  width: 40%;
  padding: 13px 0;
}

.icon_active {
	-webkit-animation: shield ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: shield ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: shield ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: shield ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    transform-origin:50% 50%;
    webkit-transform-origin:50% 50%;
    opacity: 1;
}

@keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}
@-moz-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}
@-webkit-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
    -webkit-transform: translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}
@-ms-keyframes shield {
  0% {
  	opacity: 0;
    transform:  translateX(-150%);
  }
  100% {
    opacity: 100%;
    transform:  translateX(0);
  }
}

.button_shield {
	cursor: pointer;
}

.button_shield:hover path {
	fill:#629FBD!Important;
}

.featured_grid {
  padding:20px;
  margin: 5px auto;
}

.featured_grid:hover {
  opacity: 0.8;
}

.featured_grid svg {
  width: 100% !important;
  height: 100% !important;
}


.categories_list a {
  display: inline-block;
  color: #ed206f;
  text-decoration: none;
  font-size: 16px;
  margin: 2px;
  text-transform: lowercase;
  width: auto;
  padding: 1px 10px;
  border: 2px solid rgba(237, 32, 111, 0.1);
  border-radius: 20px;
  background: #fff;
  transition: all .4s ease;
}


/* feature icons  */

.featured-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.featured-icon {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 20px;
  margin: 10px;
}

.featured-titles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
} 

.featured-titles-title {
  font-size: 20px;
  color: black;
  font-weight: 700;
}

.featured-titles-description {
  color: black;
  font-weight: 500;
}

.circle-color {
  border-radius: 50%;
}
@media screen and (max-width:800px) {
  .featured-icons {
    grid-template-columns: 1fr 1fr;
    margin-left: -20px;
  }
}


.categories_list p {
  display: inline-block;
  color:#848487;
  font-size: 1em;
}

.categories_list a:hover {
  color: #ffffff;
  font-size: 16px;
  margin: 2px;
  text-transform: lowercase;
  width: auto;
  padding: 1px 10px;
  border: 2px solid #ED206F;
  background: #ED206F;
}

.categories_list.indu {
  text-align: center;
}

.index_hr {
    border: solid 1px #a7c5d4;
    margin: 20px auto 42px auto;
    width: 100%;
}

.starter_premium {
  max-width: 980px;
  margin: 0 auto;
}

.starter_premium p {
  margin:15px auto;
}

.btn-shock {
  background-color: #629fbd;
}

.btn-shock.home {
  background-color: #02848E;
}

.index_main li {
	font-size: 1.32em;
	margin: 12px auto;
	line-height: 1.5;
	color: #3d3f41;
	font-weight: lighter;
	list-style: none;
}

.index_main.home li {
  font-size: 1.1em;
  margin: 20px auto;
}

.size_index {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 95%;
}

#size-container {
  width: 95%;
  margin-left: 17px;
  margin-bottom: 15px;
  padding: 0px 0px;
  display: block;
}

#svgsize {
  -webkit-transform-origin:50% 50%;
  -moz-transform-origin:50% 50%;
  -o-transform-origin:50% 50%;
  transform-origin:50% 50%;
}

#content_all_categories {
  padding:10px;
  margin:0 auto;
  width:100%;
  height:250px;
  max-width:250px;
  position:relative;
}

#content_all_industries {
  padding:10px;
  margin:0 auto;
  width:100%;
  height:250px;
  max-width:250px;
  position:relative;
}

.content_icon_category svg {
  width: 100%;
  height: 100%;
}

.content_icon_category {
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: 0%;
    left: 0;
    display:none;
}

.industry_svg {
  display: none;
}

.banner-input-search {
  position: relative;
}

.menu_index {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  padding: 10px;
}

.menu_index a {
  color:#dcdcdc;
  text-decoration: none;
}

.menu_index a:hover {
  color:#fff;
  text-decoration: none;
}

.color_group {

}

#lesize[type=range]{
    -webkit-appearance: none;
}

#lesize[type=range]::-webkit-slider-runnable-track {
    height: 7px;
    border-radius:100%;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

#lesize[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ED206F;
    margin-top: -6px;
}

#lesize[type=range]:focus {
    outline: none;
}

#lesize[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#main_banner {
  position: relative;
}

#main_banner .pentahedron {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: #3E82F7;
}
  
#main_banner .point {
  fill: #8491A3;
}
#main_banner .rhombus {
  fill: #2DA94F;
  stroke: #2DA94F;
} 
  
#main_banner .x {
  fill: #FDBD00;
}

#main_banner .circle {
  fill: #ED412D;
}
  
#main_banner svg {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  transform: translateZ(0px);
  top:0;
  opacity:0.1;
}

#particle_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  overflow: hidden;
}

#color_x5f_icon path {
  fill:#85DED8;
}

#content_change_color .animate #color_x5f_icon path {
  -webkit-animation: chage linear 3s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: chage linear 3s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: chage linear 3s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: chage linear 3s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: chage linear 3s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;

  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
}

#content_change_color .animate #color_group rect {
  -webkit-animation: jump linear .6s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: jump linear .6s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: jump linear .6s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: jump linear .6s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: jump linear .6s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
}

#content_change_range .animate #svgsize {
  -webkit-animation: size linear 2s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: size linear 2s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: size linear 2s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: size linear 2s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: size linear 2s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
}

#content_change_addon .animate #pre_mini g {
  -webkit-animation: vshake linear .6s;
  -webkit-animation-iteration-count: 3;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: vshake linear .6s;
  -moz-animation-iteration-count: 3;
  -moz-transform-origin: 50% 50%;
  -o-animation: vshake linear .6s;
  -o-animation-iteration-count: 3;
  -o-transform-origin: 50% 50%;
  -ms-animation: vshake linear .6s;
  -ms-animation-iteration-count: 3;
  -ms-transform-origin: 50% 50%;
  animation: vshake linear .6s;
  animation-iteration-count: 3;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
  transform-box: fill-box;
}

#content_change_color .animate #color_group rect:nth-child(2),
#content_change_addon .animate #pre_mini g:nth-child(2)
{
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#content_change_color .animate #color_group rect:nth-child(3),
#content_change_addon .animate #pre_mini g:nth-child(3)
{
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
#content_change_color .animate #color_group rect:nth-child(4),
#content_change_addon .animate #pre_mini g:nth-child(4)
{
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#content_change_color .animate #color_group rect:nth-child(5),
#content_change_addon .animate #pre_mini g:nth-child(5)
{
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
#content_change_color .animate #color_group rect:nth-child(6),
#content_change_addon .animate #pre_mini g:nth-child(6)
{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#content_change_color .animate #color_group rect:nth-child(7),
#content_change_addon .animate #pre_mini g:nth-child(7)
{
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
#content_change_color .animate #color_group rect:nth-child(8),
#content_change_addon .animate #pre_mini g:nth-child(8)
{
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
#content_change_color .animate #color_group rect:nth-child(9),
#content_change_addon .animate #pre_mini g:nth-child(9)
{
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
#content_change_color .animate #color_group rect:nth-child(10),
#content_change_addon .animate #pre_mini g:nth-child(10)
{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#content_change_color .animate #color_group rect:nth-child(11),
#content_change_addon .animate #pre_mini g:nth-child(11)
{
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#content_change_color .animate #color_group rect:nth-child(12),
#content_change_addon .animate #pre_mini g:nth-child(12)
{
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.flexthis.container:before,
.flexthis.container:after,
.flexthis.row:before,
.flexthis.row:after {
   content: normal;
}

.pricing_tab_prices {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
  left: 30px;
}

.pricing_tab_prices.social_buttons {
  bottom: 24px;
}

/* CONTACT */
.form-shock {
  border: solid 2px #629fbd;
  border-radius: 0;
  padding: 19px;
  font-weight: bold;
  color: #796e6e;
}

.form-shock-error {
  border: solid 2px #a30a00;
  border-radius: 0;
  padding: 19px;
  color: #a30a00;
  font-weight: bold;
  background-color: #ffe5ef;
}

.premium_section {
  text-align: left;
  font-size: 1.15em;
}

.become_premium {
  margin: 35px auto;
  /*max-width: 656px;*/
  padding: 5px 20px;
  /*border: solid 1px #72b6c9;*/
  border-radius: 3px;
}

.become_premium p {
  margin:10px auto;
}

.premium_bundle_title { 
  font-size: 30px;
}

.title_premium_view {
  font-size: 40px;
}

.title_features {
  font-size: 50px;
}

.iconStyles a:hover {
    opacity: 0.8;
}

.title_feature {
  font-size: 30px; 
  font-family: var(--first-title-font);
  margin: 30px 0; 
  color: #004040;
}

.become_premium_button {
  width: 70%;
}

.premium_icon_features {
  padding: 0 40px;
}

.abc-checkbox.navbar-box label::before {
  top: 0px;
  border-radius: 2px;
  border: 2px solid #3D3F41;
}

.item_title:hover, .img_deal:hover {
 opacity: 0.8;
}

/* PREMIUM SECTION */



@media (max-width: 768px) {
  #size-container {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    margin: 17px auto;
  }
  .new_icons.home, .features.home {
    display: none;
  }
  .container.home-featured {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title_index.home {
    font-size: 24px;
  }
  #become_premium_user {
    text-align: center;
  }
  .become_premium_button {
    width: 100%;
  }
  .premium_icon_features {
    padding: 0;
  }
  .become_premium.premium_view {
    padding: 0;
  }
  .section_content.premium_view {
    padding: 0;
  }
  .title_premium_view, .title_features, .title_feature {
    font-size: 28px;
  }
  .premium_bundle_title {
    font-size: 21px;
  }
  .pricing_tab_prices.social_buttons {
    bottom: 0;
  }
  .pricing_tab_prices {
    position: relative;
  }
}

@media (min-width: 768px) {
  .premium_items_center {
    display: flex;
    align-items: center;
  }
}

.bundle_subtitle {
  font-family: var(--first-title-font);
  color: #4F4F54;
  margin: 30px auto;
  text-align: left;
  font-size: 2.1em;
  font-weight: bold;
}
.bundle_description {
  margin: 20px auto;
  font-size: 1.1em;
  font-family: var(--first-body-font);
  font-weight: normal;
}
.bundle_img img {
  margin: 8px 0;
  border: 6px solid #cecece;
}
.bundle_img img:hover {
  border: 6px solid #a9a9a9;
}
.bundle_price {
  background: #66AFD6;
  padding: 9px 7px;
  border-radius: 5px;
  color: #fff;
}
.bundle_separator {
  margin:20px auto;
  border-bottom:solid 1px #f4f4f4;
  padding:15px;
}
/* /CONTACT */


@keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes jump {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}


@keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }

}
@-moz-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}
@-webkit-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}
@-o-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}
@-ms-keyframes chage {
  0% {
    fill:#85DED8;
  }
  15% {
    fill:#85DED8;
  }
  30% {
    fill:#FFC107;
  }
  45% {
    fill:#FFC107;
  }
  60% {
    fill:#7dd47f;
  }
  75% {
    fill:#7dd47f;
  }
  90% {
    fill:#85DED8;
  }
  100% {
    fill:#85DED8;
  }
}

/**** *****/
@keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}
@-webkit-keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}
@-moz-keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}
@-o-keyframes size {
  0% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
  }
  60% {
    transform: scale(0.5,0.5);
  }
  90% {
    transform: scale(0.5,0.5);
  }
  100% {
    transform: scale(1,1);
  }
}


/**** *****/
@keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  50% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}
@-webkit-keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  60% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  90% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}
@-moz-keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  60% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  90% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}
@-o-keyframes vshake {
  0% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  20% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  60% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  90% {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
  }
  100% {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
}


/* PRICING PRICE */
	/* featured section style */
	.link_shock {
		text-align: right;
		color: #3D3F41;
		font-size: 25px;
		font-weight: 600;
	}

	.jus-flex {
		display: flex;
		justify-content: center;
		padding: 0 60px;
	}

	.button-all-packs {
		font-size: 20px;
		margin-top: 20px;
		letter-spacing: -1px;
	}
	.button-all-packs p {
		color: #3d3f41;
	}
	.button-all-packs-link {
		color: #ED206F;
		transition: all 500ms ease;
		padding: 3px;
		border-radius: 10px;
	}
	.button-all-packs-link:hover {
		background-color: #ED206F;
		color: #fff;
    	
	}


	/* features */

	.container-features {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
		grid-template-rows: 1fr 1fr;
	}

	@media screen and (max-width:800px) {
		.container-features {
			grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
			grid-template-rows: auto;
			font-size: 9px;
		}
	}


	a {
		color: #ED206F;
		font-weight: 700;
		transition: all .2s ease;
	}

	.card-container {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 2em 3em;
	}

	.card-container-features {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    	border-radius: 20px;
    	transition: 0.3s;
    	padding: 1em;
    	margin: 20px;
		text-align: center;
	}

	.card-container-features:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); 
	}

	.card-container-feature {
		padding: 20px;
	}

	.card-container-text {
		padding: 15px;
		font-size: 10px;
		text-align: center;
		font-weight: 600;
	}

	@media screen and (max-width:800px) {
		.card-container-text {
			font-size: 9px;
		}
	}

	.premium {
		font-weight: 500 !important;
	}


.grid-premium-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}


@media screen and (max-width:1200px) {
  .grid-premium-cards {
    grid-template-columns: 1fr;
  }
  .column-item {
    display: flex;
    justify-content: center;
  }
  .card-container {
    width: 100%;
  }
}

@media screen and (max-width:800px) {
  .grid-premium-cards {
    grid-template-columns: 1fr;
  }
}

.pricing_title {
  padding: 12px;
}

.card-title {
  color: #ED206F;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 10px;
}

.card-title-name {
  font-size: 20px;
  line-height: 5px;
}

.card-title-pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 5px;
}

.card-title-pricing p {
  font-size: 30px;
  margin: 0;
  line-height: 0;
}

.card-title-pricing-icon {
  font-weight: 600;
  font-size: 40px;
  line-height: 0;
  letter-spacing: -1px;
}

.card-title-pricing-value {
  font-weight: 800;
  font-size: 70px;
  line-height: 0;
  letter-spacing: -2px;
}

.card-items {
  display: flex;
  flex-direction: column;
}

.card-item p {
  text-align: left;
  margin: 10px 0;
  color: #000;
}

.card-link {
  color: #ED206F;
  transition: all .2s ease;
}

.card-link:hover {
  color: #da2a6e;
}


.card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0 10px 0;
}

.social-facebook {
  width: 150px;
  padding: 10px;
  color: #fff;
  border: 3px solid #337ab7;
  border-radius: 10px;
  margin: 10px;
  background-color: #337ab7;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s ease;
}

.social-facebook:hover {
  background-color: #fff;
  color: #337ab7;
}

.social-google {
  width: 150px;
  padding: 10px;
  color: #fff;
  border: 3px solid #c9302c;
  border-radius: 10px;
  margin: 10px;
  background-color: #c9302c;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s ease;
}

.social-google:hover {
  background-color: #fff;
  color: #c9302c
}

.card-button-pricing {
  width: 150px;
  padding: 10px;
  background: #ED206F;
  border: 3px solid rgba(237, 32, 111);
  border-radius: 10px;
  margin: 10px 10px 10px 10px;
  color: #fff;
  font-size: 15px;
    font-weight: 600;
  transition: all .3s ease;
}

.card-button-pricing:hover {
  background: #fff;
    border: 3px solid rgba(237, 32, 111);
  color: #ED206F;
}

.card-button-pricing-year {
  width: 150px;
  padding: 10px;
  border: 1px solid #ED206F;
  color: #ED206F;
  background: #fff;
  border-radius: 10px;
  margin: 10px 10px 0 10px;
}

.des-price-card {
  font-size: 16px;
  letter-spacing: -1px;
  color: #ED206F;
  margin-top: 0;
}


/* PRICING-SECTION */

/* main section */
.main-section-premium {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 85px; 
}

.main-text-premium {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}

.main-text-premium h1 {
  text-align: left;
  margin: 0;
  padding: 10px 0;
}

.main-text-premium p {
  text-align: left;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 10px 0;
}

.main-button-premium {
  background: #ed206f;
  border: 3px solid #ed206f;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  margin: 10px 0;
}


.main-button-premium:hover {
  background: #fff;
  border: 3px solid #ed206f;
  color: #ed206f;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 5px;
  margin: 10px 0;
}

.main-img-premium img{
  width: 600px;
}


/* feature section */

.features-container-premium {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
  padding: 20px 130px;
  align-items: baseline;
  justify-content: center;
  margin: 50px 0;
}

.feature-item-premium {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-img-premium {
  width: 80px;
}

.feature-title-premium {
  font-weight: 600;
  margin: 10px;
  text-align: center;
}

.feature-text-premium {
  font-size: 16px;
}


/* categories section */

.categories-container-premium {
  display: flex;
  padding: 50;
  align-items: center;
  justify-content: center;
}

.categories-items-premium {
  width: 30%;
  margin: 50px 100px;
}

.categories-title-premium {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}

.categories-tags-premium {
  text-align: center;
}

.categories-chip-premium {
  margin: 4px;
  display: inline-flex;
  align-items: center;
}

.categories-link-premium {
  color: #1c1d1e;
  font-size: 16px;
  background: #F3F3F3;
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  width: max-content;
  transition: all .3 ease;
  text-decoration: none;
}

.categories-link-premium:hover {
  color: #fff;
  background: #ED206F;
}


@media screen and (max-width:1200px){
    /* main section */
  .main-section-premium {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .main-text-premium {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
  }

  .main-text-premium h1 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }

  .main-text-premium p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
  }

  .main-button-premium {
    background: #ed206f;
    border: 3px solid #ed206f;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px 0;
  }

  .main-img-premium img{
    width: 100%;
    margin: 50px 0 15px 0;
  }


  /* feature section */

  .features-container-premium {
    grid-template-columns: 1fr 1fr;
  }

  .feature-item-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .feature-img-premium {
    width: 80px;
  }

  .feature-title-premium {
    font-weight: 600;
    margin: 10px;
    text-align: center;
  }

  .feature-text-premium {
    font-size: 16px;
  }


  /* categories section */

  .categories-container-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .categories-items-premium {
    width: auto;
    margin: 50px;
  }
  
  .categories-title-premium {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .categories-tags-premium {
    text-align: center;
  }
  
  .categories-chip-premium {
    margin: 4px;
    display: inline-flex;
    align-items: center;
  }
  
  .categories-link-premium {
    color: #1c1d1e;
    font-size: 16px;
    background: #F3F3F3;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    width: max-content;
    transition: all .3 ease;
    text-decoration: none;
  }
  
  .categories-link-premium:hover {
    color: #fff;
    background: #ED206F;
  } 
  
}



@media screen and (max-width:800px) {
  
  /* main section */
  .main-section-premium {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .main-text-premium {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
  }

  .main-text-premium h1 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
  }

  .main-text-premium p {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
  }

  .main-button-premium {
    background: #ed206f;
    border: 3px solid #ed206f;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px 0;
  }

  .main-img-premium img{
    width: 100%;
    margin: 50px 0 15px 0;
  }


  /* feature section */

  .features-container-premium {
    grid-template-columns: 250px;
  }

  .feature-item-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .feature-img-premium {
    width: 80px;
  }

  .feature-title-premium {
    font-weight: 600;
    margin: 10px;
    text-align: center;
  }

  .feature-text-premium {
    font-size: 16px;
  }


  /* categories section */

  .categories-container-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .categories-items-premium {
    width: auto;
    margin: 50px;
  }
  
  .categories-title-premium {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .categories-tags-premium {
    text-align: center;
  }
  
  .categories-chip-premium {
    margin: 4px;
    display: inline-flex;
    align-items: center;
  }
  
  .categories-link-premium {
    color: #1c1d1e;
    font-size: 16px;
    background: #F3F3F3;
    padding: 5px 20px;
    border-radius: 50px;
    text-align: center;
    width: max-content;
    transition: all .3 ease;
    text-decoration: none;
  }
  
  .categories-link-premium:hover {
    color: #fff;
    background: #ED206F;
  }

}



