*{
    margin: 0;
    padding: 0;   
}

body { 
    font-family:'Kanit', sans-serif;
    font-weight: bold;
    min-height: 100vh;
    color: #194A82;
    background-image: url('pics/bg_body_3.jpg');
    background-size: cover;
    background-repeat: no-repeat;    
}
.header {
    background-image: url('pics/bg_header.avif');
    opacity: 0.5;
    background-color: rgba(255, 230, 153, 0.76);
    text-align: center;
}
.logo01{
    width: 10%;
}
.logo02{
    border: #194A82;
    padding-top: 10px;
    width: 50%;
    opacity: 0.5;
}
.logo02:hover {
    width: 50%;
    transition: 3s;
    opacity: 1;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.logo03 {
    width: 50%;
}
nav{
    background-image: url('pics/bg_header.avif');
    display: flex;
    text-align: center;
    background-color: rgba(255, 230, 153, 0.849);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav ul{
    width:100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
    border-radius: 50px 0 50px 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
nav a{
    height:100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    text-align: center;
    align-items: center;
    color:#636363;
}
nav a:hover{
    color:#FFE699ff ;
    border-radius: 50px 0 50px 0;
    box-shadow: 3px 3px 5px rgba(68, 55, 185, 0.1);
    background-color: #194A82;    
    transition: 2s;
}
nav li:first-child{
    margin-right: auto;
}
nav a.active{    
    color:#FFE699ff ;
    border-radius: 50px 0 50px 0;
    background-color: #194A82 ;   
}
.sidebar{
    background-image: url('pics/bg_header.avif');
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 230, 153, 0.733);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.sidebar li{
    width:100%;
}
.sidebar a{
    width: 100%;
}

@media (max-width: 1600px){
    #cookies{
      width: 100%;
    }
}
@media (max-width: 1024px){
    #cookies{
      width: 100%;
    }
}
@media(max-width: 800px){
    .hideOnMobile{
        display: none;
    }
    #cookies{
      width: 100%;
    }
}
@media (max-width: 450px){    
    #cookies{   
    }
    .cookies p{
        width: 100%;
        text-wrap: nowrap;  
    }
}
@media(max-width: 400px){
    .sidebar{
        width: 100%;
    }
}

.main_page {
    display: flex;
    background-color: rgba(255, 230, 153, 0.39);
}
p1 {
    width: 80%;
    min-height: 75vh;
    color: darkblue;
    padding: 0 9%;
    margin-top: 5vh;
    margin-left: 1vh ;
    margin-bottom: 5vh;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 3 #020538;
    line-height: 1.3;
}
p1 ul{
    font-size: 25px;
    margin-top: 20px;
    margin-left: 50px;
    align-items: center;
    list-style-image: url('pics/plane-icon.png');
}
p1 table tr th{
    width: 50%;
    font-size: 18px;
    text-align: center;
}
span{
    color: red;
}
p1 h1{
    text-decoration: underline dotted red;
}

p2 {
    width: 50%;
    border: 1px solid blue;
    border-radius: 0 50px 0 50px; 
    background-image: url('pics/bg_header.avif');
    margin-top: 5vh;
    margin-right: 1vh ;
    margin-bottom: 5vh;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 3 #020538;
    text-align: center;
    display: block;
}
p1 .p3{    
    width:100%;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(251, 255, 0, 0.459);
    line-height: 1.2;
}
p1 .p3 img{    
    border:5px solid white;
    max-width:250px;
    float:right;
    margin-left:10px;
    border-radius:10px; 
    box-shadow: 5px 5px;
}
p1 a{
    text-decoration: none;
}
.content_body_01{
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 90%;
    border-radius: 5px 5px 5px 5px ;
    box-shadow: 5px 10px;
}

.content_body_02{
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 90%;
}
video{
    box-shadow: 5px 10px;
    border-radius: 50px 50px 50px 50px ;
}
.footer{
    min-height: 3vh;
    background-image: url('pics/bg_header.avif');
    align-items: center;
    text-align: center;
    line-height: 1.5;
}


#cookies{
    width: 100%;
    position: fixed;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
  }
  .container-cookies{
    width: 100%;
    margin: auto;
    font-weight: 300;
  }
  .subcontainer-cookies{
    width: 85%;
    margin: auto;
  }
  .cookies{
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .cookies a{
    color: yellow;
    font-weight: 500;
    text-decoration: none;
  }
  #cookies-btn{
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    border: 3px solid white;
    background-color: #000000;
    color: #fff;
  }
  