@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #000;
  margin: 0px;
}

a {
  text-decoration: none;
}

.link {
  color: rgba(158, 21, 200, 0.795);
}

 a:hover.link {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 992px) {
  .content {
    width: 1000px;
    margin: 0 auto;
  }
}

.header-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.top {
  background-color: #fff;
  color: #424242;
  font-size: 13px;
}

.header-content a {
  padding: 20px 10px;
  display: inline-block;
  color: #424242;
}

.header-content a:first-child {
  padding-left: 0px;
}

.header-content a:hover {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-content a:hover .fas {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav {
  grid-row-start: 1;
  grid-row-end: 3;
  align-self: center;

}

.nav ul {
  list-style: none;
  text-align: right;
  margin: 0;

}

.nav li {
  display: inline;
}

.topnav {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;

}

.topnav .nav a {
  color: #000;
  padding: 10px;
  display: inline-block;
  font-weight: bold;

}

.topnav .nav a:hover {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topnav .nav .icon a:hover .fas {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topnav a.logo {
  padding: 10px 0px;
  font-size: 35px;
  color: rgb(248, 1, 51);
  align-self: end;
}

.text-small {
  font-size: 18.5px;
  grid-row-start: 2;
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}

.fas {
  color: red;
  font-size: 12px;
}

.fa-phone {
  transform: rotate(90deg);
}

.fas.fa-angle-down {
  color: #424242;
}

.topnav .fas {
  color: #000;
}

.topnav .fa-search,
.topnav .fa-shopping-cart {
  background-color: rgb(249, 246, 246);
  border-radius: 15px;
  padding: 9px;
}

.topnav .p-0 {
  padding: 20px 3px;
}

.topnav .nav .has_icon a:hover {
  background: none;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
}

.topnav .nav .has_icon a:hover .fas {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  color: #fff;
}


.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
}

.slider {
  overflow: hidden;
}

.img-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background: #000;
}

.margin-top-70 {
  margin-top: 70px;
}

.heading {
  width: 100%;
  height: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 0%;
}

.title {
  font-size: 38px;
  color: #fff;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
}

.box-text {
  width: 50%;
  height: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 25%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 2px 1px 10px rgba(1, 1, 1, 0.3);

}

.box-text p {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 75%;
  color: #fff;
  font-size: 24px;
  margin: 0px;
  text-shadow: 2px 1px rgb(88, 88, 88);
}

.box {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 55%;
}

.box a {
  color: #fff;
  padding: 12px 30px;
  display: flex;
  border-radius: 4px;
  background-image: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  transition: all 300ms ease-in-out;
}

.box a:hover {
  font-size: 17px;
  padding: 13px 32px;
}

.slider .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
  outline: none;
}

.slider .slick-arrow::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: -150%;
  z-index: 3;
  transform: translateY(-50%);
}

.slider .slick-next {
  left: auto;
  right: 0;
}

.slider .slick-next::before {
  left: -75%;

}

.slider .slick-arrow .fas {
  position: relative;
  color: rgb(204 208 219);
  font-size: 20px;
  z-index: 4;
}

.bold {
  font-weight: bold;
}

.red-text {
  color: rgb(248, 1, 51);
}

.mc-header {
  height: 100px;
  padding-bottom: 30px;
}

.mc-header h1 {
    margin: 0;
    display: block;
    padding: 35px 0px;
    text-align: center;
}


.list {
  list-style: none;
  padding-inline-start: 20px;
  margin: 25px 0;
}

.list li {
  margin: 15px;
}

.list li::before {
  content: "●";
  padding-right: 10px;
  color: rgb(248, 1, 51);
}

.tips {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  margin-top: 70px;
}

