* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*font-family: "Roboto", sans-serif;*/
  transition: 0.3s;
}

.home-header {
  height: 55px !important;
}

footer {
  margin-top: 0 !important;
}

.login {
  padding: 5px 30px;
  background-color: #9c1d5e;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 600;
}

.login:hover {
  color: #ffffff;
  background-color: #9c1d5fe5;
}

.logout {
  padding: 5px 30px;
  border-radius: 20px;
  color: #9c1d5e;
  border: 1px solid #9c1d5e;
}

.logout:hover {
  color: #9c1d5e;
}

.main-style-header {
  width: 100%;
  min-height: 100vh;
}

.main-display-style {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
}

.left-display-style {
  width: 50%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10% 8%;
}

.right-display-style {
  width: 50%;
  height: 100vh;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.background-image-style {
  width: 90%;
  height: 450px;
  border-radius: 15% 0 15% 0;
  background-image: url(../img/8.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  left: -130px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.video-show {
  width: 100%;
  height: 355px;
  z-index: 1;
}

.back-circle-lyr-one {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #9c1d5f7c;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.back-circle-lyr-one:hover {
  width: 200px;
  height: 200px;
}

.back-circle-lyr-two {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #9c1d5e;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.back-circle-lyr-two:hover {
  width: 150px;
  height: 150px;
}

.icon-play::after {
  width: 100%;
  height: 100%;
  content: "\25BA";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-left: 0.2em;
  font-size: 5em;
}

.shape-image-style {
  width: 150px;
  height: 150px;
  border-radius: 0 25% 0 25%;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  position: absolute;
  left: -61px;
  top: 90px;
}

.left-display-style h1 {
  color: linear-gradient(to right, #230314, #3d0d26, #5b1338, #7b184b, #9c1d5e);
  position: relative;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  font-weight: 800;
  font-size: 40px;
  line-height: 47px;
}

.left-display-style h2 {
  color: #230314;
  position: relative;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  font-weight: 800;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.5;
}

.search-index-state-2 {
  width: 500px;
  height: auto;
  border-radius: 15px;
  position: relative;
  top: 6px;
  z-index: 2;
  padding: 4px;
}

.inside-search-state {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}

.inside-search-state a {
  width: 230px;
  padding: 8px;
  font-family: "Poppins", sans-serif;
  color: #230314;
  text-decoration: none;
  position: relative;
}

.inside-search-state a:nth-child(even) {
  padding-left: 30px;
}

.inside-search-state a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5b1338;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.inside-search-state a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.inside-search-state a::before {
  content: "\2022";
  color: #3d0d26;
  font-size: 35px;
  position: absolute;
  top: -6px;
  left: -8px;
}

.inside-search-state a:nth-child(even)::before {
  left: 13px;
}

.left-display-style p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.search-index-state {
  width: 500px;
  height: 55px;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  border-radius: 25px;
  position: relative;
  top: -6px;
  z-index: 2;
  padding: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.inside-search-state {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.search-index-btn {
  width: 50px;
  margin: 2px;
  display: flex;
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}

.search-index-btn p {
  margin-top: 0;
  font-size: 25px;
  color: #3d0d26;
  margin-bottom: 0;
}

.select-index-style {
  width: 100%;
  margin: 2px 0;
  border: none;
  outline: none;
  background-color: #fff;
}

.section-items-style {
  position: relative;
}

.section-top-style {
  width: 55%;
  height: 410px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/banner-right-shape.png);
  background-size: cover;
  background-position: top;
  -webkit-transform: scaleX(-1);
  transform: scale(-1, -1);
}

.section-items-style {
  width: 100%;
  padding: 4%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.items-grid-one {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.items-grid-two {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.item-works {
  width: 70%;
  height: 300px;
  background-color: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 15px;
  border-bottom: 8px solid #9c1d5e;
  margin-top: 20px;
  position: relative;
  padding: 4% 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.section-items-style h3 {
  z-index: 3;
  font-size: 30px;
  color: #fff;
}

.number-style {
  position: absolute;
  top: 0;
  left: -30px;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
}

.number-style-two {
  position: absolute;
  top: 0;
  right: -30px;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
}

.img-style-item {
  width: 70px;
}

.item-works h3 {
  color: #000;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.item-works p {
  color: #000;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  text-align: left;
}

.section-calculate-style {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 10%;
  position: relative;
}

.wave-background {
  width: 100%;
  height: 382px;
  background-image: url(../img/wave\\(1\).png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -47px;
  left: 0;
}

.calculate-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calculate-text h2 {
  color: #000;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

.calculate-text p {
  color: #9c1d5e;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
}

.color-blog-box {
  width: 290px;
  height: 345px;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  border-radius: 25px 0 25px 0;
  margin-bottom: 100px;
}

.blog-box-style {
  width: 290px;
  height: 345px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 25px 0 25px 0;
  z-index: 2;
  position: relative;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.blog-img {
  width: 100%;
  height: 190px;
  border-radius: 25px 0 0 0;
}

.blog-text-section {
  padding: 10px 20px;
}

/* @supports (-webkit-line-clamp: 2) {
  .blog-text-section h4 {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-text-section h4:after {
    display: none;
  }
} */

.blog-text-section h4 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
  margin-top: 22px;
}

@supports (-webkit-line-clamp: 3) {
  .blog-text-section p {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
    margin: 30px 0;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-text-section p:after {
    display: none;
  }
}

.btn-blog-blank {
  width: 280px;
  height: 45px;
  margin: 10px;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
}

.btn-blog-blank a {
  background-color: #fff;
  width: 96%;
  height: 75%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d0d26;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.skill-img-box {
  width: 50%;
  height: auto;
  padding: 5% 0;
  padding-top: 0;
}

.color-backgroun-skill {
  width: 550px;
  height: 400px;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  border-radius: 25px 0 25px 0;
}

.img-skill-background {
  width: 100%;
  height: 100%;
  border-radius: 25px 0 25px 0;
  background-size: cover;
  position: relative;
  left: 24px;
  top: 40px;
  display: flex;
  justify-content: flex-end;
}

.box-color-skill {
  width: 200px;
  height: 200px;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  border-radius: 0 25px 0 25px;
  position: relative;
  right: -60px;
  bottom: 15px;
  z-index: -1;
}

.range-skill-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0% 5%;
}

.skill-under-box {
  width: 50%;
  height: 276px;
  background-image: linear-gradient(
    to right,
    #230314,
    #3d0d26,
    #5b1338,
    #7b184b,
    #9c1d5e
  );
  border-radius: 0 25px 0 25px;
  margin: 10px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skill-top-box {
  width: 95%;
  height: 80%;
  background-color: #fff;
  border-radius: 0 25px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.range-skill-box h2 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 30px;
}

/* .range-skill-box p {
  font-family: "Roboto", sans-serif;
  color: #9c1d5e;
  font-size: 16px;
  margin-top: 8px;
} */

.skill-top-box p {
  font-family: "Roboto", sans-serif;
  color: #230314;
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 35px;
}

.icon-Purchased {
  font-family: "Roboto", sans-serif;
  color: #230314;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-right: 10px;
}

.skill {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 18px;
}

.color-right-shape {
  width: 600px;
  height: 500px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: scaleY(-1);
}

.footer-column {
  position: relative;
  top: -67px;
}

.footer-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -130px;
}

.border-contactus {
  width: 500px;
  height: 145px;
  padding: 10px;
  padding-top: 15px;
  background-color: #21262a;
  border-radius: 15px;
  text-align: center;
}

.border-contactus h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}

.sub-form input {
  width: 380px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #9c1d5e;
  padding: 10px;
  outline: none;
}

.sub-form button {
  width: 94px;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: #230314;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.alert-success {
  width: 500px;
}

.faq-main {
  width: 100%;
  height: 250px;
  background-color: #9c1d5e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  padding-top: 88px;
  color: #fff;
  text-align: center;
}

.faq-main h1 {
  font-weight: 600;
}

.faq-section {
  width: 100%;
  height: auto;
  padding-top: 5%;
  padding-bottom: 8%;
}

.faq-index {
  padding-top: 5%;
}

.extraText-section {
  width: 100%;
  height: auto;
  padding: 5%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #9c1d5e;
  margin-bottom: 80px;
}

.extraText-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.extraText-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.extraText-section h2 {
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
}

.extraText-textBox {
  width: 98%;
  height: 300px;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  margin-bottom: 10px;
  background-color: #fff;
  margin: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.extraText-insideBox {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.extraText-textBox h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.extraText-textBox p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.extraText-img {
  width: 30%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.extraText-insideBox img {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

@media (max-width: 1328px) {
  .left-display-style {
    padding-top: 8%;
  }

  .section-top-style {
    width: 54%;
  }
}

@media (max-width: 1295px) {
  .left-display-style h1 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 30px;
  }

  .search-index-state {
    width: 399px;
    top: 93px;
  }
  .section-top-style {
    width: 51%;
  }

  .item-works {
    width: 100%;
    height: auto;
    padding-top: 10%;
    padding-left: 15%;
  }

  .item-works h3 {
    color: #000;
    font-size: 17px;
  }

  .item-works p {
    color: #000;
    font-size: 14px;
  }

  .color-blog-box {
    width: 270px;
    height: 330px;
    margin: 0 10px;
    margin-bottom: 30px;
  }

  .blog-box-style {
    width: 270px;
    height: 330px;
    top: 10px;
    left: 7px;
  }

  .blog-img {
    width: 100%;
    height: 172px;
  }

  .blog-text-section p {
    margin: 16px 0;
    margin-bottom: -7px;
  }

  .btn-blog-blank {
    width: 248px;
  }

  .color-backgroun-skill {
    width: 451px;
    height: 363px;
  }
}

@media (max-width: 820px) {
  .faq-index {
    padding-top: 8%;
  }

  .box-color-skill {
    right: -10px;
  }

  .border-contactus {
    width: 362px;
  }

  .alert-success {
    width: 362px;
  }

  .sub-form input {
    width: 235px;
  }

  .right-display-style {
    width: 100%;
    height: 61vh;
  }

  .background-image-style {
    left: 9px;
    height: 500px;
    top: 30px;
  }

  .shape-image-style {
    width: 155px;
    height: 91px;
  }

  .left-display-style {
    width: 100%;
    height: 70vh;
  }
  .search-index-state {
    width: 100%;
    top: 0px;
  }

  .section-top-style {
    width: 72%;
  }

  .item-works {
    margin: 10px;
  }

  .skill-img-box {
    width: 100%;
  }

  .color-backgroun-skill {
    width: 90%;
  }

  .range-skill-box {
    width: 100%;
  }

  .color-right-shape {
    width: 600px;
    height: 429px;
  }

  .extraText-row {
    flex-direction: column;
  }

  .extraText-column {
    width: 100%;
  }

  .extraText-textBox {
    height: auto;
  }
}

@media (max-width: 450px) {
  .background-image-style {
    left: 9px;
    height: 250px;
    top: 30px;
  }

  .main-style-header {
    width: 100%;
    min-height: 70vh;
  }

  .left-display-style {
    width: 100%;
    height: 45vh;
  }
  footer {
    padding: 50px 10px !important;
  }
  .right-display-style {
    width: 100%;
    height: 47vh;
    padding-top: 18%;
  }

  .left-display-style {
    padding-top: 7px;
  }

  .section-top-style {
    width: 100%;
    height: 340px;
  }

  .section-items-style {
    justify-content: center;
  }

  .color-blog-box {
    margin-bottom: 47px;
  }

  .color-backgroun-skill {
    width: 92%;
    height: 280px;
  }

  .range-skill-box {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .skill-under-box {
    width: 95%;
    height: 209px;
    margin-top: 17px;
    align-items: center;
  }

  .color-right-shape {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 399px) {
  .left-display-style {
    width: 100%;
    height: 50vh;
  }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 800px) {
  .left-display-style {
    width: 100%;
    height: 100%;
  }

  .section-calculate-style {
    margin-top: 40px !important;
    padding: 0 8%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {
  .left-display-style {
    width: 100%;
    height: 34vh;
  }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 300px) {
  .left-display-style {
    width: 100%;
    height: 88vh;
  }
  .logo {
    width: 79px;
    margin-top: -2px;
    margin-left: 13px;
  }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 360px) {
  .sub-form input {
    width: 204px;
  }
}

@media (max-width: 1253px) {
  .main-display-style {
    height: 100%;
    flex-direction: column-reverse;
  }

  .left-display-style {
    width: 100%;
  }

  .right-display-style {
    width: 100%;
  }

  .search-index-state-2 {
    width: 100%;
  }

  .inside-search-state a {
    margin-left: 10px;
  }

  .inside-search-state a:nth-child(even) {
    padding-left: 8px;
  }

  .inside-search-state a:nth-child(even)::before {
    left: -8px;
  }

  .inside-search-state {
    justify-content: flex-start;
    padding: 0px;
  }
}

@media only screen and (min-device-width: 750px) and (max-device-width: 1253px) {
  .video-show {
    width: 73%;
    height: 485px;
    z-index: 1;
  }

  .right-display-style {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 39px;
  }

  .shape-image-style {
    left: 31px;
    top: 476px;
    height: 124px;
  }
}

@media only screen and (min-device-width: 500px) and (max-device-width: 750px) {
  .video-show {
    width: 88%;
    height: 300px;
    z-index: 1;
  }

  .right-display-style {
    width: 100%;
    height: 100%;
    padding-top: 85px;
    padding-bottom: 39px;
  }

  .shape-image-style {
    width: 155px;
    height: 109px;
    top: unset;
    bottom: -39px;
    left: 16px;
  }

  .left-display-style {
    height: 100%;
  }
}

@media (max-width: 500px) {
  .skill-top-box p {
    margin-bottom: 0px;
  }

  .icon-Purchased {
    margin-bottom: 0px;
  }

  .shape-image-style {
    width: 155px;
    height: 144px;
    bottom: -32px;
    top: unset;
    left: 50px;
  }

  .inside-search-state a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .right-display-style {
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
  }

  .shape-image-style {
    display: none;
  }

  .video-show {
    width: 90%;
    height: 258px;
    z-index: 1;
  }

  .faq-main {
    height: 180px;
    padding-top: 80px;
  }

  .faq-main h1 {
    font-size: 20px !important;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .right-display-style {
    width: 100%;
    height: 100%;
    padding-bottom: 24px;
  }

  .shape-image-style {
    display: none;
  }

  .left-display-style h1 {
    font-size: 25px;
    line-height: 28px;
    margin-top: 30px;
  }

  .left-display-style h2 {
    font-size: 21px;
  }

  .left-display-style p {
    font-size: 19px;
    margin-top: 5px;
  }

  .left-display-style {
    width: 100%;
    height: 100%;
  }

  .search-index-state-2 {
    top: -3px;
  }

  .inside-search-state a {
    font-size: 19px;
  }

  .color-blog-box {
    width: 100%;
  }

  .blog-box-style {
    width: 100%;
  }

  .btn-blog-blank {
    width: 92%;
  }
}
