*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Kanit", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Kanit", sans-serif;
  background-color: #F1FAFF;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #F1FAFF;
  transition: background-color .5s;
}

section.videospecial {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.videospecial video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videospecial div {
  z-index: 1;
  text-align: center;
  
  color: #fefefe;
  position: absolute;
  bottom: 50px;
}

.videospecial h1 {
  bottom: 0;
  width: 100dvw;
  line-height: 1.125;
  margin: 0;
  text-shadow: 5px 5px 1px #000;
  font-size: 4rem;
  font-weight: 800;
}
.videospecial h3 {
  bottom: 0;
  width: 100dvw;
  line-height: 1.125;
  margin: 0;
  text-shadow: 5px 5px 1px #000;
  font-size: 2rem;
  font-weight: 600;
}
.videospecial p {
  line-height: 1.25;
  margin: 1rem 0;
  text-shadow: 2px 2px 1px #000;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .videospecial h1 {
    font-size: 3rem;
    font-weight: 800;
  }
  .videospecial h3 {
    font-size: 2rem;
    font-weight: 800;
  }
  .videospecial p {
    font-size: 1rem;
    font-weight: 800;
  }
}
@media (max-width: 425px) {
  .videospecial h1 {
    font-size: 2rem;
    font-weight: 800;
  }
  .videospecial h3 {
    font-size: 1.5rem;
    font-weight: 800;
  }
  .videospecial p {
    font-size: 1rem;
    font-weight: 800;
  }
}
.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: ;
  background-image: linear-gradient(120deg, #25639450, #0D5EA680);
}
.cardfooter{
  background-color: #d6ffd4;
  color: #002650;
  transition: all .3s;
  text-decoration: none;
}
.cardfooter:hover{
  color: #F5F9FF;
  background-color: #00B091;
}

.map .nav-link{

  border-radius: 5px;
  background-color:#F5F9FF;
  color:#00B091;
  margin-right: 1rem;
  transition: all 0.3s;
}
.map .nav-link:hover{
  background-color:#80D97C;
  color:#F5F9FF;
}

.map .nav-link:last-child{
  margin-right:0;
}

.qr{
    padding-right: calc(var(--bs-gutter-x)* 0.25);
    padding-left: calc(var(--bs-gutter-x)* 0.25);
}