@media only screen and (max-width: 1200px) {
  .container {
    width: 1190px;
  }
}

.head-section {
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .head-section {
    padding: 15px;
  }
}

.head-section svg {
  position: absolute;
  right: 0;
  top: 0;
  fill: #8505f9;
  stroke: #fff;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .head-section svg {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .head-section svg {
    width: 718px;
    height: 659px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .head-section svg {
    width: 814px;
    height: 743px;
  }
}

.head-section .nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .head-section .nav-logo .logo img {
    width: 100px;
  }
}

.head-section .nav-logo .navgation {
  width: 100%;
}

.head-section .nav-logo .navgation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .head-section .nav-logo .navgation ul {
    display: none;
  }
}

.head-section .nav-logo .navgation ul li {
  list-style: none;
  margin: 0px 30px;
  font-size: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .head-section .nav-logo .navgation ul li {
    margin: 0px 26px;
    font-size: 21px;
  }
}

.head-section .nav-logo .navgation ul li a {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 767px) {
  .head-section .nav-logo .button {
    display: none;
  }
}

.head-section .nav-logo .button .menu-svg svg {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  fill: #8505f9;
}

.head-section .nav-logo .button .modal .modal-dialog {
  margin: 0;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content {
  border: 0;
  background-color: #8505f9;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content .modal-header {
  border: 0;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  opacity: 1;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content .modal-header .close img {
  width: 47px;
  padding: 9px;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content .modal-body ul li {
  text-align: center;
  list-style: none;
  font-size: 30px;
  margin-bottom: 20px;
}

.head-section .nav-logo .button .modal .modal-dialog .modal-content .modal-body ul li a {
  color: #fff;
  text-decoration: none;
}

.banner-head img {
  width: 100%;
}

.banner_part {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .banner_part {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner_part {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .banner_part {
    margin-top: 20px;
  }
}

.banner_part .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner_part .row .left-text .banner-text .head h1 {
  font-size: 45px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .left-text .banner-text .head h1 {
    font-size: 30px;
  }
}

.banner_part .row .left-text .banner-text .head h1 b {
  display: block;
}

.banner_part .row .left-text .banner-text .head p {
  font-size: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .left-text .banner-text .head p {
    font-size: 18px;
    margin-top: 14px;
  }
}

.banner_part .row .left-text .banner-text .order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn {
  margin-top: 50px;
  width: 205px;
  position: relative;
  border-radius: 50px;
  background-color: #fcfcfc;
  color: #8505f9;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 40px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 20px;
  border: solid 1px #6f6f6f;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .left-text .banner-text .order-btn .dedcription-btn {
    margin-top: 20px;
  }
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn:hover {
  color: #fff !important;
  text-decoration: none;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn:hover .btn-icon:after {
  display: none;
  opacity: 0.1;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn .name-descripeion {
  position: relative;
  z-index: 9;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn .btn-icon {
  background-color: #8505f9;
  width: 92px;
  height: 63px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn .btn-icon i {
  position: absolute;
  right: 21px;
  top: 21px;
  color: #fff;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn .btn-icon i svg {
  width: 30px;
  height: 30px;
  display: block;
  stroke: none;
  z-index: 1;
}

.banner_part .row .left-text .banner-text .order-btn .dedcription-btn .btn-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 63px solid #fcfcfc;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.banner_part .row .img img {
  width: 100%;
  -webkit-filter: drop-shadow(-36px 24px 23px rgba(0, 0, 0, 0.192));
          filter: drop-shadow(-36px 24px 23px rgba(0, 0, 0, 0.192));
}

@media only screen and (max-width: 767px) {
  .banner_part .row .img img {
    display: none;
  }
}

.banner_part .row .times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .times {
    padding: 0px 15px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .banner_part .row .times {
    margin-top: 40px;
  }
}

.banner_part .row .times .timeings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .times .timeings {
    margin-right: 10px;
  }
}

.banner_part .row .times .timeings img {
  width: 60px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .times .timeings img {
    width: 25px;
    margin-right: 10px;
  }
}

.banner_part .row .times .timeings p {
  margin: 0;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .banner_part .row .times .timeings p {
    font-size: 15px;
  }
}

.banner_part .row .times .timeings p span {
  display: block;
}
/*# sourceMappingURL=main.css.map */