html {
    scroll-behavior: smooth;
    font-family: Verdana, sans-serif;
  }

  td {
    text-align: center;
    vertical-align: middle !important;
  }

  hr{
    border: 0.5px solid #B87F26;
    width: 50vw;
    opacity: 25%;
    margin-bottom: 5vh;
  }

html, body {
    height: 100%; /* Set both html and body to 100% height */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
}

.nav {
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: rgb(243,106,61);
}

.nav a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.nav a:hover {
    background-color: #FB9D1A;
    color: white;
    font-weight:500;
}

.navbar a.active {
    background-color: #04AA6D;
    color: black;
}

.parent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.headline { 
    display : flex;
    background-image: url('https://res.cloudinary.com/dgfujgk5d/image/upload/v1733759860/richmoneychanger/xy6w4y2a7qvha5kkwvak.png');
    background-size: 100% 100%;
    color : #000057;
    height: 95vh;
    height: auto;
    justify-content: center;
    align-items: center;
    width: 100vw;
    }

    .headline2 { 
        display : flex;
        flex-direction: column;
        background-image: url('https://res.cloudinary.com/dgfujgk5d/image/upload/v1733759860/richmoneychanger/xy6w4y2a7qvha5kkwvak.png');
        background-size: 100% 100%;
        color : #000057;
        justify-content: center;
        align-items: center;
        width: 100vw;
        }

        .subheadline2{
            display : flex;
            flex-direction: row;
            color : #000057;
            justify-content: center;
            width: 100vw;
        }

.subheadline_container{
        width: 70vw;
        display: flex;
        flex-direction: row;
        height: auto;
    }

.subheadline > h1{
        color: black;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }

.subheadline > p {
        color: black;
        font-family: IBM Plex Sans KR;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-size: small;
    
    }

#flag{
    width: 2vw;
    height: auto;
}

.half_text{
        width: 70%;
        margin-bottom: 5vh;
    }

.button_hubungi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
        margin-top: 3vh;
        padding: 10px 20px;
        background-color: #007BFF;
        color: #fff !important;
        text-decoration: none;
        border: none;
        border-radius: 20px;
        cursor: pointer;
        font-size: 16px;
        transition: ease-in 0.25s;
        width: fit-content;
    }
    
    .button_hubungi img {
        margin-right: 10px;
        margin-bottom: 0!important;
        width: 3vh!important; /* Adjust size of the icon */
        height: 3vh;
    }

.currency2{
    margin-left: 2vw;
    margin-right: 2vw;
}
    /* Hover effect */
.button_hubungi:hover {
        background-color: #25D366;
    }

    .why_us_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        background-color: #FFF4C9;
    }
    
    .why_us_subcontainer{
        margin-top: 10vh;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .why_us_card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        border: 3px #B87F26 solid;
        height: 50vh;
        width: 20vw;
        text-align: center;
        margin-left: 1vw;
        margin-right: 1vw;
        position: relative;
        background-color: white;
    transition: all 0.5s ease;

    }

    .why_us_card > img{
        width: 5vw;
        margin-bottom: 15vh;
    }

    .card_details{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F36A3D;
        position: absolute;
        bottom: 0; 
        width: 100%;
        height: 20vh;
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
        color: white;
        transition: all 0.5s ease;

    }

    .card_details:hover{
        height: 100%;
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;

    }

    .about_us{
        margin-top: 10vw;
        background-color: #FFF4C9;
    }

    .merge_div{
        background-color: #FFF4C9;

    }
    .about_us, .about_us_c{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .about_us_c{
        border: #B87F26 3px solid;
        padding: 20px 20px 20px 20px;
        border-radius: 20px;
        width: 70vw;
        margin-bottom: 3vh;
        background-color: white;
    }

    
.about_us > h1{
    color:#B87F26;text-align: center;
}

.maps_button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #B87F26;
    text-decoration: none;
    border: 1px #B87F26 solid;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    width: 15vw;
    transition: all 0.5s ease;

}


