@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

body,
html,
textarea,
p,
input {
  font-family: "Roboto", sans-serif;
}

h3 {
  margin: 0;
}

* {
  transition: all 0.3s;
}

img {
  width: 100%;
}

:focus-visible {
  outline: none;
}

/* General */
.logotype {
  color: #171717;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  transition: 0.3s all;
}

.logotype::after {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background: #4fae51;
  transition: 300ms;
}

.logotype:hover::after {
  width: 100%;
}

.subtitle {
  font-size: 34px;
  font-weight: bold;
}

.green-font {
  color: #4fae51;
}

.show {
  display: block !important;
}

.card-discount-invalid {
}

.question__icon-reverse {
  animation: rotateIcon linear 0.5s none;
}

.number {
  color: #000000;
  text-decoration: none;
}

.number:hover {
  color: #272727;
}

.button {
  display: block;
  background-color: #182c6e;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.6);
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-decoration: none;
  transition: 0.3s all;
}

.phone__number {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: black;
}

.sacials {
  text-align: center;
}

/* Social */
.socials-group-item {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.socials-link {
  color: black;
  font-size: 40px;
}

.social-img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px;
}

.email__address {
  text-align: center;
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
}

.email {
  text-decoration: none;
  color: #00b33c;
}

.email:hover {
  color: #01cb44;
}

.user__information {
  margin-top: 57px;
}

/* Menu */
.menu {
  min-height: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-link {
  color: #317d3f;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.menu-link:hover {
  color: #00b33c;
}

/* Big picture */
.home-dragon {
  height: calc(100vh - 100px);
  max-height: 850px;
  background-color: #eef4e8;
}

.home-dragon-title {
  font-size: 150px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.card-term {
  text-transform: uppercase;
}

.self {
  font-size: 14px;
  width: 130px;
}

.card-title {
  font-style: italic;
  font-weight: bolder;
  font-size: 36px;
  color: #00b33c;
  text-transform: uppercase;
  text-align: center;
}

.card-price {
  color: rgb(138, 133, 133);
}

.btn {
  border: 1px solid #182c6e;

  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 15px 45px;
  border-radius: 50px;
  background-color: #182c6e;
  margin: 29px 0;
}

.card-discount {
  margin: 40px 0;
  font-size: 28px;
  font-weight: 700;
  color: #00b33c;
}

.card-terms {
  font-weight: bold;
}

.card-price {
  text-decoration: line-through;
  font-size: 26px;
  font-family: "Roboto";
  color: rgb(138, 133, 133);
}

.card-pricess {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

/* Footer */

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(25deg);
  }
}

/* X */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto";
}

/* panel */
.panel__title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .panel__title {
    font-size: 4rem;
  }
}


@media screen and (min-width: 576px) {
  .panel__title {
    font-size: 5rem;
  }
}

.panel__subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .panel__subtitle {
    font-size: 2rem;
  }
}

.panel__descr {
  color: blue;
  font-size: 0.75rem;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .panel__subtitle {
    font-size: 1.5rem;
  }
}

.panel__btn {
  display: inline-block;
  padding: 20px 50px;
  background-color: blue;
  font-size: 1rem;
  margin: 40px 0px;
  color: white;
  font-weight: bolder;
  background-color: #233982;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
/* about_us */

.about_us {
  /* border: 1px solid; */
  padding: 24px;
}

.about-us__title {
  text-align: center;
  font-size: 2.5rem;
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .panel__title {
    font-size: 5rem;
  }
}

.about-us__title::first-letter {
  text-transform: uppercase;
}

.about__card-title {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .about__card-title {
    font-size: 1.5rem;
  }
}


.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  height: 626px;
  margin-top: 20px;
  border-radius: 39px;
  text-align: center;
  padding: 10px 43px;
  border: 1px solid;
  color: white;
  background-color: #242240;
}

.card-child {
  text-decoration: none !important;
}

.author__subtitle {
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: bold;
  color: black;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .author__subtitle {
    font-size: 2.5rem;
  }
}

.prices__title {
  margin: 0;
  border-bottom: 2px solid black;
  text-transform: uppercase;
  text-align: center;
  color: #00b33c;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .prices__title {
    font-size: 4rem;
  }
}

.prices {
  padding: 40px 0;
}

.prices__subtitle {
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 1rem;
  margin-top: 1rem;
}

@media screen and (min-width: 576px) {
  .prices__subtitle {
    font-size: 1.25rem;
  }
}

.question__icon {
  font-size: 1.5rem;
}

.about_card {
  max-width: 100%;
  width: 480px;
}

