@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap");

@font-face {
    font-family: 'pocket_calculatorregular';
    src: url('./font/pockc___-webfont.woff2') format('woff2'),
    url('./font/pockc___-webfont.woff') format('woff'),
    url('./font/POCKC___.TTF') format('truetype');

    font-style: normal;
}
body {
    background-color: #000000;
    /*
    background-image: url("https://i.imgur.com/PFnfpkq.png");
    */
    text-align: center;
    font-weight: 700;
}

.widget-hidden{
    display: block !important;
}

.typewriter {
    border-right: solid 5px transparent;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'pocket_calculatorregular', 'Source Sans Pro', sans-serif;
    font-size: 50px;
    /*animation: animated-text 1.2s steps(17, end) 1s 1 normal both*/
}
#particles-js {
    height: 100vh;
}
.header-title{
    font-family: 'pocket_calculatorregular', 'Source Sans Pro', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    height: 10%;
    display: inline-block;
    text-align: center;
    width: 100%;
    /*background-color: white;*/
    color:red;
    text-shadow: 1px 1px 25px gray, 0 0 25px red, 0 0 2px white;
}
#buttons{
    width: 22rem;
    text-align: center;
    margin: 0 auto;
}
.landing {
    width: 100%;
    height: 3rem;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.1);
    /*opacity: 0.5;*/
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}
.landing2 {
    width: 49%;
    height: 3rem;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.1);
    /*opacity: 0.5;*/
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    display: inline-block;
    margin: 20px auto;
}
.bevel {
    border-left: 1px dashed grey;
    border-top: 1px dashed grey;
    padding: 4px;
    box-shadow: 4px 4px 8px grey;
    color: #fff;
    transition: 0.3s;
}
.bevel:hover {
    box-shadow: -4px -4px 8px grey;
    border: 0;
    color: #f00;
}
.links{
    color: #ffffff;
    text-decoration: none;
}
#world{
    padding-bottom: 1rem;
    padding-top: 1rem;
}

/*FAQ*/
#faq{
    background-image: url("./images/menu_pattern_1.png");
}
.accordion-item {
    background-color: black;
}
.accordion-button {
    color: #ddd;
    background-color: #333333;
    font-size: 1.3rem;
}
.accordion-button:hover {
    background-color: black;
}
.accordion-button:not(.collapsed){
    color: #ccc;
    background-color: black;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(133,133,133,.25);
}
.container-fluid.r-pad{
    padding-right: 0;
}
.btn{
    transition: unset;
}
.nav-link:focus {
    color: unset;
}
.btn-primary {
    color: white;
    /*background-color: #333333;*/
    border: 1px dashed gray;
    background: rgba(0, 0, 0, 0.01);
}
.btn-primary:hover {
    background-color: black;
    border-color: gray;
    color: red;
}
.btn-primary:focus{
    background-color: black;
    color: red;
}
.accordion-body ul li{
    text-align: left;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 2;
    color: #ccc;
    /*Verdana, Arial, Helvetica, sans-serif*/
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #999;
}
.left{
    text-align: left;
    color: #999;
}
.footer-title{
    font-family: 'pocket_calculatorregular', 'Source Sans Pro', sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    height: 5%;
    display: inline-block;
    text-align: left;
    width: 100%;
    /*background-color: white;*/
    color:red;
    text-shadow: 1px 1px 25px gray, 0 0 25px red, 0 0 2px white;
}
footer{
    font-size: 0.75rem;
    /*font-weight: 400;*/
}
.icons{
    width: 100%;
    height: 1.5rem;
}
ul.grey-color{
    background-color: #ccc;
}
.px-right-none{
    padding-right: 0 !important;
}
.nav-link.footer{
    color: #999;
}
.nav-link.footer:hover{
    color: red;
}
.icons:hover{
    width: 130%;
    height: 1.5rem;
}
/*TERMS*/
body#terms, body#privacy, body#refund{
    text-align: left;
    color: #666;
}
#faq, #terms, #privacy, #refund, #connect, #booking{
    background-image: url("./images/menu_pattern_1.png");
}
/*END OF TERMS*/
/*START OF CONNECT*/
.in-charge{
    margin-left: 1.3rem;
    margin-bottom: 1rem;
}
.left-text{
    text-align: justify;
    font-weight: 400;
}
.list-group-item{
    text-align: left;
    color: #ccc;
    background-color: transparent;
    border: 1px solid rgba(133, 133, 133, 0.25);
}
.logo-logo{
    height:24px;
    width: 24px;
    /*background-color: white;*/
}
.logo-name{
    min-width: 100px;
    height:24px;
    font-weight: 700;
}
.logo-detail{
    font-weight: 400;
}
.connect, .booking{
    color: #ccc;
}
.card{
    background-color: unset;
    font-weight: 400;
}
.slogan{
    width: fit-content;
    background-color: black;
    border: #333333 dashed 1px;
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 0.85rem;
}
.slogan1, .slogan2{
    font-family: 'pocket_calculatorregular', 'Source Sans Pro', sans-serif;
    text-align: left;
    color: #ccc
}
.slogan2{
    margin-left: 1rem;
}
.slogan-col{
    color: #00f000;
}
.mission{
    font-size: 2rem;
    width: 100%;
}
.mission > .slogan2{
    margin-left: 8rem;
}
#mission{
    max-height: 750px;
    overflow: hidden;
}
.card-header{
    padding:0;
}
.connect > section{
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(133, 133, 133, 0.25)
}
.mar-bot-4{
    margin-bottom: 4rem;
}
.bor-bot{
    border-bottom: 1px solid rgba(133, 133, 133, 0.25)
}
#canvas-parent{
    max-height: 400px;
}
a.hover:hover{
    color: red;
}
.logo-logo:hover{
    height:26px;
    width: 26px;
}
.header{
    color: white;
}
.nav-link.mission-footer{
    color: green;
}
/*END OF CONNECT*/
/*Start of booking*/
.booking{
      color: #ccc;
}
.carousel-item > img{
    /*height: 30rem;*/
    width: 20rem;
}
#slider{
    display: none;
}
#select-module .list-group-item:hover{
    border: 1px solid rgba(133, 0, 0, 0.75);
}
#select-module .form-check-input:checked[type="radio"]{
    background-image: unset;
    background-color: rgba(133, 0, 0, 0.75);
    border-color: green;
}
#select-module .form-check-input{

}
.form-check-input:focus{
    box-shadow: unset;
}
.desc-label{
    width:420px;
}
.name-label {
    max-width: 120px;
    min-width: 100px;
}
.name-label-1{
    color: green;
}
.input-select1{
    width: 4.9rem !important;
}
.black-bg{
    background-color: black;
    color: white;
}
.pad{
    padding: 0.375rem 0rem 0.375rem 1.5rem
}
#select-module .form-control, .form-select{
    border: 0.1rem solid rgba(233, 233, 233, 0.5);
}
#select-module .form-control:focus, .form-select:focus{
    color: white;
    background-color: black;
    border-color: grey;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 256, 0, 0.1);
}
select.form-select {
    background-repeat: no-repeat;
    background-position: left 0.25rem center;
    background-size: 1rem;
}
iframe{
    border-radius: 0.25rem;
    background-color: black;
}

.cal-title{
    margin: 0 auto;
    text-align: center;
    width: 300px;

}
.tab-pane{
    background-color: black;
}
.nav-tabs{
    border: unset;
}
.name-label-2{
    color: #ff7d00;
}
.booking li{
    height: 60px;
}
#co-mission{
    height: 100px;
}
.booking-chat{
    margin-left: auto;
}

/*END OF BOOKING*/
