/* ---------------------importing font------------------------ */
@font-face {
    font-family: "yekan";

    src: url("../font/Yekan/Yekan/Yekan.eot");

    src: url("../font/Yekan/Yekan.eot?#iefix") format("embedded-opentype"),
    url("../font/Yekan/Yekan.woff") format("woff"),
    url("../font/Yekan/Yekan.ttf") format("truetype"),
    url("../font/Yekan/Yekan.svg#BYekan") format("svg");

    font-weight: normal;

    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');

/* ------------------------variables-------------------------- */
:root {
    --base: #ffffff;
    --primary: #071555;
    --secondary: #2361c6;
    --tertiary: #2e3192;
    --light: #f2f2f2;
    --green: #47512c;
    --black: #000000;
    --dark: #2f2f2f;
    --black-low: #0000002e;
    --gray: #979797;
}

/*----------------------------- tags design --------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
    color: var(--black);
    font-family: "yekan";
    outline: none;
    transition: 0.3s;
}

body {
    background-color: var(--base);
}
container {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
        justify-content: center;

}
card {
    position: relative;
    /* width: 1000px; */
    display: flex;
}

header,
footer,
section,
nav {
    display: flex;
    justify-content: center;
    align-content: center;
}
nav {
    background-color: var(--light);
}
button:hover {
    opacity: 0.7;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.5;
}
h6 {
    font-size: 20px;
}
p {
    font-size: 16px;
    text-align:justify;
}
/* responsive */

/* -----------------------------------------------utility classes------------------------------------------ */
/* font classes*/

.--font-16 {
    font-size: 16px;
}
.--font-18 {
    font-size: 18px;
}
.--font-20 {
    font-size: 20px;
}
.--font-bold {
    font-weight: bold;
}
.--text-white {
    color: var(--base);
}
.--text-primary {
    color: var(--primary);
}
.--text-tertiary {
    color: var(--tertiary);
}
.--text-green {
    color: var(--green);
}
.--text-dark {
    color: var(--dark);
}
/* background classes */
.--bg-none {
    background: none;
}
.--bg-base {
    background-color: var(--base);
}
.--bg-light {
    background-color: var(--light);
}
.--bg-primary {
    background-color: var(--primary);
}
.--bg-secondary {
    background-color: var(--secondary);
}
.--bg-tertiary {
    background-color: var(--tertiary);
}
.--bg-green {
    background-color: var(--green);
}
.--bg-gray {
    background-color: var(--light);
}
/* border classes */
.--border-none {
    border: none;
}
.--border-r {
    border-radius: 10px;
}
.--border-r2 {
    border-radius: 20px;
}
.--border-tertiary {
    border-color: var(--tertiary);
}

/* special */
.--row {
    display: flex;
    flex-direction: row;
}
.--column {
    display: flex;
    flex-direction: column;
}

/* ------------------------------------------page design----------------------------------------- */
/* header */
.header__container {
    justify-content: space-between;
        margin: 21px 10px 21px 10px;

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header__container button {
    width: 128px;
    height: 45px;
    font-weight: 600;
    text-align: center;
    background-color: var(--base);
    font-size: 15px;
            border: 2px solid #2e3192 !important;



}
.header__container select {
    font-weight: 400;
    margin-right: 20px;
    font-size: 16px;
    cursor: pointer;
}
/* navbar */
.nav__container {
    display: flex;
    justify-content: center;
    padding: 15px 0px 15px 0px;
}
.nav__container ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 735px;
    margin: 0;
}
.nav__container li {
    font-weight: 700;
    font-size: 16px;
}
.nav__container li:hover {
    color: var(--tertiary);
    border-top: 4px solid var(--tertiary);
}
.nav__container .active {
    color: var(--tertiary);
    border-top: 4px solid var(--tertiary);
}
.nav__container .active:hover {
    opacity: 1;
}
/* membership */
.membership {
    background-color: var(--primary);
    padding: 26px 0px 79px 0px;

}
.membership__container {
    flex-direction: row-reverse;
    justify-content: space-between;
    background-image: url("../img/Titik-titik.svg");
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 70.89px;
    padding-right: 15px;
}
.membership__container div {
    justify-content: center;
    align-items: center;
}
.membership__container button {
    margin-top: 25px;
    text-align: center;
    width: 109px;
    height: 56px;
}

.hide{
    display: none;
}

.offcanvas{
        max-width: 60%;
            padding: 0px 10px;


}

