@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Work+Sans:wght@400;500;600&display=swap");
body {
  overflow-x: hidden;
}

header {
  display: block;
  width: 100%;
  padding: 20px 0;
}
header .full-header {
  display: flex;
  justify-content: space-between;
  font-family: "Work Sans", sans-serif;
}
header .logo {
  display: block;
}
header .logo img {
  width: 100%;
}
header .nav-bar {
  display: block;
}
header .nav-bar ul {
  display: flex;
  gap: 60px;
}
header .nav-bar ul li {
  text-decoration: none;
  list-style: none;
}
header .nav-bar ul li a {
  font-size: 16px;
  color: #080e18;
}

.banner {
  display: block;
}
.banner .banner-full {
  display: flex;
  width: 100%;
  padding: 50px 0;
}
.banner .banner-full .banner-left {
  width: 50%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner .banner-full .banner-left h1 {
  font-family: "Roboto", sans-serif;
  font-size: 72px;
}
.banner .banner-full .banner-left p {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}
.banner .banner-full .banner-left .search-bar {
  background-color: white;
  width: 74%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(25, 25, 25, 0.368627451);
  margin: 20px 0;
}
.banner .banner-full .banner-left .search-bar input {
  border: none;
  width: 75%;
  height: 50px;
  padding-left: 15px;
}
.banner .banner-full .banner-left .search-bar button {
  background-color: #3c4ba6;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 36%;
  border: none;
  margin-right: -2px;
}
.banner .banner-full .banner-right {
  display: block;
  position: relative;
  margin: 0 auto;
}
.banner .banner-full .banner-right .banner-image {
  position: absolute;
  right: -53px;
  top: -12px;
}
.banner .banner-full .banner-right .banner-image2 {
  position: absolute;
  bottom: 3px;
  left: -11px;
}
.banner .banner-full .banner-right .banner-image1 img {
  max-width: 100%;
  height: auto;
  border-radius: 0px 100px;
}

.our-product {
  display: block;
  width: 100%;
  background-color: #f6f9ff;
  padding: 50px 0;
  position: relative;
}
.our-product .product-art {
  position: absolute;
  bottom: -26px;
  width: 100px;
}
.our-product .product-art img {
  display: block;
  width: 100%;
}
.our-product h1 {
  font-size: 62px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
}
.our-product .three-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}
.our-product .three-box .box {
  background-color: white;
  padding: 45px 22px;
  border-radius: 15px;
}
.our-product .three-box .box .box-img {
  margin-left: -30px;
}
.our-product .three-box .box .box-contant {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-product .three-box .box .box-contant h2 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
.our-product .three-box .box .box-contant p {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
}
.our-product .three-box .box .box-contant a {
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  color: #3c4ba6;
}

.sec3 {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.sec3 .sec3-full {
  display: flex;
  padding-top: 40px;
}
.sec3 .sec3-full .sec3-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.sec3 .sec3-full .sec3-left h1 {
  font-size: 62px;
  font-family: "Roboto", sans-serif;
  width: 80%;
}
.sec3 .sec3-full .sec3-left p {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  width: 72%;
  line-height: 28px;
}
.sec3 .sec3-full .sec3-left a {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #3c4ba6;
  padding: 20px 0;
}

.sec4 {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.sec4 .sec4-full {
  display: flex;
  width: 100%;
  padding-top: 40px;
  gap: 50px;
}
.sec4 .sec4-full .sec4-left {
  display: block;
  width: 50%;
}
.sec4 .sec4-full .sec4-left .sec4-left-img {
  width: 100%;
  display: block;
}
.sec4 .sec4-full .sec4-left .sec4-left-img img {
  width: 100%;
}
.sec4 .sec4-full .sec4-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.sec4 .sec4-full .sec4-right .sec4-margin {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.sec4 .sec4-full .sec4-right h1 {
  font-size: 62px;
  font-family: "Roboto", sans-serif;
}
.sec4 .sec4-full .sec4-right p {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  width: 83%;
  line-height: 28px;
}
.sec4 .sec4-full .sec4-right a {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #3c4ba6;
  padding: 20px 0;
}

.sec5 {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.sec5 .sec5-full {
  display: block;
  width: 100%;
}
.sec5 .sec5-full h1 {
  font-size: 62px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.sec5 .sec5-full p {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  text-align: center;
}
.sec5 .sec5-full .sec5-banner {
  display: flex;
  position: relative;
  margin: 50px;
}
.sec5 .sec5-full .sec5-banner .sec5-img1 {
  position: absolute;
  transform: rotate(179deg);
  top: -15px;
  right: -10px;
}
.sec5 .sec5-full .sec5-img {
  display: block;
  width: 62%;
}
.sec5 .sec5-full .sec5-img img {
  max-width: 100%;
  height: auto;
}
.sec5 .sec5-full .sec5-content {
  background: black;
  color: white;
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.sec5 .sec5-full .sec5-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  width: 58%;
  margin-left: 50px;
}
.sec5 .sec5-full .sec5-content .sec5-detail {
  display: block;
}
.sec5 .sec5-full .sec5-content .sec5-detail h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin-left: 50px;
  font-weight: 200;
}
.sec5 .sec5-full .sec5-content .sec5-detail p {
  color: rgba(255, 255, 255, 0.5411764706);
  margin-left: 50px;
  font-size: 16px;
}

.sec6 {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.sec6 .sec6-head {
  display: block;
  padding: 40px 0;
}
.sec6 .sec6-head h1 {
  font-size: 62px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.sec6 .sec6-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.sec6 .sec6-box .sec6-box1 {
  background-color: #f6f9ff;
  display: block;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 15px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.sec6 .sec6-box .sec6-box1 h1 {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
}
.sec6 .sec6-box .sec6-box1 p {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}
.sec6 .sec6-box .sec6-box1 a {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #3c4ba6;
  padding: 20px 0;
}

.futer {
  display: block;
  width: 100%;
  background-color: black;
  padding: 100px 0;
  position: relative;
}
.futer .futer-down {
  position: absolute;
  bottom: 0;
  right: 0;
}
.futer .futer-up {
  position: absolute;
  top: 0px;
  left: 0;
}
.futer .futer-full {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.futer .futer-full .futer-box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  gap: 30px;
  width: 30%;
}
.futer .futer-full .futer-box1 p {
  font-family: 20px;
  font-family: "Work Sans", sans-serif;
}
.futer .futer-full .futer-box1 .social-icon {
  display: flex;
  gap: 20px;
}
.futer .futer-full .futer-box1 .social-icon .icon-1 {
  display: block;
  width: 12%;
}
.futer .futer-full .futer-box1 .social-icon .icon-1:hover {
  background-color: blue;
  border-radius: 25px;
}
.futer .futer-full .futer-box1 .social-icon .icon-1 img {
  max-width: 100%;
  height: auto;
}
.futer .futer-full .futer-box2 {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 25px;
}
.futer .futer-full .futer-box2 h1 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}
.futer .futer-full .futer-box2 .futer-type {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
}
.futer .futer-full .futer-box2 .futer-type a {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #fff;
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.side-nav ul {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-nav ul li {
  list-style: none;
}
.side-nav ul li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.icon-menu {
  display: none;
}

.side-nav {
  display: none;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .side-nav {
    display: block;
  }
  .side-nav ul .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 45px;
    color: white;
  }
  header {
    display: block;
  }
  header .full-header {
    flex-direction: column;
  }
  header .full-header .side-bar {
    display: block;
    display: flex;
    justify-content: space-between;
  }
  header .full-header .side-bar .icon-menu {
    display: block;
  }
  header .full-header .side-bar .logo {
    width: 7%;
  }
  header .full-header .nav-bar {
    display: none;
    width: 80%;
    margin-left: 30%;
  }
  .banner .banner-full {
    flex-direction: column;
  }
  .banner .banner-full .banner-left {
    width: 100%;
    padding: 5px;
  }
  .our-product h1 {
    font-size: 50px;
  }
  .our-product .three-box {
    flex-direction: column;
  }
  .sec3 .sec3-full {
    flex-direction: column;
  }
  .sec3 .sec3-full .sec3-left {
    width: 100%;
  }
  .sec3 .sec3-full .sec3-left h1 {
    font-size: 50px;
    text-align: center;
  }
  .sec3 .sec3-full .sec3-right {
    margin: 0 auto;
  }
  .sec4 .sec4-full {
    flex-direction: column;
  }
  .sec4 .sec4-full .sec4-left {
    width: 100%;
  }
  .sec4 .sec4-full .sec4-right {
    width: 100%;
  }
  .sec4 .sec4-full .sec4-right h1 {
    font-size: 50px;
    text-align: center;
  }
  .sec5 .sec5-full h1 {
    font-size: 50px;
  }
  .sec5 .sec5-full .sec5-img {
    width: 100%;
  }
  .sec5 .sec5-full .sec5-content h2 {
    font-size: 20px;
  }
  .sec6 .sec6-head h1 {
    font-size: 50px;
  }
  .sec6 .sec6-box {
    flex-direction: column;
  }
  .sec6 .sec6-box .sec6-box1 h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .side-nav {
    display: block;
  }
  .side-nav ul .closebtn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 45px;
    color: white;
  }
  .icon-menu {
    display: block;
  }
  header {
    display: block;
    flex-direction: column;
  }
  header .full-header .side-bar {
    display: flex;
    justify-content: space-between;
  }
  header .full-header .side-bar .logo {
    width: 20%;
    margin: 16px;
  }
  header .full-header .nav-bar {
    display: none;
    width: 100%;
    margin-left: 12%;
  }
  header .full-header .nav-bar ul {
    gap: 17px;
  }
  header .full-header .nav-bar ul li a {
    font-size: 14px;
  }
  .banner .banner-full {
    flex-direction: column;
  }
  .banner .banner-full .banner-left {
    width: 100%;
    padding: 5px;
  }
  .banner .banner-full .banner-left h1 {
    font-size: 36px;
  }
  .banner .banner-full .banner-left p {
    font-size: 16px;
  }
  .banner .banner-full .banner-left .search-bar {
    width: 100%;
  }
  .banner .banner-full .banner-right {
    margin: 0;
  }
  .our-product h1 {
    font-size: 36px;
  }
  .our-product .three-box {
    flex-direction: column;
  }
  .sec3 .sec3-full {
    flex-direction: column;
  }
  .sec3 .sec3-full .sec3-left {
    width: 100%;
  }
  .sec3 .sec3-full .sec3-left h1 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
  }
  .sec3 .sec3-full .sec3-left p {
    width: 100%;
  }
  .sec3 .sec3-full .sec3-right {
    margin: 0 auto;
  }
  .sec3 .sec3-full .sec3-right .sec3-box {
    width: 100%;
  }
  .sec3 .sec3-full .sec3-right .sec3-box img {
    width: 100%;
  }
  .sec4 .sec4-full {
    flex-direction: column;
  }
  .sec4 .sec4-full .sec4-left {
    width: 100%;
  }
  .sec4 .sec4-full .sec4-right {
    width: 100%;
  }
  .sec4 .sec4-full .sec4-right h1 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
  }
  .sec4 .sec4-full .sec4-right p {
    width: 100%;
  }
  .sec5 .sec5-full .sec5-banner {
    flex-direction: column;
    margin: 30px 0;
  }
  .sec5 .sec5-full .sec5-banner .sec5-img1 img {
    width: 100%;
  }
  .sec5 .sec5-full .sec5-banner .sec5-img img {
    width: 100%;
  }
  .sec5 .sec5-full .sec5-content {
    margin-top: -4px;
    padding: 20px 0;
  }
  .sec5 .sec5-full .sec5-content h2 {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }
  .sec5 .sec5-full .sec5-content .sec5-detail {
    margin-left: -12px;
  }
  .sec5 .sec5-full .sec5-content .sec5-detail p {
    font-size: 16px;
  }
  .sec5 .sec5-full .sec5-content .sec5-detail h5 {
    font-size: 16px;
  }
  .sec6 .sec6-head h1 {
    font-size: 36px;
  }
  .sec6 .sec6-box {
    flex-direction: column;
  }
  .sec6 .sec6-box .sec6-box1 {
    padding: 20px;
  }
  .sec6 .sec6-box .sec6-box1 h1 {
    font-size: 30px;
  }
  .sec6 .sec6-box .sec6-box1 a {
    font-size: 16px;
  }
  .futer .futer-down {
    bottom: 25px;
  }
  .futer .futer-full {
    flex-direction: column;
  }
  .futer .futer-full .futer-box1 {
    width: 100%;
  }
  .futer .futer-full .futer-box2 {
    gap: 15px;
  }
  .futer .futer-full .futer-box2 h1 {
    font-size: 25px;
  }
  .futer .futer-full .futer-box2 .futer-type {
    gap: 10px;
  }
  .futer .futer-full .futer-box2 .futer-type a {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */