@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
  font-family: "Mulish", sans-serif;
}


img.header-logo {
  width: 216px;
}


nav.navbar.navbar-expand-lg.bg-body-tertiary {
  padding: 20px;
}


a.nav-link {
  font-size: 20px;
  font-weight: 700;
}



ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
  gap: 42px;
}


section.home.py-5 {
  background: url(../img/home1.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.star3 section.home.py-5 {
  background: url(../img/home4.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



img.home_logo {
  width: 243px;
  background: #fffffffa;
  border-radius: 28px 0px;
  margin-bottom: 20px;
  padding: 12px;
}

.star5 section.home.py-5 {
  background: url(../img/home3.jpg);
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home .home_content {
  margin: auto;
  margin-top: 250px;
  width: 47%;
  background: #1a328200;
  margin-right: 175px;
}



.home .home_content h4 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}


.home .home_content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}



.home .home_content button {
  padding: 10px 30px;
  background: none;
  border: 2px solid #fff;
  margin-top: 10px;
  border-radius: 34px;
}


.home .home_content button a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  margin-bottom: 33px;
}




.about .main_title h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}



.about .main_title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000000b0;
  margin-bottom: 30px;
}



.about .for_img img {
  width: 100%;
  height: 336px;
  object-fit: contain;
}





section.product {
  background: #f4f4f4;
}

.product .for_img img {
  width: 100%;
}


.product .main_title h6 {
  font-size: 30px;
  font-weight: 400;
  color: #1b68b1;
  margin-bottom: 35px;
}


.product .title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  color: #000000db;
}


.product .title button {
  padding: 4px 15px;
  background: #1b68b1;
  border-radius: 26px;
  border: none;
  margin-top: 25px;
}

.product .title button a {
  color: #fff;
  font-weight: 500;
}


.product .offset-1 {
  margin-left: 5.333333%;
}



ul.tabs {
  margin: auto;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

ul.tabs li {
  background: #fff;
  color: #222;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  border: 2px solid #1b68b1;
  border-radius: 47px;
}

ul.tabs li.current {
  background: #1b68b1;
  color: #222;
  border: 2px solid #000;
  padding: 10px 30px;
  border-radius: 54px;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}



.collect .for_img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}


.collect .col-lg-6 {
  margin: auto;
}


.collect .main_title h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}



.quality .info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality .title {
  margin-left: 15px;
}


.quality .title h4 {
  font-size: 18px;
  font-weight: 500;
}


.quality .title p {
  font-size: 14px;
  margin-bottom: 0px;
}


.quality .main_title h4 {
  font-size: 26px;
  font-weight: 500;
  color: #1b68b1;
  margin-bottom: 30px;
}


section.quality {
  background: #f4f4f4;
}



.support .info1 img {
  width: 54px;
}



.support .title {
  margin-left: 15px;
}


.support .title h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}


.support .title p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}


.info1 {
  display: flex;
  align-items: center;
  padding: 20px 33px;
  box-shadow: 0px 0px 6px 0px #00000061;
  border-radius: 56px;
}


a {
  text-decoration: none !important;
}


.support .main {
  height: 100%;
}


.support .main_title h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1b68b1;
}


section.copyright {
  background: #1b68b1;
  padding: 10px;
}


.copyright h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #ffffff;
}





.sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #fff !important;
  animation: sticky 2s;
  box-shadow: 0px -1px 4px 0px;
  border-bottom: 4px solid #1b68b1;
}



h4.gen {
  font-size: 40px !important;
}


@media (max-width: 767.98px) {

  .offset-3 {
    margin-left: 0;
  }

  nav.navbar.navbar-expand-lg.bg-body-tertiary {
    padding: 10px !important;
  }

  img.header-logo {
    width: 146px;
  }

.home .home_content {
    margin-top: 202px;
    width: 100%;
    margin-bottom: 70px;
}

  .home .home_content h4 {
    font-size: 18px;
    color: #1b68b1;
  }


  .star5 .about .title h4 {
    font-size: 20px;
  }

  .home_1 .home .home_content h6 {
    font-size: 22px;
    font-weight: 600;
    color: #373435;
  }


  .copyright .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }




  section.home.py-5 {
    background: url(../img/3star1.jpg);
    height: 326px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0%;
  }

 .copyright h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}


  .star3 section.home.py-5 {
    background: url(../img/3starm.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0%;
  }


  .star5 section.home.py-5 {
    background: url(../img/home5.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 0%;
  }


  .about .cnt p {
    font-size: 14px;
  }

  .about .for_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  .product .main {
    margin-top: 25px;
  }

  ul.tabs {
    margin: auto;
    padding: 0px;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .tab-content.current {
    display: contents !important;
  }

  .collect .cnt p {
    font-size: 14px;
  }

  .collect .for_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .collect .col-lg-6 {
    margin: auto;
    padding: 10px;
  }

  .quality .main_title h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }


  .quality .info {
    margin-top: 30px;
  }


  .support .main {
    margin-top: 20px !important;
  }

  .support .main_title h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }


  button.navbar-toggler {
    border-radius: 0px !important;
    box-shadow: none !important;
  }


  ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 0px;
    line-height: 18px;
  }


  .product .offset-1 {
    margin-left: 0;
  }


  .star3 .home .home_content {
    margin-top: 110px;
    width: 100%;
    margin-bottom: 70px;
  }



.star3 .home .home_content {
    margin-top: 151px;
    width: 100%;
    margin-bottom: 70px;
}


  .home .home_content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #373435;
  }


  .home .home_content button {
    padding: 4px 18px;
    background: #1c5c99ad;
    border: 2px solid #fff;
    margin-top: 10px;
    border-radius: 34px;
  }


  img.about_logo {
    width: 222px;
  }


.star5 .home .home_content {
    margin-top: 150px;
    width: 100%;
    margin-bottom: 70px;
}

  .about .main_title h3 {
    margin-top: 24px;
    font-size: 30px;
    font-weight: 600;
    color: #000000b0;
    margin-bottom: 8px;
  }


  .star3 .home .home_content h4 {
    font-size: 18px;
    color: #ffffff;
  }


  .star5 .home .home_content h4 {
    font-size: 18px;
    color: #ffffff;
  }


  .star3 .home .home_content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }

  .star5 .home .home_content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
  }


  .star3 .home .home_content button {
    padding: 4px 18px;
    background: none;
    border: 2px solid #fff;
    margin-top: 10px;
    border-radius: 34px;
  }

  h4.elite1 {
    font-size: 27px !important;
  }

  .star3 img.home_logo {
    width: 243px;
    background: #fffffffa;
    border-radius: 28px 0px;
    margin-bottom: 20px;
    padding: 12px;
    margin-top: 15px;
  }

  .star5 .home .home_content button {
    padding: 4px 18px;
    background: none;
    border: 2px solid #fff;
    margin-top: 10px;
    border-radius: 34px;
  }


  .home_1 img.home_logo {
    width: 243px;
    background: #fffffffa;
    border-radius: 28px 0px;
    margin-bottom: 20px;
    padding: 12px;
    display: none;
  }

}





img.about_logo {
  display: none;
}



.about .main_title strong {
  font-size: 23px;
  color: #1b68b1;
}