﻿body {
    font-family: 'Kanit', sans-serif;
    color: #be6103;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
}

.btn-home {
    opacity: 1;
    transform: scale(1)
}

.btn-home:hover {
    opacity: 0.9;
    transform: scale(1.1)
}
@media (max-width: 600px) {
    body {
        background: url('../img/BG 1.png') no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #main-img {
        content: url("../img/Set 5-02.png");
    }

}

@media (max-width: 480px) {
    .select2-results__option {
        word-spacing: 200px;
    }
}

    
@media (min-width: 600px) {
    body {
        background: url('../img/BG 2.png') no-repeat bottom center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #main-img {
        content: url("../img/Set 5-01_new.png");
    }
}

.select2-selection {
    text-align: center;
    text-align-last: center;
}

.my-button {
    background: linear-gradient(to right,#ff4e1d,#ff861b);
    background-color: #ff4e1d;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    padding: 5px 30px;
    border: 0px solid #000;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .my-button span {
        margin-right: 15px;
        display: block;
        width: 29px;
        height: 29px;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(0deg);
    }

    .my-button:hover {
        background: linear-gradient(to right,#f24a1c,#f27f1a);
        background-color: #f24a1c;
    }

    .my-button:active {
        transform: scale(0.95);
    }

    .my-button:disabled {
        pointer-events: none;
        opacity: 0.65;
    }
