@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
   
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

a {
    background-color: transparent
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100%;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #333;
}

.bg{
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: #0000002b;
    z-index: -1;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

.form-control, .form-control:focus {
    background: #0000006b;
    border: 1px solid #57575700;
    max-width: 600px;
    margin-bottom: 20px;
    color: #fff;
}

.results{
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 5px BLACK;
}

.header-right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.header-right-side a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
    padding: 5px 15px;
}

.search-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dropdown-menu{
    max-height: 320px;
    overflow-y: auto;
}

::placeholder {
    color: #bdbdbd !important;
    opacity: 1; /* Firefox */
  }

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #bdbdbd !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none
}


.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}


.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 62px;
    line-height: 66px;
    font-weight: 700
}

.body-1.hero-paragraph {
    color: #fff;
    text-align: left;
    max-width: 400px;
    margin: 30px auto;
    font-size: 14px;
    text-shadow: 0 0 3px BLACK;
    background: #0000007a;
    border-radius: 20px;
    padding: 20px;
}

.main-button {
    padding: 10px 25px;
    border-radius: 7px;
    background-color: #007ef3;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out;
    
}

img.wumpus{
    filter: hue-rotate(326deg);
}

.hero-image-wrapper {
    max-width: 750px
}

.contetn-list {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 0
}
 
.text-span-2 {
    color: #007ef3
}

.image-22 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.imgbox {
    width: 500px;
    height: auto;
}


.hero-image-wrapper {
    margin-left: auto;
    width: fit-content;
}

.float {
    animation: float 6s ease-in-out infinite;
}

.shine {
    background-color: #1b84c3 !important;
    background-repeat: no-repeat;
    animation: bg-move linear 5s infinite;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: fit-content;
    margin: auto;
}

.btn-group-plus{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

button.btn.btn-primary.dropdown-toggle {
    background: #1b84c3;
    border: 1px solid #1b84c3;
}

.subtext {
    width: fit-content;
    background: #1b84c3;
    color: #fff;
    border-radius: 20px;
    padding: 6px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-weight: 500;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hero-tittle-wrapper {
    text-align: center;
}

