@media only screen and (min-width: 321px) and (max-width: 768px) {
  .nav {
    justify-content: space-between;
    padding-left: 2rem;
    transition: all 400ms ease;
    padding-right: 2rem;
    width: 100%;
    transition: all 400ms ease;
  }
  .nav .nav-item {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 1rem;
  }
  .nav .nav-item:nth-child(3) {
    display: none;
  }
  .nav .nav-item-responsive {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin-right: 25%;
    transition: all 400ms ease;
  }

  #toggle-nav {
    display: block;
    font-size: 20px;
    stroke: white;
    margin-top: 1rem;
  }
  .menu-svg {
    cursor: pointer;
    filter: invert(100%);
  }
  .nav .nav-item-responsive li .btn-sc {
    cursor: pointer;
    display: block;
    background-color: #ac8b36;
    color: #ac8b36;
    /* background: linear-gradient(to right, #ffffff 50%, #ffffff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    transition: all 400ms ease-out;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    opacity: 0.8;
    margin: 0;
    border-radius: 0.5rem;
  }
  .nav .nav-item .wrap-menu li:nth-child(2) a .active {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 400ms ease-out;
  }
  .shortcut-wa {
    bottom: 80px;
  }
  .hero {
    padding-top: 2rem;
  }
  .hero .row {
    position: relative;
  }
  .hero .row .col-left {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero .row .col-left h1 {
    font-size: 4rem;
    line-height: 60px;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.21);
  }
  .hero .row .col-left p {
    font-size: 1.2rem;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    /* background-color: rgba(0, 0, 0, 0.2); */
    /* backdrop-filter: blur(4px); */
    border-radius: 0.5rem;
  }
  .hero .row .col-left .wrap {
    display: flex;
    gap: 1rem;
  }
  .hero .row .col-right {
    width: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
  }
  .hero .row .col-right img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    z-index: -5;
  }
  .hero .row .col-right:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -35%;
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    z-index: 1;
    background-image: url(../img/vector.png);
  }

  .hero .row .col-right .slider-container .slide,
  .hero .row .col-right .slider-container .slide:nth-child(2),
  .hero .row .col-right .slider-container .slide:nth-child(3) {
    filter: grayscale(60%);
  }
  .hero .row .bg-gradient {
    position: absolute;
    background-color: #222222;
    width: 150vw;
    height: 120px;
    bottom: -15px;
    right: -20px;
    filter: blur(10px);
  }

  .hero .row .col-right .slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 90vh;
    width: 99vw;
    filter: brightness(50%);
  }
  .video {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .service {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .service .row .col-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #808080;
    padding-left: 2rem;
    padding-bottom: 0;
    display: flex;
  }
  .service .row .col-right {
    width: 100%;
    display: flex;
    border-radius: 0rem;
    flex-direction: column;
  }
  .service .row {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0;
    text-align: left;
    justify-content: space-between;
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 0;
    margin-left: 0rem;
    margin-right: 6.5rem;
    width: 100%;
  }
  .service .row .col-left h2 {
    font-size: 70px;
    padding: 1rem;
    text-align: left;
  }
  .service .row .col-right h3 {
    line-height: 30px;
  }
  .service .row .col-left hr {
    display: none;
  }
  .service .row .col-right .wrap-content .wrap-text {
    width: 50%;
  }
  .service .row .col-right .wrap-content img {
    width: 7rem;
    height: 7rem;
  }
  .client .marquee .marquee-content .marquee-item img {
    width: 120px;
  }
  .section-pricing {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .section-pricing .row .col:nth-child(1) {
    -webkit-order: 2;
  }
  .section-pricing .row .col:nth-child(2) {
    -webkit-order: 2;
    margin-top: 2rem;
  }
  .section-pricing .row .col:nth-child(3) {
    -webkit-order: 1;
  }
  .nav .menu-svg {
    width: 1.2rem;
    height: auto;
  }
  .footer {
    height: 70px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .footer img {
    display: none;
  }
  .footer ul {
    gap: 0.7rem;
    width: 30%;
  }
  .footer .wrap-content {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
  .footer .icon-footer {
    width: 30%;
  }
  .footer .wrap-content p {
    font-size: 0.8rem;
    margin-bottom: -2px;
  }
  .footer .wrap-content p:nth-child(2) {
    font-size: 0.5rem;
    line-height: 10px;
    max-width: 300px;
  }
  .footer ul li a svg {
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: -6px;
  }
}

@media only screen and (max-width: 320px) {
  .service .row .col-left .line-service {
    margin-left: 20px;
  }
}