.maps_button .logo {
    margin-right: 10px; /* Adjust the spacing between the logo and text */
    max-width: 20px; /* Adjust the maxi-mum width of the logo */
}

.maps_button:hover {
    background-color: #fafafa;
    text-decoration: none;

}

.cabang_1  p {
    font-size: 20px;
}

.nomor_parent_container{
    width: 40vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.nomor_container{
    display: flex;
    flex-direction: row;
}

.nomor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    background-color: #ffffff;
    border-radius: 20px;
    width: 30vw;
    border: 3px #B87F26 solid;
    height: 30vh;
    transition: all 0.5s ease;

}

.nomor > img {
    margin-bottom: 2vh;
}

.contact{
    padding-bottom: 5vh;
}

.nomor:hover{
    background-color: #fafafa;
}

.contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;

}
.hour-container{
    width: 25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subhour_container{
    margin-top: 5vh;
    background-color: white;
    padding: 3vh 3vw 3vh 3vw;
    border-radius: 20px;
}

#phone_link{
    text-decoration: none;
    color: black;
    padding-left: 2vw;
    padding-right: 2vw;
    width: 33vw;
    /* margin-left: 2vw;
    margin-right: 2vw; */
}

/* .contact{
    background-color: #fff5cc;
} */

.location_container{
    display: flex;    
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 5vh;
    border: 3px #B87F26 solid;
    width: 70vw;
    border-radius: 20px;
}

.location{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    width: 60vw;
}

.cabang{
    display: flex;
    align-items: center;
    justify-content: center;
    width : 60vw;
    margin-bottom: 5vh;
}

.cabang_0{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width : 20vw;
}

.cabang_0 > p{
    font-weight: bold;
    font-size: 30px
}

.cabang_1{
    width: 20vw;
    margin-left: 3vw;
    margin-right:5vw;
}

.cabang_1 > p{
    font-size: small;
}

.cabang_2 > img{
    width: 15vw;
    border-radius: 20px;

}

#date-time{
    margin-left: 40vw;
}

.wave_filler{
    background-image: url('https://res.cloudinary.com/dgfujgk5d/image/upload/v1733759859/richmoneychanger/tjljufyfe5b4ut0ba7rh.png');
    height: 30vh;
    background-size: 100% 100%;
    width: 100vw;
    margin-bottom: -1vh;

}

.wave_filler2{
    background-image: url('https://res.cloudinary.com/dgfujgk5d/image/upload/v1733759859/richmoneychanger/q7jqr7ztlypfbpqygopf.png');
    height: 30vh;
    background-size: 100% 100%;
    width: 100vw;
    margin-bottom: -1vh;

}

.hubungi{
    text-align: center;
}

.info{
    display: flex;
    justify-content: center;
    text-align: center;
}

.FAQ{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vh;
}

.faq-header {
    border-bottom: 1px dotted #ccc;
    padding: 24px;
}

.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.faq_container{
    width: 70vw;
}

.panel-title {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;

    margin-left: 10vh;
    display: block;
    cursor: pointer;
    font-weight: 550;
}

.panel-content {
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 14px;
}

.plus {
    position: absolute;
    margin-left: 20px;
    margin-top: 4px;
    z-index: 5;
    font-size: 3vw;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    display: none;
}

body {
    color: #333;
    background: #fcfcfc;
    overflow-x: hidden;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
        margin-bottom: 2vh;

	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

a{
    text-decoration: none!important;

}

.subheadline img{
    width : 35vw;margin-bottom:-2vh;
}

#history{
    line-height: 220%;text-align: center;font-size: 17px;
}

/* marquee div container */
.marquee {
    font-size: 2.25vw;
    color: #fff;
    font-weight: bold;
    height: 9vh;
    overflow: hidden;
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
}

