@import "Style.css";
.main_page {
  float: left;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.main_banner {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.main_banner img {
  display: inline-block;
  width: 100%;
  background-size: cover;
}
.main_banner h2 {
  position: absolute;
  top: 190px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  font-size: 20px;
  font-weight: 900;
  color: #c22303;
  margin: 0;
}
.main_banner p {
  position: absolute;
  top: 250px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 200px;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px black;
}
.section1 {
  float: left;
  width: 100%;
  height: 450px;
  background: #c22303;
  position: relative;
}
.section1 .items {
  position: absolute;
  top: -150px;
  left: 60px;
  right: 60px;
  height: 501px;
  display: flex;
  justify-content: space-between;
}
.section1 .item {
  width: 30%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 80px 0;
  position: relative;
}
.section1 .item img {
  height: 90px;
}
.section1 .item h2 {
  margin: 15px 0;
  line-height: 40px;
  font-size: 24px;
  color: #333f4c;
}
.section1 .item p {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}
.section1 .item a {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 90px);
  width: 180px;
  line-height: 60px;
  border-radius: 30px;
}
.section2 {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 120px 60px;
  display: flex;
  justify-content: space-between;
}
.section2 .img_cont {
  width: 33%;
}
.section2 .img_cont img {
  width: 100%;
}
.section2 .text_cont {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section2 .text_cont h2 {
  margin: 0;
  color: #333f4c;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
}
.section2 .text_cont p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
}
.section2 .text_cont a {
  float: left;
  width: fit-content;
  box-sizing: border-box;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #4a9797;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  transition: flex 0.2s;
  display: none;
}
.section2 .text_cont a:hover {
  border-color: #4a9797;
  padding: 0 2px;
  margin-left: -2px;
}
.section3 {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 60px;
  background: #2d2d2d;
  color: #fff;
}
.section3 h2 {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.section3 p {
  margin: 20px 0;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.section3 .plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section3 .plans .plan {
  width: 18%;
  box-sizing: border-box;
  background: #c22303;
  padding: 20px 10px 30px;
  border-radius: 8px;
}

.section3 .plans .plan p {
  font-size: 1.1rem;
}

.section3 .plans .plan span {
  font-size: 1rem;
  font-weight: 900;
}

.section4 {
  box-sizing: border-box;
  width: 100%;
  padding: 120px 60px;
  display: flex;
  justify-content: space-between;
}
.section4 .img_cont {
  width: 33%;
}
.section4 .img_cont img {
  width: 100%;
}
.section4 .text_cont {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section4 .text_cont h2 {
  margin: 0;
  color: #c22303;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}
.slideshow-container {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 20px;
}
.mySlides {
  display: none;
  width: 100%;
  text-align: left;
  height: auto;
  overflow: hidden;
}
.mySlides p {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 30px;
  color: #433d3d;
}
.mySlides h4 {
  margin: 25px 0 10px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  color: #c22303;
}
.mySlides h5 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #333;
}
.dots_cont {
  position: absolute;
  bottom: 10px;
  width: 50%;
  text-align: center;
  right: 20px;
}
.dots_cont .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background: #23232333;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dots_cont .dot:hover {
  background-color: #232323cc;
}
.dots_cont .active-slide {
  background-color: #232323cc;
  width: 30px;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.section5 {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #c22303;
}
.section5 h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
.section5 p {
  margin: 20px 0;
  font-size: 1.3rem;
  color: #e5e5e5;
  text-align: left;
  padding: 020px;
  line-height: 36px;
}
.section5 .video_cont {
  height: 90vh;
  width: 160vh;
  border-radius: 10px;
  overflow: hidden;
}
.section5 .video_cont video {
  height: 100%;
}
.section6 {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 60px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #aaa;
}

.section6 h3 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 900;
  color: #c22303;
}

.section6 .licenses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section6 .licenses .licens {
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #c22303;
  margin: 0 1% 50px;
  border: 1px solid #aaa;
  padding: 0 0 0px;
  border-radius: 8px;
  overflow: hidden;
}

.section6 .licenses .licens img {
  width: 100%;
}

.section6 .licenses .licens p {
  color: #fff;
  line-height: 25px;
}

.section6 .column {
  width: 48%;
  min-height: 185px;
}
.section6 .column h3 {
  margin: 0 0 30px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #303030;
}
.section6 .column p {
  margin: 0;
  font-size: 22px;
  line-height: 27px;
  text-align: left;
  color: #484848;
}
.section6 .column .form {
  width: 70%;
  margin-left: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section6 .column .form label {
  font-size: 20px;
  color: #1b1b1b;
}
.section6 .column .form input {
  width: 100%;
  line-height: 60px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #333;
  color: #333f4c;
  font-size: 20px;
  padding: 0 10px 1px;
  box-sizing: border-box;
  margin: 15px 0 40px;
  background: none;
}
.section6 .column .form input:focus {
  border-bottom: 2px solid #000000;
  padding-bottom: 0;
}
.section6 .column .form span {
  line-height: 44px;
  padding: 0 48px;
  border-radius: 22px;
  background: #c22303;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.section6 .column .form span:hover {
  background: #333f4caf;
}
.section6 .column .msg {
  float: right;
  width: 100%;
  background: #ddd;
  color: #333;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 25px;
  display: none;
}

@media (max-width: 768px) {
  .main_banner {
    width: 100%;
    text-align: center;
  }
  .main_banner img {
    width: 100%;
  }
  .main_banner h2 {
    top: 40px;
    left: 0;
    padding: 0;
  }
  .main_banner p {
    top: 95px;
    padding: 0;
    font-size: 1.2rem;
  }
  .section1 {
    height: auto;
    overflow: hidden;
    min-height: 450px;
    padding: 20px 0 50px;
  }
  .section1 .items {
    top: 30px;
    flex-direction: column;
    height: auto;
    width: 80%;
    left: 10%;
    right: 10%;
    position: relative;
  }
  .section1 .item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section1 .item a {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .section2 {
    flex-direction: column;
    padding: 50px 0;
  }
  .section2 .img_cont {
    width: 100%;
  }
  .section2 .text_cont {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .section2 .text_cont h2 {
    font-size: 1.5rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section2 .text_cont p {
    font-size: 1rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section2 .text_cont a {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section3 {
    padding: 60px 30px;
  }
  .section3 .plans .plan {
    width: 100%;
    margin-bottom: 30px;
  }
  .section4 {
    flex-direction: column;
    padding: 50px 0;
  }
  .section4 .img_cont {
    width: 100%;
    margin: 20px 0 10px;
  }
  .section4 .text_cont {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .section4 .text_cont h2 {
    font-size: 1.5rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section4 .text_cont p {
    font-size: 1rem;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section4 .text_cont a {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section5 {
    padding: 50px 10px;
  }
  .section5 .video_cont {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .section6 .licenses .licens {
    width: 100%;
  }
  .section6 {
    flex-direction: column;
    padding: 20px;
  }
  .section6 .column {
    width: 100%;
  }
  .section6 .column .form {
    width: 100%;
    margin: 0;
  }
  .footer {
    height: auto;
    padding: 50px 10px;
  }
  .logo_part_footer {
    width: 100%;
  }
  .logo_part_footer .logo {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .logo img {
    float: none;
  }
  .footer_row {
    flex-direction: column;
  }
  .footer_row .column {
    width: 100%;
    text-align: center;
  }
  .footer_row .column .button {
    width: 100%;
  }
  .footer_row .column .social_media {
    float: none;
    margin-top: 20px;
  }
}
