@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --green: #329E46;
  --yellow: #F9C836;
  --blue: #1F98D8;
  --dark-blue: #1072BD;
  --dark-blue-secondary: #0d5e9d;
  --white: #ffffff;
  --input-white: #F0F0F0;
  --dark: #7C7C7C;
  --dark-2: #3D3D3D;
  --black: #111111
}

  .mobile{
    display: none!important;
  }
  .desktop{
    display: block !important;
  }

@media only screen and (max-width: 1440px) {
  .kotak-opacity-right-bottom {
    background-color: #dededea3;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: 240px;
    margin-left: 377px;
    z-index: 2;
  }
}

@media only screen and (max-width: 1119px) {
  .w-nav{
    width: 67% !important;
  }
}

@media only screen and (max-width: 882px) {
  .w-nav{
    width: 60% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .home-rfq-text h2{
    margin-top: 120px;
  }
}

@media only screen and (max-width:1093px) {
  .input-group{
    width: 100%;
  }
  .img-play-video{
    width: 100%;
  }
  .ptpn-location h4{
    font-size: 14px;
    color: #252525;
    margin-bottom: 0;
    font-weight: 600;
  }
}

@media only screen and (max-width:1198px) {
  .kotak-opacity-right-bottom {
    background-color: #dededea3;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: 240px;
    margin-left: 310px;
    z-index: 2;
  }
}

@media only screen and (max-width: 991px) {
  .bg-section-about{
    background: 0 !important;
  }
  .content-text {
    padding-right: 0px;
  }
  .home-rfq-text{
    margin-top: 200px;
  }
  .home-rfq-text h2 {
    font-weight: 800;
    font-size: 41px;
    line-height: 102.2%;
    color: var(--white);
    padding-right: 100px;
  }
  .home-news {
    background-image: url(../images/home/bg-news.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0;
    padding-bottom: 0px !important;
  }
  .p-product{
    padding-top: 256px !important;
  }
  .grid-2 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 197.4px !important;
    width: 100%;
    background: linear-gradient(80deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    text-align: center;
    cursor: pointer;
  }
  figure.effect-lily-2 figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 38%;
    padding-top: 0 !important;
  }
  figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 44%;
    padding-top: 0 !important;
  }
  .kotak-opacity-right-bottom {
    background-color: #dededea3;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: 240px;
    margin-left: 201px;
    z-index: 2;
  }
}

@media only screen and (max-width:767px) {
  .mobile{
    display: block !important;
  }
  .desktop{
    display: none !important;
  }
  #navbar-desktop{
    display: none;
  }
  #navbar-mobile{
    display: block;
  }
  #navigation-desktop{
    display: none;
  }
  #navigation-mobile{
    display: block;
    z-index: 1600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #footer-desktop{
    display: none;
  }
  #footer-mobile{
    display: block;
  }
  .input-group {
    width: 0;
  }
  .navbar-brand{
    margin-right: 0;
    margin-left: 32px;
  }
  #category-mobile{
    z-index: 100;
    background-color: var(--white);
  }
  .title-line-2{
    display: none;
  }
  .bottom-tab-text{
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    color: var(--white);
  }
  .content-text{
    padding-right: 0px;
  }
  .footer-accordion-button{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #101010;
  }
  .accordion-body-footer{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #101010;
  }
  .footer-accordion-button, .accordion-button:not(.collapsed){
    color: #101010;
  }
  .accordion-footer .accordion-button::after {
      background-image: url('../images/contact/arrow-collapse.svg') !important;
      transform: rotate(0deg);
  }
  .accordion-button, .accordion-button:focus{
    border: 0 !important;
    box-shadow: none;
  }
  .home-news{
    padding: 100px 0;
  }
  .home-rfq {
    padding-top: 0;
  }
  .mobile-main-section-top{
    height: 24px;
    background-color: var(--white);
    border-radius: 15px 15px 0 0;
    transform: translateY(-20px);
    z-index: 100 !important;
  }
  .bg-section-about{
    background: none !important;
  }
  .bg-mobile-detail-product{
    background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%);
    border-radius: 100% 100% 0 0;
  }
  .rfq-bg{
    padding: 0px;
    width: 100%;
    background-image: url("../images/rfq/rfq-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .bg-form-rfq{
    border-radius: 15px 15px 0 0 !important;
  }
  .btn-outline-white{
    border: 1px solid  var(--white);
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .btn-outline-white:hover, .btn-outline-white:focus{
    border: 1px solid  var(--white);
    background-color: var(--white);
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    color: var(--green);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .form-check .form-check-input {
    float: left;
    margin-left: 6.5em;
  }
  .bg-contact{
    background: url('../images/contact/bg-contact.png');
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 100px;
  }
  .news-detail-title {
    font-weight: bold;
    font-size: 34px;
    line-height: 111.5%;
    color: var(--white);
    text-transform: capitalize;
  }
  .news-detail-date {
    font-weight: 500;
    font-size: 18px;
    line-height: 141.5%;
    color: var(--white);
  }
  #modalChat .modal-dialog {
    position: absolute;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    bottom: 60px;
    right: 0;
  }
  .text-home-banner {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: capitalize;
  }
} 

@media only screen and (max-width:425px) {
  .category-menu h6 {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .link-white {
    color:#000!important;
    margin-left: 0px;
  }

  .dropdown-menu[data-bs-popper] {
    right: 0;
    margin-top: .125rem;
  }

  .category-menu{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .overlay-content {
    position: relative;
    top: 30%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  .overlay input[type=text] {
    padding: 0px;
    font-size: 36px;
    border: none;
    float: left;
    width: 100%;
    background: transparent;
    color: white;
  }
  .overlay .closebtn {
    position: absolute;
    top: 15%;
    right: 10%;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  .content-text {
    padding-right: 0px;
  }
  .img-play-video {
    transform: translateY(20px) !important;
    z-index: 100 !important;
  }

  .card-home-news .card-body h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 141.5%;
    color: var(--dark-2);
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-news {
    padding: 100px 0px 30px;
  }
}

@media only screen and (max-width:320px) {
  .category-menu h6 {
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .category-menu{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}