*{
    margin: 0;
    padding: 0;
}

body{
    margin: 0 auto;
    font-size: clamp( 10px, 1.0vw, 20px);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    max-width: 1920px;
}

.container{
    margin: 0 auto;
    width: 90%;
}
.arrow-top {
    position: relative;
    z-index: 100;
}

.arrow-top img {
    width: 50%;
    margin-bottom: 15%;
}
/* display: none */
.swiper-data-mobile, .services-data-mobile,.footer-nav-mobile,.btn-nav, .logo-section-mobile{
    display: none;
}

/* Typography */

h1{
    font-size: clamp(22px, 2.1vw, 42px);
}
h2{
    font-size: clamp( 18px, 1.7vw, 34px);
}
h3{
    font-size: clamp(14px, 1.4vw, 28px);
}
h4{
    font-size: clamp (11px, 1.1vw, 22px);
}

.poppins{
    font-family: "Poppins", sans-serif;
}

.regular{
    font-weight: 400;
}
.semibold{
    font-weight: 600;
}

.orange{
    color: #4ca3db;
}

.white{
    color: #F6F7FA;
}

header{
    margin: 3.5% 0;
    display: flex;
    justify-content: space-between;
}
.nav-header{
    display: flex;
    justify-content: space-between;
    width: 53%;
}
.navigation{
    display: flex;
    width: 69%;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

.navigation li a{
    font-size: clamp(11px, 1.1vw, 22px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #0C0C0C;
}
.navigation li.active a {
    color: #4ca3db;
    font-weight: 500;
}

.logo{
    margin-left: -1%;
    width: 17.5%;
    height: 100%;
    margin-top: 1.4%;
  }

.navigation li, .navigation li a{
    list-style-type: none;
    text-decoration: none;
}


.btn-request{
    margin: 2% 0;
    background-color: #4ca3db;
    text-decoration: none;
    padding: 0.6em 0.7em;
    color: white;
    width: 15.6%;
    font-size: clamp(11px, 1.1vw, 22px);
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
}
.btn-request-about{
    margin: 2% 0;
    background-color: #4ca3db;
    text-decoration: none;
    padding: 0.6em 0.7em;
    color: white;
    width: 9%;
    font-size: clamp(11px, 1.1vw, 22px);
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
}
.btn-contact-about{
    margin: 2% 0;
    background-color: #4ca3db;
    text-decoration: none;
    padding: 0.6em 0.7em;
    color: white;
    width: 9%;
    font-size: clamp(11px, 1.1vw, 22px);
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
}
.btn-exp{
    margin: 2% 0;
    border: 1px solid #4ca3db;
    text-decoration: none;
    padding: 0.6em 0.7em;
    color: #4ca3db;
    width: 9%;
    font-size: clamp(11px, 1.1vw, 22px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 10px;
}

.quotes{
    margin: 5%;
    text-align: center;
}

.quotes h3{
    line-height: 1.5;
    margin-top: 1.5%;
    margin-bottom: 4%;
}



/* about-section */

.about-section{
    margin: 10% 0;
    display: flex;
    
}
.about-image img{
    margin-left: 6%;
    width: 93%;
}
.about-description, .about-image{
    width: 50%;
}
.about-description h2{
    margin-bottom: 5%;
}

.about-description{
    line-height: 1.8;
}

.img{
    margin: 5.6% 0 0 11.5%; 
    width: 77.6%;
    border-radius: 10px;
}
video{
    height: 60%;
}

/* Country */

.country{
    margin: -1% 0 0;
    padding: 5% 0 5%;
    background-color: #F6F7FA;
    display: none;
}
.country h2{
    margin: 0 auto;
    width: 55%;
    text-align: center;
}

.country-flag{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.box-flag{
    width: 100%;
}
.box-flag p{
    margin-top: 7%;
    text-align: center;
}
.box-flag img{
    width: 100%;
}


/* Services section */

.services{
    padding: 13% 0 11%;
    background-color: #F6F7FA;
    margin: -5.5% 0 4%;
}

.services h2{
    margin-bottom: 2.7%;
    text-align: center;
}

.swiper-data{
    padding: 5% 0 2%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.services-data{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 79.9%;
}

.box-services-data{
    border-left: 1px solid #A4A4A4;
    width: 100%;
    text-align: center;
    height: 5vw;
}
.box-services-data:nth-last-child(1){
    border-right: 1px solid #A4A4A4;
    width: 100%;
    text-align: center;
    height: 5vw;
}

.box-services-data-2{
    border-right: 1px solid #A4A4A4;
    width: 100%;
    text-align: center;
    height: 5vw;
}
.box-services-data-2:last-child{
    border-right: none;
    width: 100%;
    text-align: center;
    height: 5vw;
}
.box-services-data-2 p{
    margin-top: 7.5%;
    line-height: 1.7;
}
.box-services-data p{
    margin-top: 7.5%;
    line-height: 1.5;
}
.services-data-img{
    padding: 4% 0 3%;
    width: 64%;
    margin: 0 auto; /* Menempatkan gambar di tengah horizontal */
    display: block; /* Mengubah gambar menjadi blok agar margin auto bekerja */
}

/* Logo section */
.logo-company{
    margin: 6% 0 9%;
    width: 100%;
}
.logo-company h2{
    margin-top: -0.5%;
    text-align: center;
}

.logo-section-2, .logo-section{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 67%;
}
.logo-section-2{
    padding-top: 4.5%;
}
.point{
    display: flex;
    gap: 5%;
}

.logo-img-1{
    margin-top: 4.5%;
    width: 13%;
    height: 100%;
}
.logo-img-2{
    margin-top: 6.1%;
    margin-left: -2.5%;
    width: 13%;
    height: 100%;
}
.logo-img-3{
    margin-top: 8.5%;
    margin-left: -3.5%;
    width: 13%;
    height: 100%;

}
.logo-img-4{
    margin-top: 8.7%;
    width: 13%;
    height: 100%;
}
.logo-img-5{
    margin-top: 4.5%;
    width: 10%;
    height: 100%;
}
.logo-img-6{
    width: 13%;
    height: 100%;
}
.logo-img-7{
    margin-top: -1%;
    width: 12%;
    height: 100%;
}
.logo-img-8{
    margin-top: -3%;
    width: 11%;
    height: 100%;
}
.logo-img-9{
    width: 13%;
    height: 100%;
}
.logo-img-10{
    width: 13%;
    height: 100%;
    margin-top: 1%;
}
/* footer */

footer{
    background-color: #4ca3db;
    display: flex;
    justify-content: space-between;
}

.footer-nav{
    display: flex;
}
.logo-footer{
    width: 100%;
    margin-left: -0.1%;
    margin-top: 7%;
}
.flag-footer{
    width: 100%;
    margin-top: 8%;
    margin-left: 13%;
    height: 65%;
}
.box-footer-1{
    padding: 8.6% 0;
    display: flex;
}
.box-footer-2{
    display: grid;
    align-content: center;
    width: 50%;
}
.box-footer-3{
    
    text-align: right;
}
.box-footer-logo{
    width: 30%;
}
.box-footer-title{
    width: 30%;
    margin-left: 5%;
}
 .box-footer-flag{
    width: 22%;
}
.nav-footer{
    padding: 5.6% 0;
}
.box-footer-1 h1{
    margin-top: 8.3%;
    margin-left: -1%;
    line-height: 1;
    font-size: clamp(22px, 2.1vw, 42px);
}

footer li {
    list-style-type: none;
}
footer li a{
    line-height: 2.5;
    color: #F6F7FA;
    text-decoration: none;
}

.contact-inform{
    width: 100%;
    display: flex;
    gap: 3%;
    align-items: center;
    margin-left: 6%;
    margin-top: 3%;
    line-height: 1.8;
}
.contact-inform img{
    width: 4%;
}

.contact-inform a{
    text-decoration: none;
    margin-top: 2%;
}
.swiper {
    width: 100%;
    height: 80%;
    overflow: hidden;
  }
  
.swiper-pagination{
    position: relative;
    margin-top: -3.5%;
}
.swiper-pagination-service, .swiper-pagination-service-2, .swiper-pagination-service-3{
    position: relative;
    text-align: center;
    margin-top: 5%;
}
.swiper-pagination-about{
    position: relative;
    margin-top: 3%;
    text-align: center;
}
.swiper-pagination-bullet{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    height: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    background: #E2E3E6;
    opacity: 100%;
    margin: 0 7px;
}
.swiper-pagination-bullet-active{
    opacity: 100%;
    background: #4ca3db;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2.4;
  }
  .box-img img {
    transition: transform 0.3s ease; /* Menambahkan efek transisi */
    transform: scale(0.9);
    aspect-ratio: 1.33;
    border-radius: 10px;
}

.box-img.active img {
    transform: scaleY(1);
}


.modal, .modal-2, .modal-3 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 42%;
  }
  .modal-content img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.33;
    border-radius: 10px;
  }
  .picture {
    margin: auto;
    display: flex;
    width: 80%;
    gap: 2%;
  }
  .picture img{
    margin-top: 5%;
    width: 8.5%;
    object-fit: cover;
    aspect-ratio: 5/4;
  }

  
  .close-3,.close-2, .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus, 
  .close-2:hover,
  .close-2:focus, 
  .close-3:hover,
  .close-3:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  .fadeIn { animation: fadeIn 0.5s; }

@keyframes fadeIn {
  0% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
}


@media (min-width: 640px) and (max-width: 1024px) {
    h1, .box-footer-1 h1 {
        font-size: clamp(13px, 2.0vw, 21px);
    }
    h2 {
        font-size: clamp(11px, 1.7vw, 18px);
    }
    h3 {
        font-size: clamp(8px, 1.3vw, 14px);
    }
    h4, .btn-request,.btn-request-about,.btn-exp, .btn-contact-about, .btn-contact-about, .navigation li a, footer li a {
        font-size: clamp(6px, 1.0vw, 11px);
    }
    body {
        font-size: clamp(6px, 0.9vw, 10px);
    }

    .container{
        width: 86%;
    }
    .btn-request{
        padding: 0.6em 0.3em;
        text-align: center;
    }
    header{
        margin: 5% 0;
    }
    .quotes h3{
        margin-top: 2.5%;
        margin-bottom: 3.5%;
    }
    .quotes{
        margin: 5% 0 11%;
    }

    .btn-contact-about, .btn-request, .btn-request-about, .btn-exp{
        border-radius: 5px;
    }
    .swiper-pagination-bullet{
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,7px));
        height: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,7px));
    }
    .box-services-data p{
        margin-top: 3.5%;
        line-height: 1.7;
    }
    .logo-company{
        margin: 11.5% 0 15%;
    }
    .logo-footer{
        margin-top: 10%;
        margin-left: -2%;
        width: 100%;
    }
    .flag-footer{
        width: 100%;
        margin-top: 7.5%;
        margin-left: 12%;
    }
    .box-footer-logo {
  width: 25%;
}
    .box-footer-flag {
        width: 19%;
      }

      .box-footer-title {
        width: 30%;
        margin-left: 9%;
      }
    .contact-inform{
        margin-top: 5%;
        margin-left: -11%;
    }
    .contact-inform img{
        width: 6%;
    }
    .box-footer-2 {
        margin-top: 2%;
      }
    .arrow-top img{
        width: 45%;
        margin-bottom: 15%;
    }
    footer li a{
        line-height: 2.6;
    }
    .country h2{
        width: 58%;
    }
}