.membership__container a {
    margin-top: 25px;
    text-align: center;
    width: 109px;
    line-height: 37px;
    text-decoration: none;
    font-size: 15px;
}
/* search */
.search__container {
    width: 1097px;
    height: 80px;
    margin-top: -42px;
    box-shadow: 0 4px 4px var(--black-low);
    justify-content: center;
    align-items: center;
}
.nav__container a {
    text-decoration: none;
    color: var(--black)
}
.search__container div {
    width:97.5%;
    height: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.search__container img {
    width: 25px;
    height: 25px;
}
.search__container input {
    width: 800px;
    height: 100%;
    background: none;
    font-size: 14px;
    padding-right: 24px;

}
.search__container button {
    width: 94px;
    height: 38px;
    text-align: center;
    font-size: 14px;
}
/* info */
.info__container {
    align-items: center;
    justify-content: center;
    padding-top: 62px;
    padding-bottom: 60px;
}
.info__container div {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* text-align: center; */
}

/* cards */
.cards__container {
    flex-direction: row-reverse;
    width: 1050px;

}
.cards__container a {
    padding: 0;
    width: 350px;

}
.cards__container card {
    width: 350px;
    height: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 46px;
}
.cards__container .card__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.cards__container img {
    z-index: 1;
    margin-bottom: 20px;
    /* margin-top: 200px; */
}
.cards__container h6 {
    z-index: 1;
    color: var(--base);
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}
.cards__container p {
    z-index: 1;
    color: var(--base);
    text-align: center;
    font-size: 14px;
    padding: 19px;
    line-height: 28px;
}
/* separator */
.separator {
    width: 100%;
    height: 25px;
    margin-top: 60px;
}
/* footer */
.footer__container {
    flex-direction: column;
    margin-top: 30px;
}
.footer__logo {
    margin-bottom: 30px;
}
.footer__information {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--gray);
    padding-top: 40px;
    width: 95%;
}
.footer__information div {
    display: flex;
    flex-direction: column;
    max-width: 571px;
}
.footer__information label {
    font-weight: 700;
}
.footer__information .address__label {
    text-align: center;
}
.footer__information address img {
    margin-bottom: -5px;
    padding-left: 15px;
}
.footer__information .fast-access {
    margin-bottom: 25px;
}
.footer__information form {
    margin-top: 30px;
    border: 1px solid var(--gray);
    border-radius: 16px;
    width: 359px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 10px;
        width: 100% !important;

}
/* .footer__information form button{
    bor
} */
.footer__information input {
    flex-grow: 1;
}
.footer__information form button img {
}
/* hse */
.hse {
    align-items: center;
    margin-top: 70px;
    height: 48px;
}
.modal-header,
.modal-footer {
    border: none;
}
.user-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 30px;
}
.user-icon img {
    width: 100%;
}
.title {
    text-align: center;
    color: var(--black);
    margin-bottom: 30px;
    font-size: 20px;
}
.signup-btn {
    width: 100%;
    border: none;
    text-align: center;
    background-color: var(--primary);
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.form-control::placeholder {
    font-size: 14px;
}
.form-control:focus {
    border-color: var(--gray);
    box-shadow: 1px 1px 9px #cbcbcb;
}
.form-control{
    border-color: var(--gray);
}
.form-label{
    font-size: 14px;
}
.alert{
    height: 45px;
    line-height: 10px;
    text-align: center;
    font-size: 15px;
}
.captcha {
    text-align: center;
    padding-top: 10px;
}
.form-label{
    position: relative;
}
.star {
    color: red;
    position: absolute;
    bottom: 4px;
}
#success-alert, #danger-alert, #warning-alert, #success-alert-membership-renewal, #danger-alert-membership-renewal, #warning-alert-membership-renewal{
    height: auto;
    line-height: inherit;
}
.about--container,
.contact-us--container {
    margin: 2rem auto;
    width: 1200px;
}
.title {
    font-family: "yekan";
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    margin-bottom: 2rem;
}
.title-2 {
    font-family: "yekan";
    font-weight: bold;
    text-align: right;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: var(--tertiary);
}
.about--container p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 30px;
}
.info {
    width: 75%;
    margin: 2rem auto -5rem;
}
.info td {
    width: 28%;
    text-align: right;
}
.contact-us--container p {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 30px;
}
.contact-us--container p a{
    font-size: 1.1rem;
    color: var(--tertiary);
    font-family: 'yekan';
}
.contact-us--container p:nth-child(8):after, .contact-us--container p:nth-child(9):after, .contact-us--container p:nth-child(7):after, .contact-us--container p:nth-child(10):after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: var(--gray);
    margin-top: 2rem;
}
nav container button{
    display: none;
}
#info{
    display: none;
}
@media (max-width: 450px) {
.navbar-toggler{
    display:flex !important;
}

.membership__container {
    flex-direction: column-reverse;
    justify-content: center;
    background-image: url(../img/Titik-titik.svg);
    background-repeat: no-repeat;
    background-position: right top;
    align-items: center;
    padding: 70.89px 0px 0px 0px;
}
    header,
    footer,
    section,
    nav {
        padding: 0px 10px;
    }

    .nav__container {
        display: flex;
        text-align: right;
        width: 100%;
            padding: 5px;
    justify-content: flex-start;

    }
    nav container button{
        display: block;
    }
    nav container li {
        display: none;
    }
    .navbar-toggler-icon{
        font-size: 12px;
        text-align: center;
        padding: 11px;
    }
    .offcanvas-body li {
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        margin-bottom: 1.2rem;
    }
    .offcanvas-body li:hover {
        color: var(--tertiary);

    }
    .offcanvas-body .active {
        color: var(--tertiary);

    }
    .offcanvas-body .active:hover {
        opacity: 1;
    }
    .membership__container img:first-child{
            width: 60% !important;
    margin-top: 38px;
    }
    .membership__container img:nth-child(2){
           width: 90% !important;

    }
    .membership__container a {
        display: inline-block;
        text-align: center;
        width: 109px;
        line-height: 37px;
        text-decoration: none;
        font-size: 15px;
            margin-bottom: 10px;

    }
    .search__container {
        width: 100%;
        height: 80px;
        margin-top: -42px;
        box-shadow: 0 4px 4px var(--black-low);
        justify-content: center;
        align-items: center;
    }
    .search__container div {
        width: 93.2%;
        padding: 0 10px;

    }
    .search__container img {
        width: 25px;
        height: 25px;
    }
    .search__container input {
        width: 280px;
        height: 100%;
        background: none;
        font-size: 14px;
        padding-right: 24px;
    }
    .search__container button {
        width: 100px;
        height: 38px;
        line-height: 15px;
        text-align: center;
        font-size: 14px;
        padding: 5px 10px;
    }
    .header__container button {
        display: none;
    }
    .footer__information {
        display: block;
        border-top: 1px solid var(--gray);
        padding-top: 40px;
        width: 90%;
    }

    .header__container img{
        width: 43% !important;
    }
    .footer__container .footer__logo{
        width: 43% !important;
        display: inline-block;
        margin: 1rem auto 2.5rem;
    }
    .footer__information div {

    }
    .footer__information label {
        font-weight: 700;
        padding-bottom: 2rem;
    }
    .footer__information .address__label {
        text-align: center;
    }
    .footer__information address img {
        margin-bottom: -7px;
        padding-left: 15px;
    }
    .footer__information div:nth-child(2) label {
        margin-bottom: -1rem;
    }
    .footer__information div:nth-child(3) {
        margin-top: 2rem;
        display: flex;
        align-items: center;
    }
    .footer__information div:nth-child(3) form {
        margin-top: -0.6rem;
    }
    .about--container,
    .contact-us--container {
        width: 97%;
    }
    .info {
        display: none;
    }
    #info{
        display: block;
        width: 100%;
        margin: auto;
        color: black;
        margin-bottom: -5rem;
    }
    .about--container p {
        text-align: justify;
    }
    .about--container h3 {
        line-height: 40px;
    }
    .contact-us--container p {
        text-align: justify;
    }
    .contact-us--container h3 {
        line-height: 40px;
    }
    .cards__container {
        flex-direction: row-reverse;
        width: 89%;
    }
}
/* modal */
.success-modal .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.success-modal.active .overlay{
    opacity: 1;
    pointer-events: auto;
}
.success-modal .modal-box{
    background-color: #fff;
    max-width: 25rem;
    width: 100%;
    border-radius: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    transform: translate(-50%, -50%) scale(1.2);
}
.success-modal.active .modal-box {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}
.success-modal .modal-box i {
    font-size: 70px;
    color: hsl(140, 100%, 35%);
}
.success-modal .modal-box h2 {
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 500;
    color: #333;
}
.success-modal .modal-box h3 {
    font-size: 1rem;
    margin-top: 16px;
    margin-bottom: 2rem;
    font-weight: 400;
}
.success-modal .modal-box button {
    background-color: hsl(140, 100%, 35%);
    padding: 5px 10px;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
.request-follow-up {
    text-align: center;
    color: var(--tertiary);
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.ticket--container{
    width: 77%;
    margin: 5rem auto;
    border: solid 1px #cccccc;
    border-radius: 1rem;
}
.ticket--container .form-control, .ticket--container .form-select option{
    box-shadow: none;
    color: #4d4d4d;
    font-size: 15px;
}
.ticket--container .form-label{
    font-size: 15px;
    color: #4d4d4d;
}
.error-msg{
    font-size: 12px;
    color: red;
    display: inline-block;
    padding-top: 5px;
}
.ticket--container p{
    color: #4d4d4d;
    font-size: 1.1rem;
}
.ticket--btn {
    border: none;
    color: #fff;
    background-color: var(--tertiary);
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 15px;
    width: 10rem;
    text-align: center;
}
@media screen and (max-width: 450px) {
    .ticket--container{
        width: 90%;
        margin: 5rem auto;
        border: solid 1px #cccccc;
        border-radius: 1rem;
    }
}
.success--container{
    width: 30%;
    background-color: #c6ebc6;
    margin: 5rem auto;
    border-radius: 12px;
    padding: 3rem 2rem;
}
.success--container p{
    color: #267326;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}
