* {
  box-sizing: border-box;
}
    
body {
  font-family: Arial, Helvetica, sans-serif;   

}

/* Style the header */
#Home {
    height: 70vh;
    width: 100%;
    background-image: url("images/background%20image.jpg");
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
    position: relative;
    background-blend-mode: lighten;
}

.row1{
    width: 88%;
    margin: relative;
    z-index: 2;
}

.row1 h1{
    font-size: 90px;
    font-weight: 30px;
    font-family:inherit;
    color: #f5f0f0;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 0px;
    letter-spacing: 6px;
    line-height: 120px;
}

.sidebar{
    width: 34%;
    max-width: 550px;
    height: 100%;
    background: rgba(9,6,6,0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(1px);
}


#HomeCambodia{
     background-color: #666;
    background-image: url("images/Cambodia/IMG_20220321_064132.jpg");
    background-size: cover;
    top:auto;
    padding-top: 300px;
    padding-left: 50px;
    padding-bottom: 250px;
    text-align: left;
    font-size: 100px;
    color: bisque;
    text-decoration-color: chocolate;
    background-blend-mode: lighten;
    
}

#HomeThailand{
     background-color: #666;
    background-image: url("images/Thailand/20220110_102212.jpg");
    background-size: cover;
    top:auto;
    padding-top: 300px;
    padding-left: 50px;
    padding-bottom: 250px;
    text-align: left;
    font-size: 100px;
    color: bisque;
    text-decoration-color: chocolate;
    background-blend-mode: lighten;
}

#HomeVietnam{
    background-color: #666;
    background-image: url("images/vietnam/20220505_145751.jpg");
    background-size: cover;
    top:auto;
    padding-top: 300px;
    padding-left: 50px;
    padding-bottom: 250px;
    text-align: left;
    font-size: 100px;
    color: bisque;
    text-decoration-color: chocolate;
    background-blend-mode: lighten;
}

#HomeMalaysia{
     background-color: #666;
    background-image: url("images/Malaysia/IMG_20220516_191712.jpg");
    background-size: cover;
    top:auto;
    padding-top: 300px;
    padding-left: 50px;
    padding-bottom: 250px;
    text-align: left;
    font-size: 100px;
    color: bisque;
    text-decoration-color: chocolate;
    background-blend-mode: lighten;
}

#HomeIndonesia{
     background-color: #666;
    background-image: url("images/Indoneysia/295310315_382817407325125_1283197061070568196_n.jpg");
    background-size: cover;
    top:auto;
    padding-top: 300px;
    padding-left: 50px;
    padding-bottom: 250px;
    text-align: left;
    font-size: 100px;
    color: bisque;
    text-decoration-color: chocolate;
    background-blend-mode: lighten;
}
    
.title{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    -webkit-text-stroke: 2px #8b8787;
    color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-position: -750px 0;
    animation: backcolor 5s linear infinite;
}

@keyframes backcolor{
    100%{
        background-position: 0 0;
    }
}

/* Style the navigation menu */
nav {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: white;
  padding: 20px;
  margin: 10px;
  font-family:serif;
    font-size: 25px;
}

/* Style the list inside the menu */
nav ul {
  padding: 20px;
}

.container-fluid{
    opacity: 0.8;
    background: #faf9f9;
    padding: 10px;
}

.container-fluid img{
    opacity: 0.7
}

.dropdown-menu {
    font-size: 20px;
    
}

/* Style the content */
article {
  background-color: rgba(199, 199, 181, 0.21);
  padding: 50px;
    margin-bottom: 30px;
    text-align: justify;
    text-indent: 0px;
    font-size: 19px;
    font-family:serif;
    font-style: normal;
    line-height: 25px;
    border-bottom-style:ridge
}


section{
    height: 80vh;
    width: 100;
    background-image:url(images/balon.jpg);
    opacity: 0.7;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 52px;
    padding: 85px;
    font-family: inherit;
}

section ul{
    height: 50vh;
    width: 100;
    font-weight: 400;
    font-family: inherit;
    font-family: sans-serif;
    
}

/* Style the footer */
footer {
  background-image: url(images/balon.jpg);
    background-size: cover;
    width: inherit;
  padding: 30px;
    opacity: 0.7;
  text-align: center;
    font-family: sans-serif;
    font-size: 20;
  color: black;
}
 

#contact
{
    background-color: rgba(230, 230, 229, 0.39);
    margin: 0px;
}

a
{
    color: blue;
    text-decoration: none;  
    transition: color 0.5s;
    text-align: center;
        
    
}

a:visited
{
    color: black;
}

a:hover
{
    text-decoration: underline;
    color:black;
}
    
.container1
{  
    width: 80%;
   margin: 100px auto 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 20px;
}

.align-right
{
    border-left-style:ridge;
}

#column1, #column2, #column3
{
    display: grid;
    width: 100%;
    grid-auto-columns: repeat(auto-fit, minmax(10px, 1fr));
    grid-gap: 30px;
    
}

    
 .ThImg
{
    width: 98%;
    padding: 1%;
    cursor: pointer;
}

 #CbImg
{
    width: 98%;
    padding: 1%;
    cursor: pointer; 
}

#VtImg
{
     width: 98%;
    padding: 1%;
    cursor: pointer; 
}

#MlImg
{
     width: 98%;
    padding: 1%;
    cursor: pointer; 
}

#InImg
{
     width: 98%;
    padding: 1%;
    cursor: pointer; 
}

img:hover
{
    transform: scale(0.8) rotate(-15dg);
    border-radius: 20px;
    box-shadow: 0 32px 75px rgba(68,77,136, 0.2);
}

.full-img
{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.full-img img
{
    width: 200%;
    max-width: 900px;
}

.full-img span{
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 30px;
    color: white;
    cursor: pointer;
}




