@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Prompt&display=swap');
/* font { */
body {
    font-family: 'Kanit', sans-serif;
    font-family: 'Prompt', sans-serif;
}
/* } font */

.application_process{
    overflow: hidden;
    margin: 30px auto;
    display: table;
}    
.back-body{
    /* left: 50%;
    width: 80vw;
    border: 1px solid #121c74;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); */

    left: 50%;
    /* width: 100%; */
    /* border: 1px solid #121c74; */
    /* height: 7%; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.block img {
    margin: 0% auto;
    width: 100%;
    height: 200px;
    padding: 0;
}

.backg{
    width: 100%;
    background-color: #010843;
    transition: all 0.5 ease;
}

.block{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border: 1px solid #121c74;
    transition: all 0.8s ease;

}
.block:hover{
    .icon-block i{
       transform: scale(1.1);
    }
    .body-block {
      background-color: #121c74;
      height: 280px;
    }
    .icon-block i{
        color: #ffffff;
    }
    .text-block span{
        color: #fff;
    }
}


.body-block{
    width: 100%;
    height: 250px;
    padding: 40px 10px 0px 10px;
    background-color: white;
    transition: all 0.5s ease;
}

.icon-block{
    margin-bottom: 5px;
}
.icon-block i{
    /* font-size: 50px;
    color: white;
    padding-top: 20px;
    width: 100px;
    height: 100px;
    background-color: #121c74;
    border-radius: 50%;
    transition: all 0.5s ease; */

    font-size: 5vw;
    /* color: white; */
    padding-top: 0px;
    /* background-color: #121c74; */
    /* border-radius: 50%; */
    transition: all 0.5s ease;
    /* height: 103%; */

}
.text-block span {
    color: rgb(0, 0, 0);
    transition: all 0.5s ease;
    font-size: 1.25vw;
}
.subtitle h3,h2,
.title{
    text-align: center;
    font-size: 40px;
}
.subtitle h3{
    font-weight: bold;
    color: #121c74;
}
.subtitle h2{
    font-weight: bolder;
    color: red;
    padding: 0 80px;
    line-height: 1.5;
}
.title h1{
    font-size: 50px;
    margin: 50px;
    font-weight: bolder;
}
.text p{
    padding: 0px;
    margin: 50px;
    font-size: 25px;
    left: 0%;
    font-weight: 500;
    line-height: 45px;
}
.back-con{
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background-color: #121c74;
    margin: 100px 0;
    padding: 50px 0 0px 0;

}
.text_benefits{
    margin-left: 60px;
}
.text_benefits h2{
    color: white;
    font-weight: bolder;
}
.text_benefits ul{
    color: rgb(0, 0, 0);
}
.text li{
    color: rgb(255, 255, 255);
    margin: 50px 0;
    font-size: 20px;
}
/* .col-12 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
  } */
/* .col-12 img:hover{
transform: scale(1.015);
  } */
  .Countries_that_join h2{
    font-weight: bolder;
  }
  .img-countries_that_join{
    margin: 90px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .img-countries_that_join img{
    transition: all 0.5s ease;
  }
  .img-countries_that_join img:hover{
    transform: scale(1.05);
  }
  .back-con1{
    background-color: #121c74;
    margin: 80px auto;
  }
  .Candidate_Qualification{
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
  }
  .text1 li{
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: left;
    line-height: 3;
    list-style: none;
}
.title1{
    margin-right: 40px;
    padding-top: 80px;
    color: #fff;
}
.title1 h2{
    padding-bottom: 50px;
    text-align: left;
    font-weight: bolder;
}
.title,.text1{
    margin-right: 0%;
}

/* .img_bene img{
    width: 720px;
    height: fit-content;
    object-fit: cover;
    transition: all 0.5s ease;
} */
.img_bene {
    display: flex;
    justify-content: center;
    width: 600px;
    height: 500px;
    transform: translateX(-30px);
}
/* .img_bene img:hover{
    transform: translateX(-20px);
    transition: all 0.5s ease;
} */
.box-img{
    width: 720px;
    height: fit-content;
}
.fa-regular{
    font-size: 30px;
    margin-right: 40px;
}

@media (max-width: 700px) {
    .title h1 {
    font-size: 40px;
    margin: 30px;
    font-weight: bolder;
    }
    .subtitle h3 {
    font-size: 25px;
    }
    .subtitle h2 {
    padding: 0 50px;
    line-height: 1.5;
    font-size: 18px;
    }
    .text p {
    margin: 30px;
    font-size: 16px;
    line-height: 1.5;
    }
    .back-con {
    padding-bottom: 50px;
    background-color: #121c74;
    margin: 45px 0;
    padding: 30px 0 20px 0;
    }
    .back-con1 {
    background-color: #121c74;
    margin: 35px auto;
    }
    .text li {
    margin: 40px 0;
    font-size: 16px;
    }
    .Countries_that_join h2 {
    font-size: 20px;
    }
    .img-countries_that_join {
    margin: 20px auto;
    }
    .text_benefits h2{
    font-size: 25px;
    padding-top: 15px;
    }
    .title1 h2{
    font-size: 25px;
    padding-left: 5px;
    padding-bottom: 25px;
    }
    .text1 li{
        font-size: 16px;
        word-wrap: break-word;
        box-sizing: border-box;
    }
    .fa-regular{
    font-size: 18px;
    margin-right: 15px;
    }
    .box-img{
    width: 100vw;
    height: auto;
    }
    /* .col-13 img {
    width: 390px;
    } */
    .img_bene {
    width: 100%;
    height: auto;
    transform: translateX(0px);
    }
    .text_benefits{
    margin-left: 0px;
    }
    .block img {
    width: 100%;
    height: 150px;
    padding: 0;
    margin-top: 20px;
    }
    .apply h2{
        font-size: 18px;
        line-height: 2;
    }
    .text-block span {
        font-size: 9px;
    }
    .body-block {
    height: 135px;
    padding: 30px 8px 0px 8px;
    }
    .block:hover {
    .icon-block i {
        transform: scale(1.1);
    }

    .body-block {
        background-color: #121c74;
        height: 200px;
    }

    .icon-block i {
        color: #ffffff;
    }

    .text-block span {
        color: #fff;
    }
}
}