.bgCustom3{
        width: 100%;
    min-height: 50dvh;
    background: #00b0fd;
    background-image: url(../../include/img/webBG-Header.png);
    background-image: url(../../include/img/BGWeb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 11dvh;
    position: relative;
}
.bgCustom3::after{
        content: '';
    background-image: url(/include/img/SmartCityProducts-13.svg);
    width: 100%;
    height: 220px;
    display: block;
    pointer-events: none;
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: 0;
    position: absolute;
    z-index: -1;
}


.btn-get-started {
    font-family: 'Noto Sans Thai', "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #00b0fd;
        background: linear-gradient(271deg, rgb(25 158 244) 0%, rgb(37 186 255) 100%);
}

.btn-get-started:hover {
    background: #209dd8;
        background: linear-gradient(271deg, rgb(37 186 255) 0%, rgb(25 158 244) 100%);
}

.btn-watch-video {
    font-size: 16px;
    display: flex; 
    align-items: center;
    transition: 0.5s;
    margin: 10px 0 0 25px;
    color: #fff;
    line-height: 1;
}

.btn-watch-video i {
    line-height: 0;
    color: #fff;
    font-size: 32px;
    transition: 0.3s;
    margin-right: 8px;
}

.btn-watch-video:hover i {
    color: #00b0fd;
}

.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
