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

:root{
    --main-color:white;
    --black:#13131a;
    --bg:#010103;
    --border:.1rem solid rgba(255,255,255,.3);
}


*{
    font-family: 'Century Gothic';
    font-size: 12px;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: black;
    border-radius: 5rem;
}

section{
    padding:2rem 7%;
}

header{
    background-color:#FAD702;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.5rem 7%;
    border-bottom: var(--border);
    position: fixed;
    top:0; left: 0; right: 0;
    z-index: 1000;
}



.header .navbar a{
    margin:0 1rem;
    font-size: 1.6rem;
    color:black;
}

.header .navbar a:hover{
    color:var(--main-color);
    border-bottom: .1rem solid var(--main-color);
    padding-bottom: .5rem;
}

.header .icons div{
    color:black;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}

.header .icons div:hover{
    color:var(--main-color);
}

#menu-btn{
    display: none;
}



body{
    margin: 0;
}
.icon-arrow{
    position: relative;
    width: 34px;
    height: 0px;
    border-radius: 4px;
    left: 20px;
    top: 90px;
background-color: #000;
border: 2px solid #000000;
transform: rotate(180deg);
}

.icon-arrow:after{
    content: "";
    display: inline-block;
    width: 15px;
    height:4px;
    background-color: #000000;
    transform: rotate(-45deg);
    position: absolute;
    left: 18px;
    bottom: -7px;
    border-radius: 4px;
}

.icon-arrow:before{
    content: "";
    display: inline-block;
    border-radius: 4px;
    width: 15px;
    height:4px;
    background-color: #000000;
    transform: rotate(45deg);
    position: absolute;
    left: 18px;
    bottom: 3px;
}
.heading{
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    
    color: #000000;
    }
    
 .sub-heading {
        font-family: 'Century Gothic';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        display: flex;
        text-align: left;
        text-align: justify;
        color: #000000; 
        padding-top: 10px;
    }
    .tos{
        display: flex;
        align-items: center;
        text-align: justify;
        letter-spacing: -0.408px;
        width: 90vw;
        color: #000000;
        }
.home .content img{
    position: center;
}
.home .content button{
    font-weight: 600;
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px 40px;
gap: 10px;

position: absolute;
width: 114px;
height: 48px;
left: calc(50% - 114px/2);


background: #FAD702;
border-radius: 35px;
}
.home .content button:hover{
    cursor: pointer;
}

.plan .box-container .tc{
    text-align: center;
    padding-left: 10px;
}



.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px;
    margin-top:3vh;
   
}



.home .content h3{
    font-size: 6rem;
    text-transform: uppercase;
    color:black;
    text-align: center;
}

.home .content p{
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1.8;
    padding:1rem 0;
    color:black;
}

.plan .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:1.5rem;
}

.plan .box-container .box{
    padding:5rem;
    text-align: center;
    
    border:var(--border);    
}

.plan .box-container .box img{
    height: 10rem;
}

.plan .box-container .box h3{
    color: black;
    font-size: 2rem;
    padding:1rem 0;
}
.plan .box-container .box-display h3{
    color: black;
    font-size: 2rem;
    padding:1rem 0;
}

.plan .box-container .box-display{
    padding:5rem;
    text-align: center;
    
    border:var(--border);
    
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:black;
    background-color: #FAD702;
    cursor: pointer;
    width: 120px;
height: 38px;
    border-radius: 0px 0px 5px 5px;
}

.updown-btn{
    position: fixed;
    bottom: 10px;
    right: 0px;
    margin-right: 0%;
}
.fixed-btn img{
    width: 51px;
    height: 51px;
}

.footer{
    background-color: #CDCDCD;
    
    bottom: 0px;
    width: 100%;
    padding:20px;
}
.column {
    float: left;
    width: 50%;
    padding: 10px;
     /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .column2{
    float: left;
    width:25%;
    padding: 10px;
    
  }
  .column2 .web-route a{
    font-family: 'Century Gothic';
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: -0.408px;
margin-top:5px;
color: #000000;
  }

  .column2 .web-route ul li  {
    font-family: 'Century Gothic';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
letter-spacing: -0.408px;
margin-top: 5px;
color: #000000;
  }
  .column2 .right-web-route{
    margin-top: 13px;
  }
  .column2 .right-web-route a{
    font-family: 'Century Gothic';
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: -0.408px;
margin-top: 5px;
color: #000000;
  }
  .column2 .right-web-route ul li {
    font-family: 'Century Gothic';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
margin-top: 5px;
letter-spacing: -0.408px;

color: #000000;
  }
.center{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
.center a{
    color: #000000;
}
 

.logos-social{
    float: left;
    width:30%;
    padding: 10px;
 
}



 .logos-social img{
    display: block;
    margin-left: 5px;
    margin-right: auto;
    
    
 
}
.logos-social ul li {
    list-style-type: none;
   
    margin-bottom: 5px;
text-align: center;
font-family: 'Century Gothic';
font-style: normal;
font-weight: 400;
font-size: 8px;
line-height: 10px;
/* identical to box height */



color: #000000;
}



 .social-media {
    float: left;
    width:50%;
    padding: 10px;
    
}

.social-media ul li{
    list-style-type: none;
    margin-left :5px ;
    margin-bottom: 5px;
    
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    /* identical to box height */
    
    letter-spacing: 0.2px;
    
    color: #000000;
    

}
.social-media img {
    display: block;
    margin-left: 1px;
    margin-right: auto;
}
.location {
    text-align: left;
    margin-top: 110px;
}
.location p{
    
margin-top: 5px;
font-family: 'Century Gothic';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 132%;
/* or 13px */

letter-spacing: -0.408px;

color: #000000;
}

hr{
   margin-top: 5px;
   margin-bottom: 5px;


   border: 1px solid  #A9A9A9;
}
.partnership-title{
    font-family: 'Century Gothic';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
/* identical to box height */


letter-spacing: -0.408px;

color: #000000;
}
.row-partnership{
    
        display: flex;
      
}
.row-partnership #pacific img{
    width: 70px;
height: 39px;
}
.row-partnership #senang img{
    width: 45px;
height: 57px;

}
.row-partnership #tokio img{
    width: 62px;
    height: 47px;
   
}
.column-partnership{
    
    flex: 50%;
    padding: 10px;
    margin: auto;
      
}

.column-partnership img{
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.copyright{
    text-align:center;
}
.copyright p{
    font-family: 'Century Gothic';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 132%;
/* or 13px */

text-align: center;
letter-spacing: -0.408px;

color: #000000;
}

.dpp-feature{
    display: flex;
}
@media screen and (min-width: 667px){
.plan .box-container .box-display{

    display: none;

}
}
/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding:1.5rem 2rem;
    }

    section{
        padding:2rem;
    }

}

@media (max-width:768px){

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top:100%; right: -100%;
        background: #fff;
        width: 30rem;
        height: calc(100vh - 9.5rem);
    }

    .header .navbar.active{
        right:0;
    }

    .header .navbar a{
        color:var(--black);
        display: block;
        margin:1.5rem;
        padding:.5rem;
        font-size: 2rem;
    }

    .header .search-form{
        width: 90%;
        right: 2rem;
    }

    .home{
        background-position: left;
        justify-content: center;
        text-align: center;
    }

    .home .content h3{
        font-size: 4.5rem;
    }

    .home .content p{
        font-size: 1.5rem;
    }
    
    

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

}