@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "site-main-font", sans-serif;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-md {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  margin-bottom: 100px;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}

.card {
  box-shadow: 0 14px 11px -3px rgba(0, 0, 0, 0.22);
  width: 30%;
  border-radius: 28px;
}
.card img {
  display: block;
  margin: 0 auto;
}
.card .card-title {
  font-weight: bold;
}

.row-gap-30 {
  gap: 30px;
}

.j-content-around {
  justify-content: space-around;
}

.login-box #sign-up, .btn-one, .contact-textbox .contact-btn {
  background-color: #fd6600;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  color: #ffffff;
}

.title2 {
  font-size: 52px;
  text-align: center;
  margin: 0 0 50px 0;
}

.service {
  letter-spacing: 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #cccccc;
}

.card3 {
  width: 30%;
}

@font-face {
  font-family: site-main-font;
  src: url("../fonts/site-main-font.otf");
}
.d-none {
  display: none;
}

header {
  padding: 0 10px;
}
header .logo {
  width: 240px;
  height: 49px;
}
header .menu-tool {
  width: 60%;
}
header .menu-tool .menu-tool-list {
  width: 50%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}
header .menu-tool .menu-tool-list a {
  text-decoration: none;
  color: black;
}
header .fast-row {
  margin: 50px 0;
}
header .btn-sign-in {
  background-color: #ffffff;
  color: black;
}
header .btn-one {
  height: 49px;
}

.burger-menu {
  display: none;
}

.close {
  display: none;
}

.lastimg {
  width: 40%;
}
.lastimg img {
  width: 100%;
}

.textbox {
  width: 40%;
}
.textbox .title {
  font-size: 70px;
}
.textbox .text {
  margin: 20px 0;
  font-size: 22px;
}
.textbox .main-btn {
  width: 70%;
}

.learn-more {
  display: flex;
  align-items: center;
  border: none;
  background-color: #ffffff;
  gap: 10px;
}

.play-video {
  width: 55%;
  height: 300px;
}

.textbox-mini {
  width: 40%;
}

.card2 {
  width: 45%;
}
.card2 .row {
  justify-content: space-around;
}
.card2 .card2-img {
  width: 15%;
}
.card2 .card2-img img {
  width: 100%;
  border-radius: 10px;
}
.card2 .card2-textbox {
  width: 70%;
}
.card2 .card2-mini-p {
  margin: 20px 0;
  color: #afafaf;
  font-size: 14px;
}

.login-box {
  margin: auto 0;
}
.text {
  font-size: 22px;
}

.card {
  padding: 41px;
}
.card .btn-one {
  display: block;
  margin: 0 auto;
}

.card-title {
  margin: 20px 0;
  font-size: 36px;
  text-align: center;
}

.card-text {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}

