@font-face {
    font-family: 'SF-Pro-Text-Thin';
    src: url('../fonts/SF-Pro-Text-Thin.otf') format("opentype");
}

/* @font-face {
    font-family: 'Aver';
    src: url('../fonts/Aver.otf') format('opentype');
} */

/* @font-face {
    font-family: 'SF-Pro-Text-Bold';
    src: url('../fonts/SF-Pro-Text-Bold Italic.otf') format('opentype');
} */

@font-face {
    font-family: 'SF-Pro-Text-Medium';
    src: url('../fonts/SF-Pro-Text-Medium.otf') format("opentype");

}

@font-face {
    font-family: 'SF-Pro-Text-Regular';
    src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
}

@font-face {
    font-family: 'SF-Pro-Text-Bold';
    src: url('../fonts/SF-Pro-Text-Bold.otf') format("opentype");
}

@keyframes slideDown {
    0%   { top: -10%; }
    100% { top: 5%;  }
}

html,body {
    font-family: SF-Pro-Text-Regular;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    word-wrap: break-word;
}

a:hover,
a:focus {
    cursor: pointer;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #2299dd;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.toast {
    display: none;
    position: fixed;
    top: 5%;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

  .toast .toast-content {
    display: flex;
    margin: 100px auto;
    padding: 20px;
    width: fit-content;
    max-width: 90%;
    border-radius: 5px;
    border: 1px solid #721c24;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #f8d7da;
    color: #721c24;
    line-height: 1.5;
}

.toast .toast-text {
    padding-right: 20px;
}

.toast .toast-dismiss {
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.toast .dismiss_x {
    position: absolute;
    left: 5px;
    width: 2px;
    height: 15px;
    background-color: #721c24;
}
.toast .dismiss_x:first-child {
    transform: rotate(45deg);
}
.toast .dismiss_x:last-child {
    transform: rotate(-45deg);
}

#Gaigai {
    padding: 14px 90px;
}

.navbar {
    border: none;
    border-radius: 0;
    background-color: #3d3f57;
    margin-bottom: 0px;
}

.navbar .navbar-nav {
    margin: 15px 0;
}

.navbar .navbar-nav > li > button {
    border: none;
    background-color: transparent;
    outline: none;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > button {
    font-family: 'SF-Pro-Text-Medium';
    font-weight: bold;
    color: white;
    padding: 10px 25px;
    text-transform: uppercase;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > button:hover,
.navbar .navbar-nav > li > button:focus {
    color: #46c8a8;
    cursor: pointer;
}

.navbar-collapse {
    border: none;
    box-shadow: none;
}

.navbar-brand {
    padding: 15px;
}

.navbar-brand img {
    display: block;
}

.navbar-toggle {
    margin: 15px;
}

.footer {
    background: #7e70c1;
}

.jumbotron {
    background: #3d3f57;
    color: white;
    margin-bottom: 0px;
}

.jumbotron h1,
.jumbotron .h1 {
    font-family: 'SF-Pro-Text-Bold';
    font-size: 50px;
    font-style: italic;
}

.card {
    padding: 15px 10px 5px 10px;
    /*color: white;*/
    font-size: 12px;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
}

.card img {
    width: 200px;
    height: 200px;
    margin: 0 0 15px 0;
    border-radius: 15px;
}

.card p {
    margin: 0px;
    font-size: 16px;
    font-family: 'SF-Pro-Text-Bold';
}


.card a {
    color: white;
    font-size: 16px;
    background: #3d3f56;
    font-family: SF-Pro-Text-Bold;
    padding: 8px 20px;
    display: block;
    margin: 25px auto 5px auto;
    width: 180px;
}
.modal-content{
    border-radius: 15px;
}

.Singapore{
    /*background: #fb6a6f;*/
}
.Vietnam{
    /*background: #7160b7;*/
}
.Malaysia{
    /*background: #fdd277;*/
    /*color: black;*/
}
.Indonesia{
    /*background: #3b83a6;*/
}

.story_start{
    text-align: center;
    background: #323245;
    color: white;
    margin: 0 auto 0 auto;
    padding-bottom: 20px;
}

.story_start p {
    margin: 12px;
    font-size: 28px;
}

.story_start a{
    color: white;
    font-size: 16px;
    background: #fb6a6f;
    font-family: SF-Pro-Text-Bold;
    padding: 8px 20px;
    display: block;
    width: 180px;
    margin: 20px auto 10px auto;
}

.success-story-dialog{
    overflow: hidden;
}

.carousel-indicators li {
    border: none;
    background-color: #727272;
    margin-left: 6px !important;
}

.carousel-indicators .active {
    border: 2px solid white;
    background-color: gray;
}

.about .carousel-indicators .active,
.our-values .carousel-indicators .active,
.our-company-values .carousel-indicators .active {
    border: 2px solid #49e2b7;
    background-color: white;
}

.img-wrap img {
    margin-right: 40px;
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0px;
    }
}

h1 ,h2{
    font-family: 'SF-Pro-Text-Bold';
}

.faq h2 {
    font-size: 24px;
}

.carousel-inner .item .say {
    color: white;
    height: 300px;
    background: #38373b;
    text-align: left;
    padding-top: 90px;
    font-size: 18px;
}

.carousel-inner .item .say span {
    font-family: Aver;
    margin-left: 130px;
    display: block;
    padding-top: 15px;
}

.carousel-inner .item .say img {
    display: block;
    position: absolute;
    border-radius: 50%;
    border: white solid 2px;
}

.carousel-inner .item .say h2 {
    margin: 0;
    padding: 30px;
}

.list li {
    font-size: 21px;
    font-weight: 200;
    color:#838498;
    font-family: SF-Pro-Text-Medium;
    margin-bottom: 20px;
}

.list li img {
    margin-right: 20px;
}

.btn {
    border-radius: 0;
}

.btn1 {
    background-color: #3d3f57;
    border: 2px solid #46c8a8;
    color: #46c8a8;
    padding: 14px 20px;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: bold;
    font-family: SF-Pro-Text-Bold;
    letter-spacing: 6px;
}

.btn1:hover {
    background-color: #46c8a8;
    color: white;
    border: 2px solid #46c8a8;
}

.button-wrapper {
    margin: 40px 0;
}

.button-wrapper .button {
    margin-top: 20px;
}

.button-wrapper .button:not(:first-child) {
    margin-left: 10px;
}

.button {
    padding: 10px 0;
    width: 200px;
    border-radius: 30px;
    font-family: SF-Pro-Text-Bold;
    font-size: 18px;
    font-weight: bold;
}

.button.button-go-premium {
    display: inline-block;
    background-color: #46c8a8;
    border: 2px solid #46c8a8;
    color: #3d3f57;
    text-align: center;
    text-decoration: none;
}

.button.button-download-now {
    background-color: #3d3f57;
    border: 2px solid #46c8a8;
    color: #46c8a8;
}

.link-store img {
    width: 120px;
}

p.introduce {
    color: #464963;
    padding-top: 20px;
    font-size: 21px;
    font-family: 'SF-Pro-Text-Thin';
    font-weight: 900;
}

.date-tips-header {
    margin-bottom: 40px;
    text-align: center;
}

.date-tips-title {
    font-family: 'SF-Pro-Text-Bold';
    font-size: 24px;
}

.date-tips-text {
    margin: 15px 0;
    color: #464963;
    font-family: 'SF-Pro-Text-Regular';
    font-size: 20px;
}

.blog-bg {
    background: url("../img/blog.bg.jpg") no-repeat;
    background-size: cover;
}

.blog-content {
    background-color: rgba(34, 34, 38, 0.60);
    color: white;
}

.news{
    padding-top: 30px;
}

.news .date {
    font-family: SF-Pro-Text-Bold;
    font-size: 15px;
    color: #5d5e71;
}

.news .title {
    color: #403f43;
}

.news .content {
    font-size: 20px;
    padding-top: 20px;
    color: #5d5e71;
    padding-bottom: 20px;
}

.news .read-more {
    color: #403f43;
    font-family: SF-Pro-Text-Bold;
}

.news .col-md-10 {
    padding-top: 60px;
    padding-bottom:40px;
}

/* scroll style from https://cloud.google.com/pricing/ */

.scroll-nav-container {
    position: fixed;
    top: 0;
    right: 2em;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto 0;
}

.scroll-nav-item-container {
    position: relative;
}

.scroll-nav-item-container:not(:first-child) {
    margin-top: 15px;
}

.scroll-nav-item {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #727272;
    cursor: pointer;
}

.active .scroll-nav-item {
    background-color:  #40dbac;
}

.form-control:focus {border-color:#ceced5!important;
-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}
textarea:focus {
    outline: none !important;
    border-color:#ceced5;
    box-shadow: none;
}

a.email{
    color: #40dbac;
}
.show-more{
    margin-top: 40px;
    width: 100%;
    padding: 12px;
    background-color: transparent;
    font-size: 18px;
    border: 2px solid #41425a;
    font-family: SF-Pro-Text-Bold;
    letter-spacing: 3px;
}

.staff .col-md-4{
    padding: 30px 0 30px 0;
}
.staff .col-md-4 img{
    width: 70%;
}
.staff h3{
    font-family: 'SF-Pro-Text-Bold';
    font-size: 18px;
    color: black;
}
/*override start*/
.carousel-control.left, .carousel-control.right {
    background: none;
}

.our-values {
    height: 350px;
    background: #ebeef4;
}

.our-company-values {
    height: 450px;
    background: #ebeef4;
}

.our-values .carousel-inner,
.our-company-values .carousel-inner,
.our-values .item,
.our-company-values .item {
    height: 100%;
}

.our-values .container,
.our-company-values .container {
    display: flex;
    align-items: center;
    padding: 30px;
    height: 100%;
    text-align: left;
}

/*override end*/

/*animations start*/
.t1 {
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
    position: relative;
}

.left-start {
    left: -770px;
    opacity: 0;
}

.left-end {
    left: 0;
    opacity: 1;
}

.right-start {
    right: -500px;
    opacity: 0.3;
}

.right-end {
    right: 0;
    opacity: 1;
}
/*animations end*/

/*responsive design start*/
#p1 {
    padding-bottom: 0px;
}

img.paktor {
    padding-top: 175px;
}

.intro {
    padding-top: 120px;
}

.intro h2 {
    padding-top: 200px;
}

.tips h2 {
    padding-top: 70px;
}

.about h2 {
    padding-top: 100px;
}

.about .see-more {
    margin-top: 150px;
}

.why-paktor {
    padding-left: 40px;
}

.why-paktor2 {
    padding-bottom: 130px;
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        margin-top: 0;
    }

    #p1 {
        padding-bottom: 20px;
    }

    .button-wrapper {
        margin: 30px 0;
    }

    .button-wrapper .button:not(:first-child) {
        margin-left: 0;
    }

    img.paktor {
        padding-top: 0;
    }

    .intro {
        padding-top: 0px;
    }

    .intro h2 {
        padding-top: 100px;
    }

    .intro .img-responsive {
        display: inline;
        margin-top: 50px;
    }

    .carousel-inner .item .say {
        height: 380px;
        text-align: center;
    }

    .carousel-inner .item .say img {
        display: inline;
        position: inherit;
    }

    .carousel-caption {
        text-align: left;
    }

    .tips {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .tips h2 {
        padding-top: 0px;
    }

    .about h2 {
        padding-top: 50px;
    }

    .about .see-more {
        margin-top: 50px;
    }

    .our-values {
        height: 600px;
    }

    .why-paktor {
        padding-left: 0px;
        margin-top: 60px;
    }

    .why-paktor2 {
        padding-bottom: 80px;
    }

    .img-wrap img {
        margin-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.42);
    }
}

/*responsive design end */
