/* =================================================================================================================*/
/* Sebagian css sudah tidak berfungsi, tapi malas sir hapusnya */
/* @andik febriansyah - andik@ultranetwork.id */
/* =================================================================================================================*/


/* Basic */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
*{
  font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-transform: capitalize;
    outline: none; border:none;
    text-decoration: none;
    transition: all .2s linear;
  }
  html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 6rem;
    scroll-behavior: smooth;
  }
  body{
    color: #ffffff;
      /* background-size: cover; */
    width: 100%;
    background-color: rgba(114, 39, 175, 0.986);
     
  }
nav{
    background-color: rgba(2, 2, 2, 0.082);
    padding: 10px 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.726);
  }
  nav a{
    color: rgb(255, 255, 255);
    font-weight: 500;
  }
  nav a:hover{
    color: rgb(162, 0, 255);
    text-decoration: none;
    
  }
  .logo{
    flex: 1;

  }
  .logo a{
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 1px;
  }
  .logo img{
    width:140px;
    margin-left: 90px;
  }
  .menu{
    display: flex;
    align-items:center;
    list-style: none;
    margin-right: 140px;
    
  }
  
  .toggle{
    display: none;
    font-size: 30px;
    
  }
  
  .menu li{
    padding: 10px 30px;
    font-size: 20px;
    
  }

  li .box{
      background-color: rgba(140, 27, 155, 0.288);
      border-radius: 10px;
      padding: 7px 15px 7px 15px;
  }
  li .box:hover{
    background-color: rgb(255, 196, 0);
  }
  
  li .box a{
      color: white;
  }

  .wrapper{
      width: 100%;
      position: relative;
  }
  .slides-container{
      height:500px;
  }
  .slide-image{
      height:500px;
  }
  .slide-image img{
      width:100%;
      height:610px;

  }

#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Untuk membuatnya di belakang konten */
}

/* content1 */
  .content-container{
    position: relative;
    width: 100%;
    
  }
  .content-container .box {
    margin: 7rem 10px 5px 10px;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: nowrap;
    
    
  }
  .content-container .box .image img{
    width: 370px;
    height:350px;
    margin-right: 10em;
    margin-left: 20em;
    padding-left: 10px;
  }
  .content-container .box .content{
   margin-top: 94px;
  }
  .content-container .box .content h2{
    font-size: 50px;
    font-weight: 600;
    flex-direction: column;
  }

  .content-container .box .content p{
    font-size: 20px;
    flex-direction: column;
  }



  /* content end */
  .footer{
    background:rgba(0, 0, 0, 0.411);
    margin-top: 200px;
  }
  
  .footer .box-container{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
  }
  
  .footer .box-container .box{
    padding:10px 50px;
    flex:1 1 30rem;
    margin-right: 50px;
    flex-direction: column;
    margin-top: 40px;
  }
  
  .footer .box-container .box h3{
    font-size: 2.5rem;
    padding:.7rem 0;
    color:#fff;
  }
  
  .footer .box-container .box p{
    font-size: 1.5rem;
    padding:.7rem 0;
    color:#eee;
  }
  
  .footer .box-container .box a{
    display: flex;
    font-size: 1.5rem;
    padding:.7rem 0;
    color:#eee;
  }
  
  .footer .box-container .box a:hover{
    color:rgba(255,255,255,.2);
    text-decoration: underline;
  }
  
  .footer .credit{
    text-align: center;
    padding:2rem 1rem;
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: normal;
    color:#fff;
    border-top: .1rem solid rgba(255,255,255,.2);
  }
  
  .footer .credit span{
    color:rgb(255, 255, 255);
    font-weight: 700;
  }
  .side-nav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(140, 27, 155, 0.288);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    white-space: nowrap;
  }
  .side-nav a{
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-size: 22px;
    color: rgb(255, 255, 255);
    display: block;
    transition: 0.3s;
    font-weight: 500;
  }
  .side-nav  .menu-side a{
      padding: 39px 10px 20px 30px;
      text-decoration: none;
      font-size: 22px;
      color: rgb(255, 255, 255);
      display: block;
      transition: 0.3s;
      font-weight: 400;
    }
  .side-nav .menu-side a:hover{
    color: rgb(255, 196, 0);
  }
  
  .side-nav .btn-close{
    position: absolute;
    top: 19px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .side-nav a img{
    width: 120px;
    position: absolute;
    top: 20px;
  }

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

  /* MAHAL ANJING */
  .bordars {
    display: flex;
    align-items: center;
    gap: 60px;
    box-shadow: 0 8px 16px 0 rgb(16, 0, 19);
    background-color: rgba(0, 0, 0, 0.144);
    margin-top: 50px;
    border-radius: 15px;
    padding: 70px;
    margin: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.bordirs {
  display: flex;
  gap: 60px;
  box-shadow: 0 8px 16px 0 rgb(16, 0, 19);
  background-color: rgba(0, 0, 0, 0.144);
  margin-top: 50px;
  border-radius: 15px;
  padding: 70px;
  margin: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* =================================================================================================================*/




.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.nav-buttons button {
  background: none;
  border: none;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  padding-bottom: 5px;
}
.nav-buttons button.active {
  color: rgb(255, 196, 0);
  border-bottom: 2px solid rgb(255, 196, 0);
}
.courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .courses-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .courses-grid {
      grid-template-columns: repeat(4, 1fr);
  }
}
.course-card {
  background-color: rgba(255, 251, 251, 0.062);
  color: rgba(255, 253, 253, 0.849);
  padding: 10px;
  border-radius: 0.5rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.397);
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.badge-free {
  background-color: rgb(255, 196, 0);
  color: #000000;
}

.course-card h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.course-card p {
  display: grid;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 2px 0;
}
.course-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #ffffff;
}
.course-info i {
  margin-right: 0.25rem;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.explore-button {
  background-color: #fbbf24;
  color: black;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
}








/*==============================================================================================================*/
.unique-navbar {
  position: relative;
  background-color: #333;
  padding: 10px;
}

.unique-menu-toggle {
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.unique-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  transition: left 0.3s ease;
}

.unique-menu.active {
  left: 0;
}

.unique-menu li {
  text-align: center;
  margin: 20px 0;
}

.unique-menu a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.3s;
}

.unique-menu a:hover {
  color: #ff6347; /* Warna saat hover */
}
















.contact-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 30px;
  background: #0000002d;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.icon-section {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 2px solid #eeeeee50;
}