.tip {
  width: 31%;
  min-width: 310px;
  min-height: 140px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.tip-left {
  background-color: rgb(58, 181, 74);
}

.tip-center {
  background-color: rgb(241, 196, 15);
}

.tip-right {
  background-color: rgb(1, 148, 252);
}

.tip-border {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 0px 10px;
}

.tip-p {
  margin-top: 5px;
  margin-bottom: 0px;
}

.tip-big {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 6px;
  margin-top: 0px;
}

.tip-picture {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 12px;

}

.tip-picture.fas,
.tip-picture.far {
  color: #000;
  opacity: 0.1;
  font-size: 34px;
}

h2 {
  font-size: 26px;
  text-align: center;
}

.our-products {
  text-align: center;
  margin-top: 70px;
}

.hr-widht {
  width: 200px;
  color: rgb(204, 208, 219);
}

.hr-widht-small {
  width: 120px;
  color: rgb(204, 208, 219);
  margin-bottom: 45px;
}

.link-our-products {
  color: rgb(204, 208, 219);
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.link-our-products::after {
  content: "/";
  padding-left: 15px;
}

.link-our-products:last-child::after {
  content: "";
}

.link-our-products.active {
  color: #000;
}

.link-our-products:nth-child(2)::after {
  color: rgb(204, 208, 219);
}

.links-our-products {
  margin-bottom: 50px;
  text-align: center;
}

.links-our-products:hover {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab-our-products .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  margin-bottom: 40px;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  color: rgb(204, 208, 219);
  font-size: 15px;
  padding: 0px 5px;
  font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;

}

button:focus:not(:focus-visible) {
  outline: 0;
}

button {
  cursor: pointer;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: grid;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity .15s linear;
}

.plan {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.plan-item {
  justify-self: center;
  align-self: start;
  border: 1px solid rgb(204, 208, 219);
  width: 100%;

}

.plan-item-active {
  position: relative;
  background-color: #fff;
}

.plan-item-active:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
}

.plan-name {
  margin: 25px auto;
  text-align: center;
  font-weight: bold;

}

.plan-price {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  font-size: 19px;
}

.active-price {
  background-color: rgb(248, 1, 51);
}

.plan-description {
  font-size: 14px;
  text-align: center;
  margin: 20px;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.product {
  justify-self: center;
  align-self: start;
}

.product-item {
  position: relative;
}

.product-buttons {
  position: absolute;
  z-index: 2;
}

.product-buttons {
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.product-buttons .fas,
.product-buttons .far {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  border-radius: 100%;
  padding: 10px;
  color: #fff;
  margin: 4px;
}

.product-buttons .fas {
  padding: 11.5px;
}

.product-img {
  max-width: 100%;
  border: 1px solid rgb(204, 208, 219);
}

.product-item:hover .product-link:hover .product-buttons {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  padding: 1px;
}

.product-link {
  display: block;
  color: #000;
  font-size: 15px;
  text-align: center;
}

.product-item:hover .product-buttons {
  display: flex;
}

.product-name {
  display: block;
  padding-top: 12px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.product-name a {
  color: #000;
}

.product-name a:hover {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-prices {
  display: block;
  text-align: center;
  padding-top: 8px;

}

.product-price {
  display: inline;
  color: red;
  font-size: 18px;
  font-weight: bold;
}

.product-old-price {
  display: inline;
  color: rgb(134, 134, 134);
  font-size: 16px;
  text-decoration: line-through;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-form h2 {
  width: 100%;
}

.contact-form .form {
  width: 70%;
}

.contact-form-success {
  color: rgb(58, 146, 0);
}

.contact-form-success._hidden {
  display: none;
}

.contact-form-success:not(._hidden)+.contact-form-explane {
  display: none;
}

.input,
.input[type=tel],
.input[type=text],
input.input[type=tel],
input.input[type=text],
textarea.input {
  display: block;
  align-items: center;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  transition: all .15s ease-in-out;
  outline: none;
  box-sizing: border-box;
}

.button,
.input,
.textarea {
  font-size: 16px;
  font-weight: 400;
}

.input {
  overflow: visible;
}

.button,
.input,
.optgroup,
.select,
.textarea {
  font-size: 100%;
  line-height: 1.5em;
  /* margin: 0; */
}

.text-center {
  text-align: center;
}

.form-button {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  background-image: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  transition: all 300ms ease-in-out;

}


.form-button:hover {
  font-size: 16px;
  padding: 12px 32px;
}


.comments-h2 {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
  height: 410px;
  background-image: url("/img/comments-2.jpg");
  color: #fff;
  padding-top: 70px;
}

.comments-h2 .hr-widht {
  color: #fff;
}

.comments-h2 .hr-widht-small {
  color: #fff;
}

.comments {
  max-width: 100%;
  margin: auto;
}

.slider-comments {
  overflow: hidden;

}

.comment-photo img {
  display: inline;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
}

.comment-text {
  max-width: 540px;
  margin: 0 auto;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 40px;
}

.comment-name {
  margin-bottom: 0px;
  font-size: 16px;
}

.comments .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
  outline: none;
}

.comments .slick-arrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 2px;
  z-index: 3;
  transform: translateY(-50%);
}

.comments .slick-next {
  left: auto;
  right: 0;
}

.comments .slick-next::before {
  left: -30%;

}

.comments .slick-arrow .fas {
  position: relative;
  color: rgb(204 208 219);
  font-size: 20px;
  z-index: 4;
}

.comments .slick-arrow .fa-angle-left {
  padding-left: 9px;
}

.comments .slick-arrow .fa-angle-right {
  padding-right: 6px;
}

.blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  font-size: 14px;
  color: #000;
}

.blog-item {
  justify-self: center;
  align-self: start;
}

.blog-img {
  width: 100%;
}

.pt-70 {
  padding-top: 70px;
}

.article-name {
  padding-top: 20px;
}

.article-name a {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  transition: all 300ms ease-in-out;
}

.article-name a:hover {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.article-info {
  padding-top: 10px;
  color: grey;
  font-size: 12px;
}

.fa-user {
  color: grey;
}

.fa-calendar-alt {
  padding-left: 10px;
}

.article-content {
  padding-top: 20px;
}

.article-content a {
  font-size: 14px;
  color: #000;
}

.teachers {
padding-bottom: 50px;
}

.blog-button-area {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.blog-button {
  padding: 10px;
  width: 16%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: color 150ms ease-in-out 0, background 300ms ease-in-out 150ms;
}

.blog-button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
}

a:hover.blog-button {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  -webkit-background-clip: text;
  color: #fff;
}
.insta {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.insta-item {
  justify-self: center;
  align-self: end;
  line-height: 0;
}

.insta-img {
  width: 100%;
}
footer {
  background-color: #000;
  color: grey;
}

.footer-block {
  display: grid;
  grid-template-columns: 250px auto;
  font-size: 14px;
}

.footer-contact a {
  color: #fff;
  padding: 20px 10px;
  display: inline-block;
}

.footer .fas {
  color: #fff;
}

.footer-contact {
  text-align: right;
}

.footer-contact a:hover {
  background: -webkit-linear-gradient(left, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -o-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: -moz-linear-gradient(right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
  background: linear-gradient(to right, rgb(248, 1, 51), rgba(158, 21, 200, 0.795));
}

.footer-year {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
  .box-text p {
    font-size: 18px;
  }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
  .heading {
    top: 10%;
  }

  .box-text {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 65%;
    top: 10%;
    left: 0%;
  }

  .box-text p {
    display: none;
  }

  .tips {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tip {
    width: 320px;
    margin: 0 20px 20px;
  }

  .products {
    grid-template-columns: 1fr 1fr;
  }

  .plan {
    grid-template-columns: 1fr 1fr;
  }

  .blog {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
  }

  .header-content {
    grid-template-columns: 1fr;
  }

  .header-content a {
    padding: 20px 3px;
  }

  .blog-button {
    width: 20%;
  }

  .box {
    height: 65%;
  }
  .insta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 425px) {
  .heading {
    top: 25%;
  }

  .title {
    font-size: 24px;
  }

  .blog {
    grid-template-columns: 1fr;
  }

  .topnav {
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: 1fr;
  }

  .nav {
    grid-row-start: 3;
    grid-row-end: 4;
  }

  .blog-button {
    width: 40%;
  }

  .box {
    top: 110%;
  }

  .box-text {
    display: none;
  }

  .box-text p {
    font-size: 18px;
    height: 95%;
  }

  .plan-price {
    font-size: 12px;
  }

  .plan-name {
    font-size: 12px;
  }

  .plan-description {
    font-size: 12px;
  }

  .contact-form .form {
    width: 80%;
  }

  .insta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-block {
    grid-template-columns: unset;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .title {
    font-size: 20px;
  }

  .contact-form .form {
    width: 90%;
  }

}

@media (max-width: 320px) {
  .title {
    font-size: 18px;
  }

  .header-content a {
    padding: 20px 2px;
  }
}


}