@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap");
html,
body {
    padding: 0;
    margin: 0;
    font-family: "Kanit", sans-serif !important;
    background-image: url("../images/4846464.jpg");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.container-fluid-body {
    background-color: #f7f9fb;
    max-width: 1300px;
}

.container-fluid-footer {
    background-color: #203081;
    color: #fff;
    max-width: 1300px;
}

.nav-link-color {
    color: #3f51b5 !important;
    font-weight: 600;
}

.maxWidth {
    max-width: 1300px;
}

.text-color-default {
    color: #3f51b5 !important;
}

.bg-color-default {
    background-color: #3f51b5 !important;
}

.link-hover-default:hover {
    color: #3f51b5 !important;
}

.list-group-item {
    border-style: dashed;
    border-bottom-color: #3f51b5;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform 0.4s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.2);
}


/* .image-parent {
  border: 1px solid;
  width: 20vh;
  height: 20vh;
  overflow: hidden;
  display: flex;
}

.image-resize {
  max-width: inherit;
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover;
} */

.containers {
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    perspective: 3px;
}

section {
    background-size: cover;
    color: white;
    background-color: var(--bg, --color-black);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.image {
    background-position: center center;
    transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    background-size: cover;
    /* Keep the image from overlapping sibling elements. */
    z-index: -1;
    height: 100vh;
}

section.text {
    height: 50vh;
}

section.heading {
    z-index: -1;
    transform: translateY(-30vh) translateZ(1px) scale(1.5);
}

.footer {
    position: relative;
    display: block;
    background-color: black;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer h3 {
    font-weight: normal;
    color: var(--color-blue);
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}