.textbox-mini {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.textbox-mini h4 {
  font-size: 22px;
  color: #1E0E62;
}
.textbox-mini .small-p {
  color: #afafaf;
}
.textbox-mini .explore-btn {
  color: #1e0e62;
  width: 132px;
  padding: 12px 0;
  border-radius: 100px;
  border: solid #cccccc;
  background-color: #ffffff;
}

.mg20px {
  margin: 20px 0;
}

.j-content-around {
  justify-content: space-around;
}

.card3 {
  border-radius: 10px;
  border: solid #ccc;
}
.card3 .fa {
  padding: 10px 0;
  width: 33%;
  text-align: center;
  color: #cccccc;
}
.card3 .fa2 {
  border-left: solid #ccc;
  border-right: solid #ccc;
}
.card3 .row {
  border-top: solid #ccc;
  margin: 0 auto;
  width: 100%;
}
.card3 img {
  display: block;
  margin: 40px auto;
  border-radius: 50%;
  width: 30%;
}
.card3 .service {
  margin-bottom: 50px;
}

.card3-title {
  text-align: center;
}

.service {
  margin: 20px 0;
}

.card3-title {
  margin: 20px 0;
}

.fa-twitter:before {
  font-size: 30px;
}

.contact-textbox {
  display: flex;
  width: 60%;
  justify-content: center;
  flex-direction: column;
}
.contact-textbox input {
  width: 100%;
  padding: 20px 10px;
  border-radius: 40px;
  margin: 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0 14px 11px -3px rgba(0, 0, 0, 0.22);
}
.contact-textbox .contact-btn {
  width: 100%;
}

@media (max-width: 850px) {
  .burger-menu {
    display: block;
  }
  nav {
    display: none;
  }
  nav {
    position: fixed;
    height: 100%;
    background: black;
    left: 0;
    width: 97% !important;
    color: white;
    top: 0;
  }
  .row-tool {
    flex-direction: column;
  }
  .row-tool li {
    padding: 20px 0;
  }
  .row-tool a {
    color: white !important;
  }
  .row-tool .menu-tool-list {
    flex-direction: column;
    width: 100% !important;
    font-size: 100px;
  }
  .row-tool .login-box {
    justify-content: center;
  }
  .row-tool .login-box .btn-one {
    width: 90%;
    margin: 10px auto;
  }
  .close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 850px) {
  .menu-tool {
    display: block !important;
  }
}
@media (max-width: 1166px) {
  .container {
    max-width: 1000px;
  }
  .textbox {
    width: 48%;
  }
  .card {
    padding: 10px;
  }
  .container-md {
    max-width: 870px;
  }
  .contact-textbox {
    width: 54%;
  }
}
@media (max-width: 1000px) {
  .container-md {
    max-width: 740px;
  }
  .container {
    max-width: 850px;
  }
  .textbox .title {
    font-size: 50px;
  }
  .textbox .text {
    font-size: 18px;
  }
  .title2 {
    font-size: 36px;
  }
  .service {
    font-size: 12px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-text {
    font-size: 14px;
  }
  .contact-textbox {
    width: 45%;
  }
}
@media (max-width: 850px) {
  .container-md {
    max-width: 540px;
  }
  .container {
    max-width: 650px;
  }
  .lastimg {
    display: none;
  }
  .card {
    width: 49%;
    padding: 20px;
  }
  .textbox-mini {
    width: 100%;
    text-align: center;
  }
  .textbox-mini .explore-btn {
    margin: auto;
  }
  .textbox-mini .small-p {
    margin: 15px 0;
  }
  .play-video {
    width: 100%;
  }
  .card2 {
    width: 100%;
  }
  .card3 {
    width: 49%;
  }
  .contact-img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .textbox {
    width: 100%;
    text-align: center;
  }
  .textbox .main-btn {
    margin: 0 auto;
  }
  .textbox .main-btn .btn-one {
    width: 45%;
  }
  .textbox .main-btn .learn-more {
    width: 45%;
    font-size: 18px;
  }
  .textbox .title {
    font-size: 60px;
  }
  .textbox .text {
    font-size: 22px;
  }
  .title2 {
    font-size: 36px;
  }
  .service {
    font-size: 12px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-text {
    font-size: 14px;
  }
  .contact-textbox {
    width: 100%;
  }
  .contact-textbox .card2-p {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .container-md {
    max-width: 400px;
  }
  .container {
    max-width: 520px;
  }
  .lastimg {
    display: none;
  }
  .card {
    margin: 0 auto;
    width: 90%;
    padding: 20px;
  }
  .textbox-mini {
    width: 100%;
    text-align: center;
  }
  .textbox-mini .explore-btn {
    margin: auto;
  }
  .textbox-mini .small-p {
    margin: 15px 0;
  }
  .play-video {
    width: 100%;
  }
  .card2 {
    width: 100%;
  }
  .card3 {
    margin: 0 auto;
    width: 90%;
  }
  .contact-img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .textbox {
    width: 100%;
    text-align: center;
  }
  .textbox .main-btn {
    margin: 0 auto;
  }
  .textbox .main-btn .btn-one {
    width: 45%;
  }
  .textbox .main-btn .learn-more {
    width: 45%;
    font-size: 18px;
  }
  .textbox .title {
    font-size: 60px;
  }
  .textbox .text {
    font-size: 22px;
  }
  .title2 {
    font-size: 36px;
  }
  .service {
    font-size: 12px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-text {
    font-size: 14px;
  }
  .contact-textbox {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .container-md {
    max-width: 400px;
  }
  .container {
    max-width: 450px;
  }
  .lastimg {
    display: none;
  }
  .card {
    margin: 0 auto;
    width: 80%;
    padding: 20px;
  }
  .textbox-mini {
    width: 100%;
    text-align: center;
  }
  .textbox-mini .explore-btn {
    margin: auto;
  }
  .textbox-mini .small-p {
    margin: 15px 0;
  }
  .play-video {
    width: 100%;
  }
  .card2 {
    width: 100%;
  }
  .card3 {
    margin: 0 auto;
    width: 80%;
  }
  .contact-img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .textbox {
    width: 100%;
    text-align: center;
  }
  .textbox .main-btn {
    margin: 0 auto;
  }
  .textbox .main-btn .btn-one {
    width: 50%;
  }
  .textbox .main-btn .learn-more {
    width: 45%;
    font-size: 18px;
  }
  .textbox .title {
    font-size: 40px;
  }
  .textbox .text {
    font-size: 16px;
  }
  .title2 {
    font-size: 30px;
  }
  .service {
    font-size: 12px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-text {
    font-size: 14px;
  }
  .contact-textbox {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .lastimg {
    display: none;
  }
  .card {
    margin: 0 auto;
    width: 99%;
    padding: 20px;
  }
  .textbox-mini {
    width: 100%;
    text-align: center;
  }
  .textbox-mini .explore-btn {
    margin: auto;
  }
  .textbox-mini .small-p {
    margin: 15px 0;
  }
  .play-video {
    width: 100%;
  }
  .card2 {
    width: 100%;
  }
  .card3 {
    margin: 0 auto;
    width: 99%;
  }
  .contact-img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
  .logo {
    width: 150px !important;
    height: 33px !important;
  }
  .textbox {
    width: 100%;
    text-align: center;
  }
  .textbox .main-btn {
    margin: 0 auto;
  }
  .textbox .main-btn .btn-one {
    width: 100%;
  }
  .textbox .main-btn .learn-more {
    width: 100%;
    font-size: 18px;
    justify-content: center;
  }
  .textbox .title {
    font-size: 40px;
  }
  .textbox .text {
    font-size: 16px;
  }
  .title2 {
    font-size: 30px;
  }
  .service {
    font-size: 12px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-text {
    font-size: 14px;
  }
  .contact-textbox {
    width: 100%;
  }
  .menu-tool-list a {
    font-size: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