.about__descr {
  font-size: 0.8rem;
  line-height: 1.85;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.about_card {
  margin-top: 50px;
}
/* form */

.form__title {
  color: rgb(25, 59, 14);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .form__title {
    font-size: 3rem;
  }
}

.form-group {
  margin-top: 20px;
}

.form__section {
  background-color: honeydew;
  background-image: url("../img/dragon.jpg");
  background-blend-mode: multiply;
  background-position: right;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: local;
  padding: 20px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 576px) {
  .form__section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.form-control {
  width: 100%;
  border-radius: 15px;
  padding: 15px 20px;
  box-sizing: border-box;

  border: 4px solid #00b33c;
}

.form-form {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

/* Questions */
.question__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary {
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after {
  content: "\002B";
  font-size: 1.5rem;
}

details[open] summary:after {
  content: "\00D7";
  font-size: 1.5rem;
}

details[open] .question__answer {
  display: block;
}

details[open] .q__answer {
  margin-top: 0rem;
}

.questions {
  margin-top: 100px;
  margin-bottom: 100px;
}
.question__container {
  width: 800px;
  max-width: 100%;
}

.question__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.question__answer {
  display: none;
}

.green-icon {
  font-size: 35px;
  color: #00b33c;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  color: #808080;
}

.form-button {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-radius: 30px;
  color: #ffffff;
  background-color: #233982;
  border: 0;
  cursor: pointer;
}

.panel__down {
  display: flex;
  justify-content: center;
  height: auto;
}

.panel__down-icon {
  font-size: 35px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.panel__down-icon a {
  color: #00b33c;
}

.question__sec-title {
  text-align: center;
  color: #00b33c;
  font-weight: 700;
  font-size: 3rem;
  font-family: "Roboto";
}

@media screen and (min-width: 576px) {
  .question__sec-title {
    font-size: 62px;
  }
}

.form-button:hover {
  background-color: #47a8cf;
}

.panel-top {
  padding: 50px 0;
  margin-top: 100px;
}

@media screen and (min-width: 992px) {
  .panel-top {
    margin-top: 0;
  }
}

.panel-top-cotainer,
.panel-top-row {
  height: 100%;
}

.panel-top-row {
  background-image: url("../img/dragon.jpg");
  background-blend-mode: multiply;
  background-position: center -75px;
  background-size: 300px;
  background-repeat: no-repeat;
  background-color: #ebebe0;
}

@media screen and (min-width: 992px) {
  .panel-top-row {
    background-size: contain;
    background-position: right;
  }
}

.panel {
  position: relative;
  width: 100%;
  padding: 0;
  height: calc(100vh - 50px);
  max-height: 700px;
  background-color: #ebebe0;
}


.prices__content-title {
  margin: 40px 0;
}

.q__answer {
  color: #000;
  line-height: 23px;
}

.btn {
  border: 1px solid rgb(24, 44, 110);
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 20px 50px;
  border-radius: 50px;
  background-color: rgb(24, 44, 110);
  margin: 29px 0px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 60%);
}

.price__cards {
  margin-top: 1.5rem;
}

.review {
  width: 100%;
}

.review__title-block {
  text-align: center;
}

.review__title {
  color: #233982;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 1rem;
}

@media screen and (min-width: 576px) {
  .review__title {
    font-size: 4rem;
  }
}

.review__subtitle {
  text-transform: uppercase;
  font-size: 20px;
}

.green {
  color: #00b33c;
}

.card-individ {
  font-size: 15px;
  text-decoration: none;
  color: white;
}

.author__information {
      padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 576px) {
  .author__information {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer {
  height: 80px;
  background-color: #171717;
  display: flex;
  align-items: center;
}

.copyright {
  font-size: 16px;
  color: #ffffff;
}

/* Youtube Embed */
iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.fa-check {
  color: rgb(65, 201, 96);
}

/* Form */
.form-response {
  text-align: center;
  color: white;
  border-radius: 15px;
  margin-top: 1rem;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.form-response.green {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(0, 147, 0);
}

.form-response.red {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: red;
}

/* Swiper */
.swiper {
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-button-next {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background-color: #00b33c !important;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}

.swiper-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {

  .swiper-button-prev, .swiper-button-next {
    display: inline-flex !important;
    position: relative !important;
    font-size: 1.5rem;
    color: #00b33c !important;
  }

  .swiper-button-prev::after, .swiper-button-next::after {
    content: none !important;
    display: none;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 200px !important;
  }

  .swiper-pagination {
    position: relative !important;
  }
}

/* Main */

.main {
  margin-top: 102px;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.header.shadow {
  box-shadow: 0px 10px 20px rgba(50,50,50,.1);
}