.icon-box {
  text-align: center;
  padding: 15px;
  transition: transform 0.3s;
}

.icon-box:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 2.2em;
  color: rgb(255, 196, 0);
  margin-bottom: 10px;
}

.contact-info {
  text-align: center;
  line-height: 1.8;
  color: #ffffffb2;
}

.address {
  margin: 20px 0;
  font-style: italic;
}

.map-container {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*==============================================================================================================*/

/* about us */

/* Vision & Mission Styling */
.vision-mission {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}


.vm-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 60px 0;
}

.vm-item.reverse {
  flex-direction: row-reverse;
}

.vm-image {
  flex: 1;
  min-width: 400px;
}

.vm-image img {
  width: 70%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.vm-content {
  flex: 1;
  padding: 15px;
  border-radius: 12px;
}

.vm-content h3 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.vm-content p {
  color: #ffffff;
  line-height: 1.6;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
/* Work Culture Section */
.culture-section {
  margin-top: 80px;
}

.culture-image img {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.culture-content {
  max-width: 1000px;
  margin: 30px auto;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 40px 0;
}

.culture-item {
  background-color: rgba(253, 253, 253, 0.082);
  padding: 25px;
  border-radius: 8px;
}

.culture-content h3 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 20px;
}
.culture-content h4 {
  color: #ffffffd5;
  font-size: 2rem;
  margin-bottom: 20px;
}

.icon-ovals {
  text-align: center;
  margin-top: 30px;
}

.icon-ovals a {
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.icon-ovals a:hover {
  background: rgba(255,255,255,0.1);
}

.culture-content p {
  color: rgba(255, 255, 255, 0.87);
  line-height: 1.6;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.culture-content p2 {
  color: #fdfdfdea;
  line-height: 1.6;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .vm-item {
      flex-direction: column;
      gap: 20px;
  }
  
  .vm-image {
      min-width: 100%;
  }
  
  .culture-grid {
      grid-template-columns: 1fr;
  }
}


/*==============================================================================================================*/

.linktree-container {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  line-height: 1.8;
  background-color: #0000002a;
  border-radius: 15px;
  object-fit: contain;
  padding: 60px;
  margin: 20px auto; 
}
.linktree-section {
  border: 1px solid #000;
  padding: 14px;
  margin-bottom: 66px;
  border-radius: 7px;
  display: flex;
  background-color: #00000042;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.linktree-section.reverse {
  flex-direction: row-reverse;
  display: flex;
}
.linktree-flex {
  display: flex;
  align-items: center;
}
.linktree-justify-between {
  justify-content: space-between;
}
.linktree-justify-center {
  justify-content: center;
}
.linktree-mb-4 {
  margin-bottom: 16px;
}
.linktree-mr-4 {
  margin-right: 16px;
}
.linktree-w-12 {
  width: 50px;
  height: 50px;
}
.linktree-font-bold {
  font-weight: bold;
  padding: 6px;
}
.linktree-font-bold2 {
  font-weight: bold;
  padding: 12px;
}
.linktree-grid {
  display: grid;
  gap: 16px;
}
.linktree-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.linktree-border {
  border: 1px solid #000;
  padding: 8px;
}
.linktree-p-2 {
  padding: 8px;
}
.linktree-w-full {
  width: 100%;
}

  /* product pages */
  .container-product{
    position: relative;
    display: flex;
    top: 0px;
    left: 20px;
    z-index: 0;
  }
  .container-product-rs{
    display: none;
  }
 .container-product .text{
   font-size: 70px;
   font-weight: 700;
   color: rgb(241, 186, 2);
  }
  .container-product .text h4{
    word-spacing: 10px;
    line-height: 70px;
    padding-top: 370px;
    text-transform: uppercase;
 }
 .container-product .image img{
   width: 65rem;
   height: 65rem;
   padding-top: 0;
   margin: 0 0px 0px 90px;
 }

 .title h4{
   text-align: center;
   font-size: 32px;
   text-transform: capitalize;
   padding-top: 50px;
   margin-top: 15px;
 }

 .title p{
   text-align: center;
   font-size: 17px;
   text-transform: capitalize;
   padding-top: 10px;
}

.card img{
  height: 200px;
  width: 200px;
}

.card-row{
  height:500px;
  width: 100%;
  margin: 0 5px;
  text-align: center;
  padding: 5px 10px 0 0;
  display: flex;
  margin-right: 50px;
  justify-content: center;
}

.card-colum{
  width: 20%;
  padding: 15px; 
}

/* ASET PENTINGGGGGGGGGGG =================================================================================================*/

.card {
  background-color: rgba(255, 251, 251, 0.062);
  box-shadow: 0 8px 16px 0 rgb(0, 0, 0);
  padding: 16px;
  margin-top: 50px;
  border-radius: 12px;
  transition: all 0.3s ease; 
  cursor: pointer;
}
.card h3{
  font-size: 75px;
  color:rgb(241, 187, 7);
  line-height: 65px;
}
.card p{
  font-size: 30px;
  color: rgba(255, 255, 255, 0.87);
  line-height: 40px;
}

.card p8{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.87);
  line-height: 23px;
}

.card:hover {
  transform: translateY(-10px); 
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.card .harga{
 padding: 5px 5px 5px 5px;
 font-size: 20px;
 background-color: rgb(140, 27, 155);
 color: white;
 border-radius: 30px;
 font-weight: 700;
 text-align: center;
}

/*==============================================================================================================*/

/* service page */
.title-service{
  padding-top: 50px;
}
.title-service h3{
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: rgb(241, 186, 2);
  
}
.image-container {
  text-align: center;
}

.image-container img{
  width: 500px;
  height: 500px;
  object-fit: contain;
}

.content-service{
  display: flex;
  padding: 20px 10px 20px 10px;
  width: 100%;
  
}
.content-service-rs{
  display: none;
}
.content-service .left{
  flex-direction: column;
  padding: 20px 20px 20px 20px;
  margin-left: 10px;
}
.content-service .left .colum{
  padding-bottom: 30px;
  height: 300px;
}
.content-service .left .colum img{
  width: 170px;
  height: 100px;
  margin-left: 470px;
}
.content-service .left .colum h3{
  font-size: 60px;
  font-weight: 700;
  color: rgb(241, 186, 2);
  padding: 0 10px 10px 10px ;
  padding-right: 0;
  text-align: right;
  line-height: 40px;
  font-style: italic;
}
.content-service .left .colum p{
  font-size: 17px;
  text-align: right;
  font-style: italic;
}
.content-service .right{
  flex-direction: column;
  padding:20px 20px 20px 20px ;
  border-left: 1rem solid rgb(255, 196, 0);;
}
.content-service .right p{
 background-color: rgba(156, 154, 154, 0.082);
 box-shadow: 0 8px 16px 0 rgb(0, 0, 0);
 font-size: 30px;
 border-radius: 35px;
 padding: 10px 15px 10px 15px;
 text-align: center;
 font-weight: 600;
 font-style: italic;
}

.services-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h4 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}

.section-header p{
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  padding-top: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.service-card {
  background-color: rgba(255, 251, 251, 0.062);
  box-shadow: 0 8px 16px 0 rgb(0, 0, 0);
  padding: 25px;
  border-radius: 10px;
  transition: transform 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-5px);
}

.card-image {
  height: 200px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.service-card h3 {
  color: rgb(255, 196, 0);
  margin-bottom: 15px;
  font-size: 24px;
}

.service-card p {
  color: rgba(255, 255, 255, 0.87);
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .services-grid {
      grid-template-columns: 1fr;
  }
  
  .section-header h1 {
      font-size: 28px;
  }
  
  .card-image {
      height: 150px;
  }
}



/*==============================================================================================================*/

/* page-partnership */
.title-partner{
  padding-top: 50px;
}
.title-partner h3{
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  color: rgb(241, 186, 2);
  
}
.box-container-ptn{
  display: flex;
  flex-wrap: wrap;
  gap:1.5rem;
  padding: 23px;
}

 .box-container-ptn .box{
  overflow: hidden;
  box-shadow: 0 1rem 2rem rgba(255, 255, 255, 0.1);
  border-radius: .5rem;
  flex:1 1 30rem;
  height: 25rem;
  position: relative;
  z-index: 0;
}
 .box-container-ptn .box img{
  top:-400px; left:0;
  padding: 25px;
  height: 100%;
  width:100%;
  object-fit: contain;
}
.box-container-ptn .box .content{
  position: absolute;
  top:-400px; left:0;
  height: 100%;
  width:100%;
  text-align: center;
  background:rgba(0,0,0,.7);
  padding:2rem;
  padding-top: 5rem;
}

.box-container-ptn .box:hover .content{
  top:0;
}

.box-container-ptn .box .content h3{
  font-size: 2rem;
  color:rgb(241, 186, 2);
  padding: 2rem 0;
}
.btn{
  background-color:rgb(255, 196, 0);;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  margin-bottom: 500px;
  border-radius: 10px;
}

 .btn:hover{
  background-color:rgba(1, 104, 238, 0.24) ;
  color: rgb(204, 204, 204);
  border: 0.1rem solid rgb(255, 196, 0);;;
  
}


/*==============================================================================================================*/

/* page-contactus */
.contact{
  height: 800px;
  padding: 5px 100px 20px 100px;
}
.contact .row{
  display: flex;
  flex-wrap: wrap;
  gap:1.5rem;
  align-items: center;
  height: 700px;
  padding: 10px 90px 10px 90px;
}

.contact .row .image{
  flex:1 1 35rem;
}

.contact .row .image img{
  width:70%;
  margin-left: 70px;
  margin-top: -100px;
}

.contact .row form{
  flex:1 1 15rem;
  padding:2rem;
  box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
  border-radius: .5rem;
  height: 570px;
}

.contact .row form .inputBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .row form .inputBox h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(241, 186, 2);
  margin-left: 42px;
}
.contact .row form .inputBox input, .contact .row form textarea{
  width:100%;
  margin:1rem 0;
  padding:1rem;
  font-size: 1.7rem;
  color:#333;
  background:#f7f7f7;
  text-transform: none;
}

.contact .row form textarea{
  height: 15rem;
  resize: none;
}
.btn-submit{
  background-color: rgb(255, 196, 0);
  cursor: pointer;
  padding: 5px 10px 5px 10px;
  color: #eee;
  font-style: italic;
  position: relative;
  justify-content: center;
  display: flex;
  height: 40px;
  width: 100%;
  border-radius: 50px;
}
.btn-submit .text-btn{
  font-size: 20px;
  padding-top: -1px;
  height: 23px;
}
.btn-submit  .logo-wa{
  font-size: 20px;
  padding-right: 5px;
  padding-top: 3px;
  height: 23px;
}
.btn-submit:hover{
  font-size: 20px;
  color: #eee;
  background-color: rgb(241, 177, 2);
}
.content-au{
  display: flex;
  padding: 20px 100px 20px 100px;
}
.content-au .lleft img{
  width: 550px;
  height: 550px;
}
.content-au .rright{
  margin-top: 200px;
}
.content-au .rright h4{
  font-size: 40px;
}
.content-au .rright img{
  width: 210px;
  height: 186;
}

.about{
  padding: 30px 170px 30px 170px;
}


.about .tittle-about h4{
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 40px;
  text-transform: uppercase;
  background-color: #2596be;
  color: #fff;
  width: 126px;
}
.about .desc p{
  font-size: 20px;
  padding: 10px 10px 10px 10px;
}

/* =================================================================================================================*/
  /* responsive */
  @media (max-width:1200px){

    html{
      font-size: 55%;
    }
  
  }
  
  @media (max-width:991px){



/* =================================================================================================================*/
  /* page product */
  .container-product{
    display: none;
  }
  .container-product-rs{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  padding-bottom: 250px;
 

}


.container-product-rs .image img{
  width: 350px;
  height: 350px;
  padding: 0;
  margin: 15px 0 0 2px;
  
}
.container-product-rs .text{
  font-size: 45px;
  font-weight: 700;
  text-align: center;
 
 }
 .container-product-rs .text h4{
   word-spacing: 10px;
   line-height: 50px;
   padding-top: 10px;
   text-transform: uppercase;
   height: 100%;
   width: 100%;
   color: rgb(241, 186, 2);
}
.content-service{
  display: none;
}
.content-service-rs{
  display: flex;
  padding: 20px 10px 20px 10px;
  width: 100%;
  margin-top: 250px;
  flex-direction: column;
}
.content-service-rs .left{
  flex-direction: column;
  padding: 20px 20px 20px 20px;
  margin-left: 10px;


}
.content-service-rs .left .colum{
  padding-bottom: 30px;
  height: 370px;
}
.content-service-rs .left .colum img{
  width: 120px;
  height: 70px;
  margin-left: 0;
}
.content-service-rs .left .colum h3{
  font-size: 60px;
  font-weight: 700;
  color: rgb(241, 186, 2);
  padding: 0 10px 10px 10px ;
  padding-left: 0;
  text-align: left;
  line-height: 40px;
  font-style: italic;
}
.content-service-rs .left .colum p{
  font-size: 17px;
  text-align: left;
  font-style: italic;
}
.content-service-rs .right{
  flex-direction: column;
  padding:20px 20px 20px 20px ;
  border-left: 0 solid rgba(255, 255, 255, 0.911);
}
.content-service-rs .right p{
 background-color: rgb(241, 186, 2);
 color: #fff;
 font-size: 30px;
 border-radius: 35px;
 padding: 10px 15px 10px 15px;
 text-align: center;
 font-weight: 600;
 font-style: italic;
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
    
  }
    
    @media (max-width:768px){
      nav{
        display: block;
        position: relative;
        padding: 15px 0;
        
      }
      
      .menu{
    display: none;
    margin-top: 15px;
    margin-left: 50px;
    
  }
  .menu li{
    font-size: 15px;
    text-align: center;
    background: rgb(37, 37, 37);
    border-top: .1rem solid rgba(255,255,255,.2);
    padding:1rem 2rem;
    clip-path: polygon(0 0, 1500px 0, 1500px 0, 0 1500px);
    border-radius: 5px;
  }
  .logo img{
    width: 135px;
    margin-left: 45px;
    margin-top: -1px;
  }
  
 
  .toggle{
    display: block;
    position: absolute;
    top: 28px;
    right: 23px;
    font-size: 46px;
  }
 
  .slide-image img{
    width:100%;
    height:198px;

  }


  .content-container .box {
    margin: 7rem 10px 5px 10px;
    padding: 10px 10px 18px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .content-container .box .image img{
    width: 270px;
    height:250px;
    margin-right: 50px;
    margin-left: 10px;
    padding-left: 5px;
  }
  .content-container .box .content{
   margin-top:51px;
  }
  .content-container .box .content h2{
    font-size: 30px;
    font-weight: 600;
    flex-direction: column;
  }

  .content-container .box .content p{
    font-size: 19px;
    flex-direction: column;
  }

 
  
.title h2{
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
  padding-top: 100px;
  padding-bottom: 50px;

  
}

.card-row{
  flex-direction: column;
  margin-bottom: 50px;
  width: 350px;
  height: 100%;
 
}
.card-colum{
  width: 100%;
  padding: 0 34px;
  margin-left: 19px;


  }

  .footer{
    background:rgb(16, 0, 19);
    margin-top: 200px;
  }
  .footer .box-container .box{
    padding:2px 0 0;
    flex:1 1 25rem;
    margin-left: 50px;
    height: 200px;
    flex-direction: column;
    margin-top: 50px;
    width: 100%;
    
  }
  .footer .box-container .box p{
    font-size: 2rem;
  }
  .footer .box-container .box a{
    font-size: 2rem;
  }

/*==============================================================================================================*/

  /* page-service */
  .title-service{
    padding-top: 50px;
  }
  .title-service h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: rgb(241, 186, 2);
    
  }
  .image-container {
    text-align: center;   
  }
  
  .image-container img{
    width: 280px;
    height: 280px;

  }
  
  /* page-partnership */
  .title-partner h3{
    font-size: 34px;

  }
  .box-container-ptn{
    padding: 10px 30px 10px 30px;
  }


/*==============================================================================================================*/

  /* page-contactus */
  .contact{
    height: 800px;
    padding: 5px 60px 20px 60px;
  }
  .contact .row{
    display: flex;
    flex-wrap: wrap;
    gap:1.5rem;
    align-items: center;
    height: 700px;
    padding: 10px 10px 10px 10px;
  }
  
  .contact .row .image{
    flex:1 1 35rem;
  }
  
  .contact .row .image img{
    width:72%;
    margin-left: 40px;
    margin-top: 50px;
  }
  
  .contact .row form{
    flex:1 1 15rem;
    padding:2rem;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
    border-radius: .5rem;
    height: 440px;
  }
  
  .contact .row form .inputBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact .row form .inputBox h3{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(241, 186, 2);
    margin-left: 30px;
  }
  .contact .row form .inputBox input, .contact .row form textarea{
    width:100%;
    margin:1rem 0;
    padding:1rem;
    font-size: 1.7rem;
    color:#333;
    background:#f7f7f7;
    text-transform: none;
  }
  
  .contact .row form textarea{
    height: 15rem;
    resize: none;
  }
  .btn-submit{
    background-color: rgb(255, 196, 0);
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    color: #eee;

    font-style: italic;
    position: relative;
    justify-content: center;
    display: flex;
    height: 40px;
    width: 100%;
    border-radius: 50px;
  }
  .btn-submit .text-btn{
    font-size: 17px;
    padding-top: -1px;
    height: 23px;
  }
  .btn-submit  .logo-wa{
    font-size: 17px;
    padding-right: 5px;
    padding-top: 3px;
    height: 23px;
  }
  .btn-submit:hover{
    font-size: 20px;
    color: #eee;
    background-color: rgb(241, 177, 2);
  }
  /* page-aboutus */
  .content-au{
    flex-direction: column;
    padding: 10px 20px 70px 20px;
  }
  .content-au .lleft img{
    width: 350px;
    height: 350px;
  }
  .content-au .rright{
    margin-top: 50px;

  }
  .content-au .rright h4{
    font-size: 25px;
    text-align: center;
  }
  .content-au .rright img{
    width: 149px;
    height: 90px;
    margin-left: 101px;
  }
  .about{
    padding: 50px 20px 20px 20px;
  }
  .about .tittle-about h4{
    font-size: 30px;
    width: 105px;
  }
  .about .desc p{
    font-size: 20px;
  }
}
  @media (max-width:450px){
  
    html{
      font-size: 50%;
    }
  
    .heading span{
      font-size: 2.5rem;
    }
  
    .contact .row form .inputBox input{
      width:100%;
    }
  
  }
  #particle-canvas {
    width: 100%;
    height: 100%;
  }



/* =================================================================================================================*/