/* pop up */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}
#dialog{
    display: none;
}
.dialog {
  position: fixed;
  top: 10vh;
  left: 35%;
  width: 30%;
  z-index: 100;
  border-radius: 4px;
  border: none;
  box-shadow: 0 2px 8px rgba(253, 254, 255, 0.1);
  margin: 0;
  overflow: hidden;
  background-color: rgb(255, 255, 255) !important;
  max-height: 80vh;
  overflow-y: scroll !important;
}
.dialog-text{
  margin-top: -90px;
  padding: 40px;
}
.dialogimg{
    width: 200px;
    margin-top: -40px;
    margin-left: -40px;
    overflow: hidden;
}
.dialog-pad{
    padding: 0 30px;
}

.pop-close{
    margin-top: -60px;
    padding-right: 50px;
    font-weight: 100 !important;
    color: #273765;
    font-size:  30px !important;
    line-height: 30px;
    cursor: pointer;
}
.pop-icon{
    padding-right: 20px;
}
.pop-fa-icon{
    padding-right: 10px;
}
.dialog p{
    color: #939596;
    font-size: 16px;
}
strong{
    color: #273765 !important;
    font-weight: 400 !important;
} 
#aboutText {
      display: none;
      margin-top: 10px;
      padding: 10px;
      width: 300px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
      border: 1px solid #ccc;
      background-color: #f9f9f9;
    }

    .cancel-btn {
      margin-top: 10px;
      background-color: #cc0000; /* toned-down red */
      color: white;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      border-radius: 4px;
    }

    .cancel-btn:hover {
      background-color: #a80000;
    }

/* medium screen */
/* @media screen and (min-width: 1400px) {
.bill, .nav a.btn{
   white-space: nowrap !important; 
}
.space-right{
    padding:0 0 0 60px !important;
}
} */
@media screen and (max-width: 1200px) {
    .wrapper{
        margin: 0 auto !important;
        width: 80% !important;
    }

    .navbar-brand img{
        width: 200px !important;
    }
    h1.header-text{
        font-size: 42px;
    }
    h2{
        font-size: 30px !important;
    }
    ul li, a{
        font-size: 14px;
    }
    .spanbtn, .use-text-btn{
        margin: 10px 0 !important;
    }

}
@media screen and (max-width: 1000px) {
    .wrapper{
        max-width: 90%;
    }

    /* nav */
    nav a.btn{
        min-width: 450px !important;
        margin: 20px 0 10px 0;
    }
    .navbar-brand img{
        width: 150px !important;
    }
    nav a.btn{
        min-width: 350px !important;
        background-color: #F43722;
        color: #fff !important;
    }
    nav a.btn:hover, .header-text-btn:hover{
        background-color: transparent !important;
        color: #273765 !important;
        border: 1px solid #273765 !important;
    }
    .navbar-toggler{
        margin-right: 20px;
    }
    .navbar-brand{
        margin-left: 20px;
    }
    .customer{
        margin-top: -250px !important;
    }
    /* use */
    .spanbtn, .use-text-btn{
        font-size: 9px !important;
        margin: 5px 0 !important;
    }
    h2{
        font-size: 30px !important;
    }



}
@media screen and (max-width: 900px) {
    .navbar-nav{
        align-items:flex-start;
        text-align: left !important;
        padding: 20px !important;
        background-color: #fff;
        border-radius: 8px !important;
        position: absolute;
        /* min-width: 100% !important; */
    }
    nav a, .header ul li{
        color: #273765 !important;
    }


}

