@font-face {
    font-family: Sukhumvit;
    src: url('../fonts/sukhumvit/SukhumvitSet-Medium.ttf');
}

@font-face {
    font-family: Sukhumvit;
    src: url('../fonts/sukhumvit/SukhumvitSet-Bold.ttf');
    font-weight: bold;
}

body {
    font-family: Sukhumvit !important;
}

.border-custom {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.black {
    background-color: black !important;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #3490DC !important;
}

.pointer {
    cursor: pointer !important;
}

.page-link {
    color: black !important;
}

.page-link.active {
    color: white !important;
    background-color: black !important;
    border-color: black !important;
}

.bg-wte {
    background-image: linear-gradient(to right, #EBF5FB,#3498DB);
}

.bg-blk {
    background-image: linear-gradient(to right, grey,white);
}

.term {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
}

.carousel-item.active {
    height: 75vh !important;
}

.carousel-inner img {
    height: 75vh !important;
}

.a-none {
    text-decoration: none !important;
    color: black !important;
}