@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap");

body {
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
}

#nav-toggle {
    transition: all 0.7s ease; /* other css rules here */
}

.bg-navbar {
    background-color: rgb(32, 159, 174, 0.25);
}
.text-navbar {
    color: #209fae !important;
}

.gif {
    width: 6vh;
}

.jumbotron {
    padding-top: 7rem;
    padding-bottom: 3rem;
    background-size: cover;
    min-height: 765px;
}

.playstore {
    width: 17vh;
}

.appstore {
    width: 16vh;
}

.dotted-spaced {
    background-image: linear-gradient(
        to right,
        #bdbdbd 30%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: top;
    background-size: 20px 1px;
    background-repeat: repeat-x;
}

.jumbotron_about {
    background-color: #daf0f2;
}

.icon-privacy {
    width: calc(67% + 1vw + 1vh);
    margin-top: 3rem;
}

.bg-about {
    background-size: cover;
    min-height: 665px;
    background-repeat: no-repeat;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.gradient {
    background-image: linear-gradient(#fff, #daf0f2);
}

.section_feature {
    padding-top: 3rem;
}

.icon_1 {
    width: calc(15% + 1vw + 1vh);
}

.itinerary {
    padding-top: 5rem;
}

.privacy {
    background-color: #fff;
    font-family: "Lato", sans-serif;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.phone {
    background-image: linear-gradient(#daf0f2, #fff, #daf0f2, #fff);
}

.gradient-contact {
    background-image: linear-gradient(#fff, #daf0f2);
}

.contact {
    background-color: #daf0f2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* CSS Career */

.career {
    background-size: contain;
    min-height: 765px;
    background-repeat: no-repeat;
}

.jumbotron_career {
    font-family: "Lato", sans-serif;
    background-color: #daf0f2;
}

.apply {
    background-color: #daf0f2;
}

.gradien-career {
    background-image: linear-gradient(#fff, #daf0f2, #fff);
}

.icon-apply {
    width: 45vh;
}

/* End CSS Career */
/* CSS Cantact */

.jumbotron_contact {
    min-height: 700px;
    background-color: #daf0f2;
    padding-top: 5rem;
}

.bg-contact {
    background-repeat: no-repeat;
    background-size: contain;
}

.contact_contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* End CSS Cantact */

.jumbotron_about {
    background-color: #daf0f2;
    font-family: "Lato", sans-serif;
}

.bg-about {
    background-size: contain;
    min-height: 665px;
    background-repeat: no-repeat;
    align-items: center;
    padding-top: 7rem;
}

.section-deskripsi {
    font-family: "Lato", sans-serif;
    background-image: linear-gradient(#fff, #daf0f2);
}

/* CSS Career-details */

.career-detail-container {
    font-family: "Lato", sans-serif;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.gradient-contact {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(218, 240, 242, 1),
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 1)
    );
}
/* End of CSS Career-details */

/*  CSS Privacy */
.deskripsi-header {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.deskripsi p {
    font-family: "Lato", sans-serif;
}

ul {
    list-style-type: none;
}

ul li {
    text-align: justify;
}

.hukum li::before {
    content: "– ";
}

div.sticky-tab {
    position: -webkit-sticky;
    position: sticky;
    background-color: #fff;
    top: 55px;
    z-index: 999;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-left: 10px;
}
.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}

.nav-tabs .nav-link:hover {
    color: #209fae;
}

.nav-tabs .nav-link {
    color: #000;
    font-size: 18px;
}

.nav-tabs .nav-link.active {
    color: #209fae;
    font-size: 18px;
}

.wrapper-nav {
    font-family: "Lato", sans-serif;
}

#myTab {
    border: none;
}

/* End CSS Privacy */

/* Search Input */
.box-search {
    width: 100%;
    height: 65px;
    border-radius: 8px;
}
.container-1 {
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.box-search-faq {
    width: 60%;
    height: 65px;
    border-radius: 8px;
}

.container-1 input#search {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 20px;

    float: left;
    color: #9a9a9a;
    padding-left: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.55s ease;
    -moz-transition: background 0.55s ease;
    -ms-transition: background 0.55s ease;
    -o-transition: background 0.55s ease;
    transition: background 0.55s ease;
}

.container-1 input#search::-webkit-input-placeholder {
    color: #9a9a9a;
}

.container-1 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #9a9a9a;
}

.container-1 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #9a9a9a;
}

.container-1 input#search:-ms-input-placeholder {
    color: #9a9a9a;
}
.container-1 .icon {
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 14px;
    z-index: 1;
    color: #4f5b66;
}
.container-1 input#search:hover,
.container-1 input#search:focus,
.container-1 input#search:active {
    outline: none;
    background: #ffffff;
}

#accordionFlushExample .accordion-item {
    border-top: 1px solid d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding: 2px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 2px 6px 17px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 6px 17px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 6px 17px -3px rgba(0, 0, 0, 0.1);
}
#accordionExample .accordion-item {
    border-top: 1px solid d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding: 2px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 2px 6px 17px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 6px 17px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 6px 17px -3px rgba(0, 0, 0, 0.1);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
    background-color: #fff;
    color: #000;
}
input[type="text"]#cari::-webkit-input-placeholder {
    color: #9a9a9a;
}

.header-faq-detail {
    background: #daf0f2;
    height: 180px;
    position: sticky;
    overflow: hidden;
    top: 0%;
    z-index: 999;
}

.container-faq {
    padding-top: 70px;
}

.active-sidebar {
    font-weight: bold;
}

.card-category {
    width: 310px;
    height: 90px;
}

#phone input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#phone input[type="number"] {
    -moz-appearance: textfield;
}

.form-career {
    background-color: #f6f6f6;
}

.bg-funtravia {
    background-color: #d75995;
}

@media (max-width: 700px) {
    .icon-search {
        position: absolute;
        left: 0;
    }
    .box-search-faq {
        width: 100%;
        height: 65px;
        border-radius: 8px;
    }
    .arrow-back {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-faq-detail {
        /* display: none; */
        height: min-content;
        padding-top: 0 !important;
    }

    .sticky-tab {
        top: 0;
    }
}

.fn-weight {
    font-weight: normal;
    color: #716f6f;
    font-size: 16px;
}