@media screen and (max-width: 768px) {
    /* General */
    .wrapper{
        width: 95% !important;
    }
    h2{
        font-size: 30px !important;
    }
    p{
        font-size: 16px;
    }

    /* nav */
    .navbar{
    width:  100% !important;
    }

    /* header */
    h1.header-text{
        padding-top: 70px;
        font-size: 36px;
        font-weight: 700;
    }
    .header-text-btn:hover{
        background-color: transparent !important;
        color: #fff !important;
        border: 1px solid #fff !important;
    }
    .header-hero{
        padding-bottom: 10rem;
    }


    /* video */
    .about-us-video{
        margin-top: -5rem;
    }
    .about-us-video iframe{
        height: 230px !important;
    }


    /* bussiness-individual */
    .bussiness-individual{
        padding: 80px 0;
    }
    .row{
        flex-direction: column !important;
    }

    /* use */
    .spanbtn, .use-text-btn{
        font-size: 9px !important;
        margin: 5px 0 !important;
    }
    .use-text-btn{
        width: 50%;
    }

    /* developer */
    .dev-flex-text{
        padding: 0 !important;
        width: 100% !important;
    }
    .dev-flex{
        width: 100%;
    }
    .second.row.dev-flex{
        flex-direction: column-reverse !important;   
    }
    .dev-frame{
        overflow: scroll;
        height: 400px;
    }
    .dev-frame img{
        height: 400px;
    }

    .dev-flex-text a, .dev-flex a{
        margin-top: 0 !important;
    }
    .dev{
        padding-top: 20px !important;
    }
    /* customer */
    .customer{
        border-radius: 20px;
        padding: 40px;
        margin-top: -250px !important;
    }


    /* channel */
    .channel-icon i{
        width: 100px !important;
        margin-right: 50px !important;
    }

    .channel-wrapper, .customer-wrapper{
        width: 100%;
    }
    .channel-row{
        overflow-x: scroll;
        
    }
    .height{
        min-height: 70px !important;
    }

    /* div.footer */
    .footer{
        padding: 70px 0 !important;
    }
    .footer img{
        width: 220px !important;
    }
    .footer ul li{
        font-size: 14px;
        line-height: 30px !important;
    }
    .footer h6{
        padding-top: 20px;
    }

    .footer p{
        font-size: 16px;
        line-height: 24px !important;
    }

    /* footer */
    img.foot-icon{
        width: 20px;
        height: 20px;
    }
    .footer-note{
        padding: 20px 0;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        flex-direction: column-reverse !important;
    }
    .footer-note p{
        color: #88898a;
        padding-top: 10px;
        font-size: 13px;
    }


    /* close */
    .dialogimg{
        width: 150px;
        margin-top: -35px;
        margin-left: -20px;
    }
    .dialog-text{
    margin-top: -80px;
    padding: 40px;
    }
    .dialog-pad{
        padding: 0% !important;
    }
    .pop-close{
        margin-top: -40px;
        padding-right: 40px;
        font-size:  20px !important;
        line-height: 30px;
        cursor: pointer;
    }
    .dialog {
    left: 10%;
    width: 80%;
    top: 5vh;
    }
    .pop-icon{
        padding-right: 10px;
    }
    .dialog p{
        font-size: 13px;
        line-height: 15px !important;
    }

}

@media screen and (max-width: 456px) {
    h1.header-text{
        font-size: 30px !important;
    }
    h5{
        font-size: 16px !important;
    }
    h6{
        font-size: 15px;
    }
    p{
        font-size: 14px;
        line-height: 22px !important;
    }
    h2{
        font-size: 22px !important;
        line-height: 32px !important;
    }
    ul li, a{
        font-size: 14px;
    }

    /* nav */
    nav a.btn{
        min-width: 320px !important;
        background-color: #F43722;
        color: #fff !important;
    }


    /* header */
    .header-text-p{
        padding: 10px 20px;
        line-height: 24px !important;
    }
    .header-hero{
        padding-bottom: 8rem;
    }
    header p, .header-text-btn{
        font-size: 15px !important;
    }


    /* video */
    .about-us-video{
        margin-top: -5rem;
    }
    .about-us-video iframe{
        height: 190px !important;
    }

    /* developer */
    .dev-frame{
        overflow: scroll;
        max-height: 300px !important;
    }
    .dev-frame img{
        height: 300px !important;
    }

    /* customer */
    .customer{
        border-radius: 8px;
        padding: 20px;
    }

    /* footer */
    .footer-brand img{
        width: 60%;
        padding: 10px 0;
    }

}
@media screen and (max-width: 912px) {
    nav a.btn{
        min-width: 680px !important;
    }
}
@media screen and (max-width: 820px) {
    nav a.btn{
        min-width: 610px !important;
    }
}
@media screen and (max-width: 768px) {
    nav a.btn{
        min-width: 650px !important;
    }
}
@media screen and (max-width: 540px) {
    nav a.btn{
        min-width: 450px !important;
    }
    /* footer */
    .footer-brand img{
        width: 40%;
        padding: 10px 0;
    }

}
@media screen and (max-width: 414px) {
    nav a.btn{
        min-width: 330px !important;
    }
}
@media screen and (max-width: 393px) {
    nav a.btn{
        min-width: 310px !important;
    }
}
@media screen and (max-width: 375px) {
    nav a.btn{
        min-width: 295px !important;
    }
}
@media screen and (max-width: 360px) {
    nav a.btn{
        min-width: 285px !important;
    }
}

@media screen and (max-width: 300px) {
    nav a.btn{
        min-width: 210px !important;
    }
    h1.header-text{
        font-size: 24px !important;
    }
    h2{
        font-size: 18px !important;
    }
    p{
        font-size: 13px;

    }
    h5{
        font-size: 15px !important;
    }
    .dev-frame img{
        height: 250px !important;
    }
    .footer a{
        font-size: 13px !important;
    }
    footer p{
        font-size: 11px;
    }
    .footer-brand img{
        width: 60% !important;
    }
    .footer{
        padding: 10px 0 !important;
    }
}