/* Container for scrolling text */
.marquee div {
    display: flex;
    width: 200%; /* Make it twice the width for seamless looping */
    animation: marquee 15s linear infinite;
}

/* Ensure text spans take half the width each */
.marquee span {
    flex: 1;
    white-space: nowrap;
}

/* Smooth infinite scroll */
@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}


@media only screen 
   and (max-width : 700px) {


    .button_hubungi {
    height:6vh;
    }
    .button_hubungi img {
        width: 3vh!important; /* Adjust size of the icon */
        height: 5vh;
    }

    .hubungi h5{
        font-size: medium;
    }
    .cabang_1 h2{
        font-size: 15px;
    }
    .location_container{
        width : 80vw;
    }
    .subheadline_container{
        flex-direction: column;
        /* margin-top: 60vh; */
        margin-bottom: 5vh;
    }
    .nav{
        justify-content: center;
        /* padding-bottom: 30vh; */
        width: 100vw;
    }

    .subheadline img{
        width: 60vw;
        padding-bottom: 10vh;
        /* padding-top: 30vh; */
    }

    .subheadline{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .currency{
        margin-top: 20vh;
        height: auto;
    }

    .headline{
        background-size: 100% 100%;
    }
/* 
    .why_us_container{
        margin-top: 100vh;
    } */


    .why_us_subcontainer{
        flex-direction: column;
    }
    .button_hubungi{
        margin-top: -5vh;
    }

    .why_us_card{
        width: 70vw;
        height: 35vh;
        margin-bottom: 5vh;
    }

    .why_us_card img{
        width: 10vw;
        padding-bottom: 2vh;
    }

    .about_us_c{
        width: 70vw;
    }

    #history{
        font-size: 13px;
    }

    .table{width: 73vw !important;}

    .currency{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #flag{
        width: 5vh;
    }

    .button_hubungi{
        margin-top: 3vh;
    }

    .cabang{
        flex-direction: column-reverse;
    }
    .cabang img{
        width: 40vw;
    }

    .cabang_0{
        width: 70vw;
    }

    .cabang_0 p{
        font-size: 15px;

    }

    .cabang_1{
        width: 70vw;
    }

    .maps_button{
        width: 50vw;
    }

    .info{
        flex-direction: column;
        width: 70vw;
        align-items: center;
        justify-content: center;
    }

    .subhour_container{
        width: 70vw;
    }

    .nomor_parent_container{
        margin-top: 3vh;
    }
    .nomor{
        margin-top: 3vh;
        width: 30vw;
    }

    .nomor h2{
        font-size: 20px;
    }

    .panel-title{
        margin-left:0;
    }

    .FAQ{
        margin-top: -10vh;
    }

    .subheadline2{
        flex-direction: column;
        justify-content: center;
    align-items: center;    }

    .headline2{
        /* margin-top: -20vh; */
        background-size: 100% 20%;
        background-repeat: no-repeat;
    }

    .marquee {
        height: 5vh;
        font-size: 2.25vh;
        width: 300%; /* Span the entire width */

    }

    .marquee div {
        width: 800%; /* Make the width large enough for the scroll effect */
    }
}

@media only screen 
   and (max-width : 450px) {

    .headline{
        margin-top: 0vh;
        background-position: center;
        background-repeat: no-repeat;
    }

    .headline img{
        padding-top:0;
        padding-bottom: 2vh;
        margin-top: 2vh;
    }

    .headline h1{
        font-size: 20px;
    }
    .headline h2{
        font-size: 15px;
    }
    .headline p{
        font-size: 12px;
    }

    .button_hubungi{
        margin-top: -10vh;
    }

    .currency{
        margin-top: 3vh;
    }

    .button_hubungi{
        margin-top: 2vh;
    }

    .why_us_container{
        margin-top: 0vh;
    }

    #history{
        font-size: 10px;
    }

    .half_text{
        margin-bottom: 1vh;
    }
    h1{
        font-size: 1rem !important;
    }

    

   }

