html {
    scroll-behavior: smooth;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

body {
    background-color: #191919;
    color: #fff;
}

.container {
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar {
    position: absolute;
    z-index: 1020;
    width: 100%;
    padding: 0;
}

.navbar-toggler {
    margin: 0 15px;
}

.navbar-brand {
    margin: 0 15px;
    padding: 0;
}

.navbar.bg-dark {
    background-color: #1919190f !important;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 23px 20px;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    background: #191919;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.nav-login {
    padding: 8px 20px !important;
    background: #ffbe00;
    border-radius: 4px;
    color: #fff;
    margin: 15px 15px;
}

.navbar-dark .navbar-nav .nav-link.nav-login:hover,
.navbar-dark .navbar-nav .nav-link.nav-login:focus {
    opacity: .7;
    background: #ffbe00;
    transition: all .2s;
}

.navbar-collapse {
    margin-right: 15px;
}

.btn-yellow {
    background: #ffbe00;
    color: #fff;
}
.btn-yellow:hover,
.btn-yellow:focus {
    opacity: .7;
    background: #ffbe00;
    color: #fff;
    transition: all .2s;
}

footer {
    background: #242424;
}

.dropdown-item {
    padding: 1rem 1.5rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #ffffff;
    color: #ffbe00;
}

.box-logo-footer {
    position: relative;
    display: inline-block;
}

.box-logo-footer:after {
    content: " ";
    position: absolute;
    left: -30%;
    right: 0;
    bottom: -10px;
    width: 160%;
    height: 2px;
    background-color: #ffbe00;
    margin: 0 auto;
}

.title {
    font-family: "Quicksand", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: block;
    font-weight: 300;
    font-size: 100px;
    color: #35495e;
    letter-spacing: 1px;
}

.subtitle {
    font-weight: 300;
    font-size: 42px;
    color: #526488;
    word-spacing: 5px;
    padding-bottom: 15px;
}

.links {
    padding-top: 15px;
}
.video-bg01 {
    /* object-fit: contain; */
    width: 100vw;
    height: auto;
    /* position: absolute;
    top: 0;
    left: 0; */
  }
.section-top {
    /* height: 100vh; */
    /* background: #191919 url('../../images/bg-main01.jpg') right top no-repeat; */
    background-size: 100%;
}
/* .viewport-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.h1-top01 {
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    text-align: center;
}

.h1-top01 span {
    display: block;
    font-size: 30%;
    font-weight: normal;
}

.top-text-intro01 {
    color: #fff;
}

.section-service {
    background: #191919;
}

.section-service h1,
.section-exchange h1 {
    position: relative;
    display: inline-block;
}

.section-service h1:before,
.section-exchange h1:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 80%;
    height: 2px;
    background-color: #ffbe00;
    margin: 0 auto;
}

.box-services01 {}

.box-services01 .item {
    display: inline-block;
}

.box-services01 .item a {
    display: block;
    padding: 0px 20px 25px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.2);
    background-color: #101010;
}

.box-services01 .item a img {
    padding: 30px;
    width: 120px;
}

.box-services01 .item a:hover {
    background-color: #10101087;
    transition: all .2s;
}

.box-exchange01 {}

.box-exchange01 .item {
    width: 300px;
    height: 226px;
    display: inline-block;
    padding: 20px 30px 10px 30px;
    border-radius: 4px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffbe00;
}

.box-exchange01 .item img {
    margin-bottom: 10px;
}

.box-exchange01 .txt-exchange01 {
    font-size: 1.2rem;
}

.box-exchange01 .txt-rate01 {
    font-size: 5rem;
}

.w100 {
    width: 100%;
}

.section-order {
    border-bottom: 18px solid #ffbe00;
}

.section-import {
    background: url('../../images/import-bg.png') left bottom no-repeat;
    background-size: cover;
    border-bottom: 18px solid #ffbe00;
}

.box-contact01 {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
}

.box-contact01 a {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    text-decoration: none;
}

.box-contact01 a img {
    width: 25px;
}
.section-calculate {
    background: #ffff;
    color: #242424;
}
.section-calculate h1 {
    position: relative;
    display: inline-block;
    color: #242424;
}

.section-calculate h1:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 80%;
    height: 2px;
    background-color: #ffbe00;
    margin: 0 auto;
}


.shipping-price {
    border: 1px solid #cecece;
    height: calc(100% - 1rem);
    border-radius: 5px;
    overflow: hidden;
  }

  .shipping-heading {
    background-color: #ffbe00;
    color: #FFFFFF;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; 
  }

  .shipping-image img {
      height: 70px;
      margin-bottom: 5px;   
  }

  .shipping-cost {
    display: flex;
    color: #ffbe00;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: calc(100% - 50px);
    padding: 20px;
    font-weight: bold;
  }
  .btn-cost {
      width: 100%;
      max-width: 450px;
      margin: 0 !important;
  }
/* Small devices (500px and down) */

@media (max-width: 500px) {
    .navbar { position: relative; }
    .navbar-collapse {
        position: absolute;
        background: #101010b5;
        top: 50px;
        width: 100%;
    }
}

/* Small devices (tablets, 768px and up) */

@media (max-width: 767px) {
    .navbar-brand {
        margin: 0 10px;
    }
    .navbar-brand svg {
        width: 40px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (max-width: 991px) {
    .navbar-collapse {
        margin: 0;
    }
    .navbar.bg-dark {
        background-color: #101010b5 !important;
    }
    .navbar-collapse {
        border-top: 1px solid rgb(124 120 120);
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 15px;
        border-bottom: 1px solid rgb(124 120 120);
    }
    .navbar-dark .navbar-nav .nav-link.nav-login {
        width: 150px;
        text-align: center;
    }
    .box-contact01 {
        width: 75%;
    }
    .btn-yellow {
        margin-left: 15px;
    }
    .navbar-toggler {
        margin: 0;
        border: none;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media (max-width: 1199) {}