@media (min-width: 360px) and (max-width: 640px){

    /* display: none */

    .swiper-data, .logo-section, .logo-section-2,.logo-img-1, .services-data, .services-data-img{
        display: none;
    }

    .container{
        width: 83%;
    }
    .box-flag{
        width: 93%;
    }

    h1, .box-footer-1 h1 {
        font-size: clamp(21px, 5.8vw, 37px);
    }
    h2 {
        font-size: clamp(18px, 5.0vw, 31px);
    }
    h3 {
        font-size: clamp(14px, 3.8vw, 24px);
    }
    h4, .btn-request-about,.btn-exp, .btn-contact-about, .btn-contact-about, footer li a {
        font-size: clamp(11px, 3.0vw, 19px);
    }
    .btn-request, .navigation li a{
        font-size: clamp(15px, 4.1vw, 26px);
    }
    body {
        font-size: clamp(10px, 2.7vw, 17px);
    }
    .country h2{
        width: 100%;
    }
    .quotes{
        margin: 5% 0 17%;
    }
    .quotes h3{
        margin-top: 6.5%;
        margin-bottom: 10%;
    }

    .swiper-data-mobile{
        padding: 10% 0 2%;
        display: grid;
        grid-template-columns: repeat(4, 25.5%);
        width: 100%;
    }
    .country-flag{
        margin-top: 9%;
        display: grid;
        grid-template-columns: repeat(2, 50%);
        gap: 22px;
    }
    .about-section{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .about-image img, .about-description, .about-image{
        width: 100%;
    }
    .about-image img{
        margin-left: 0;
    }

    .btn-contact-about, .btn-request, .btn-request-about, .btn-exp{
        border-radius: 2.5px;
        padding: 0.4em;
    }

    .swiper-pagination-bullet{
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,6px));
        height: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,6px));
    }
    .country{
        margin: 14% 0 10%;
        padding: 8% 0 11%;
    }
    .box-flag img{
        width: 92%;
    }
    .img{
        margin: 5.6% 0 0 0;
        width: 100%;
        border-radius: 2.5px;
    }

    .services-data-mobile{
        display: flex;
        justify-content: space-between;
    }
    .services-data-content-mobile{
        width: 100%;
        margin-top: 12%;
    }
    .services-data-content-mobile img {
        margin-top: -19%;
        margin-left: 6%;
        width: 84%;
    }
    .box-services-data-2-mobile{
        width: 100%;
        border-left: 1px solid #A4A4A4;
        width: 100%;
        text-align: left;
        padding-left: 6%;
        margin-bottom: 24%;
    }
    .box-services-data-2-mobile p{
        margin-top: 0.5%;
        line-height: 1.7;
    }
    .services{
        padding: 18% 0 11%;
    }
    .logo-section-mobile{
        padding: 0 0 12%;
        margin: 0 auto;
        width: 81%;
        display: grid;
        grid-template-columns: repeat(3, 33.3%);
    }
    .logo-img-2{
        margin-top: 2.1%;
        margin-left: -4.5%;
        width: 75%;
    }
    .logo-img-6{
        margin-top: 7%;
        margin-left: 9%;
        width: 75%;
        height: 80%;
    }
    .logo-img-7{
        margin-top: 2%;
        margin-left: 30%;
        width: 75%;
    }
    .logo-img-8{
        margin-top: 18%;
        width: 65%;
        height: 70%;
    }
    .logo-img-5{
        margin-top: 18%;
        margin-left: 15%;
        width: 65%;
        height: 66%;
    }
    .logo-img-10{
        margin-top: 40%;
        margin-left: 29%;
        width: 75%;
        height: 16%;
    }
    .logo-img-3{
        margin-top: 29.5%;
        margin-left: -4.5%;
        width: 75%;
        height: 34%;
    }
    .logo-img-4{
        margin-top: 31.5%;
        margin-left: 11.5%;
        width: 75%;
        height: 32%;
    }
    .logo-img-9{
        margin-top: 25.5%;
        margin-left: 28.5%;
        width: 75%;
        height: 50%;
    }
    .logo-company{
        margin: 17% 0 9%;
    }
    .footer-nav{
        display: none;
    }
    .footer-nav-mobile{
        display: block;
    }
    .arrow-top{
        float: right;
    }
    .arrow-top img{
        width: 27%;
        float: right;
    }
    .logo-footer{
        margin-left: 25%;
        width: 50%;
    }
    .flag-footer{
        width: 33.5%;
        margin-top: 0;
        margin-left: 25%;
        height: 14vw;
    }
    .box-footer-1 h1{
        margin-top: 1.3%;
        line-height: 1.2;
    }
    .contact-inform{
        margin-left: 0;
    }
    .box-footer-2{
        margin: 2% 0 8%;
        width: 100%;
    }
    .box-services-data, .box-services-data:nth-last-child(1){
        height: 13.5vw;
    }
    
    .box-services-data:nth-last-child(2), .box-services-data:nth-last-child(4),
    .box-services-data:nth-last-child(1), .box-services-data:nth-last-child(5), .box-services-data:nth-last-child(6){
        padding-left: 2%;
    }

    .box-services-data:nth-last-child(7), .box-services-data:nth-last-child(3){
        border-left: none;
        margin-left: -3%;
    }
    .box-services-data:nth-last-child(1){
        border-right: none;
    }
    .box-services-data{
        margin-bottom: 45%;
    }
    .btn-nav{
        display: block;
        height: 100%;
        width: 13%;
        position: relative;
        z-index: 100;
        margin-top: 10%;
    }
    .nav-header, .navigation{
        flex-direction: column;
    }
    .nav-header{
        width: 80%;
    }
    .navigation{
        padding: 15% 0 20%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        text-align: left;
        overflow: hidden;
        transform: translateX(100%);
        transition: transform 0.5s ease;
        width: 0;
        background-color: white;
        z-index: 100;
    }
    .navigation.show{
        opacity: 1;
        position: absolute;
        transform: translateX(0%);
        width: 100%;
    }
    .btn-request{
        width: 45.6%;
        text-align: center;
        margin: 25% 0 60%;
    }
    .logo{
        margin: 0 auto;
        padding: 10% 0 10% 13%;
        width: 40%;
    }
    .navigation li{
        padding-top: 10%;
    }
    .modal-content{
        width: 82%;
    }
    .swiper-pagination-bullet{
        opacity: 100%;
        margin: 0 5px;
    }
    .swiper-pagination-about-mobile, .swiper-pagination-service-mobile-3, .swiper-pagination-service-mobile-2, .swiper-pagination-service-mobile{
        position: relative;
        text-align: center;
        margin-top: 5%;
    }
    .swiper-slide img{
        aspect-ratio: 1.91;
    }
    .swiper-pagination{
        margin-top: -8.5%;
    }
     .box-img img{
         aspect-ratio: 1.33;
     }
     .box-services-data p{
        font-size: clamp(9px, 2.5vw, 16px);
     }
}