@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    border: 0;
    margin: 0;
    outline: none;
}
html { overflow-x: hidden; }
.header{
    padding: 50px 0;
}
.container {
   margin-left: auto;
   margin-right: auto;
   display: block;
}
@media (min-width: 0px) and (max-width: 640px){
    .header{
        padding: 0 !important;
        margin-bottom: 20px;
    }
    .container{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .mobile{
        display: inline-block;
        margin-top: 7px;
    }
    .items{
        display: none !important;
    }
    .button_eclient{
        display: none !important;
    }
    .grid_2{
        display: block !important;
    }
    .info_ban{
        margin-bottom: 100px;
    }
    .pack_card_3 > .flex_box{
        display: block !important;
        box-sizing: border-box;
    }
    .card{
        box-sizing: border-box;
        width: 100% !important;
        margin-bottom: 40px !important;
    }
    .card:hover{
        transform: none !important;
    }
    .main > .container > .flex_box{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr; 
        gap: 0px 10px; 
        grid-template-areas: 
          ". ."
          ". ."
          ". ."; 
    }
    .card_product{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px !important;
    }
    .card_product > img{
        width: 100px;
    }
}
@media (min-width: 640px) and (max-width: 768px){
    .container {
      width: 640px;
    }
    .mobile{
        display: none;
    }
    .main > .container > .flex_box{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr; 
        gap: 0px 30px; 
        grid-template-areas: 
          ". ."
          ". ."
          ". ."; 
    }
    .card_product{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .container {
      width: 768px;
    }
    .mobile{
        display: none;
    }
    .main > .container > .flex_box{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr; 
        gap: 0px 30px; 
        grid-template-areas: 
          ". ."
          ". ."
          ". ."; 
    }
    .card_product{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1280px){
    .container {
      width: 1024px;
    }
    .mobile{
        display: none;
    }
    .main > .container > .flex_box{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr 1fr 1fr; 
        gap: 0px 30px; 
        grid-template-areas: 
          ". ."
          ". ."
          ". ."; 
    }
    .card_product{
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px !important;
    }
}
@media (min-width: 1280px) {
    .container {
      width: 1280px;
    }
    .mobile{
        display: none;
    }
}
@media (min-width: 1536px) {
    .container {
      width: 1336px;
    }
    .mobile{
        display: none;
    }
}
.flex_box{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.flex_box_2{
    display: flex;
    justify-content: space-around;
}
.logo{
    font-family: "Pacifico";
    font-size: 18px;
    cursor: pointer;
}
.logo > span{
    background-color: #2C79CC;
    color: white;
    padding: 0px 3px 1px 3px;
    border-radius: 3px;
}
.nav{
    font-family: "Mukta";
    font-weight: bold;
    cursor: pointer;
}
.nav > .items{
    display: inline-block;
    margin-left: 40px;
}
.nav > .items:hover{
    color: #2C79CC;
    transition: .5s;
}
.nav > .button_eclient{
    background: #2C79CC;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 40px;
}
.nav > .btn_logout{
    display: inline-block;
    background: #d43f2e;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: white;
}
.nav > .active{
    color: #2C79CC;
}
.grid_2{
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
        ". ."; 
}
.ban{
    margin-top: 50px;
}
.info_ban{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pack_info{
    font-family: "Poppins";
    width: 450px;
}
.pack_info > p{
    margin-top: 20px;
}
.btn_prod{
    background: #2C79CC;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 30px;
    cursor: pointer;
}
.image_ban{
    position: relative;
    display: flex;
    justify-content: center;
}
.image_ban > img{
    animation: dring 1s linear infinite alternate;
    
    width: 250px;
}
@keyframes dring{
    from {transform: rotate(-5deg);}
    to   {transform: rotate(5deg);}
}
.arround{
    position: absolute;
    width: 400px;
    height: 400px;
    background: #2C79CC;
    border-radius: 100%;
    top: 45px;
}
.pack_info > h1 > span{
    background: #2C79CC;
    color: white;
}
.widget{
    margin-top: 80px;
    background: #2C79CC;
    color: white;
    padding: 30px;
    border-radius: 10px;
}
.why{
    margin-top: 90px;
    margin-bottom: 90px;
}
.why > .container > .title{
    font-family: "Poppins";
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #2C79CC;
    margin-bottom: 10px;
}
.why > .container > .box_para{
    display: flex;
    justify-content: center;
}
.why > .container > .box_para > p{
    width: 850px;
    font-family: "Poppins";
    font-size: 14px;
    text-align: center;
    margin-bottom: 60px;
}
.card{
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 5px;
    font-family: "Poppins";
    margin: 10px;
    box-sizing: border-box;
}
.card:hover{
    transform: scale(1.05);
    transition: .1s;
}
.card > .title{
    color: #2C79CC;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.card > p{
    font-size: 16px;
    text-align: center;
    color: #3d3d3d;
    margin-bottom: 40px;
}
.icon{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.icon > i{
    background: #f4f6fd;
    padding: 50px 40px;
    border-radius: 100%;
    color: #2C79CC;
}
.main{
    margin-top: 40px;
}
.main > .container > .title{
    font-family: "Poppins";
    font-weight: bold;
    font-size: 18px;
}
.main > .container > p{
    font-size: 14px;
    font-family: "Poppins";
    margin-bottom: 50px;
}
.card_product{
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    font-family: "Poppins";
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    cursor: pointer;
}
.card_product_v2{
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 10px;
    font-family: "Poppins";
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    cursor: pointer;
    width: 200px;
}
.margin_product{
    margin-top: 20px;
}
.card_product_v2:hover{
    transform: scale(1.05);
    transition: .1s;
}
.card_product:hover{
    transform: scale(1.05);
    transition: .1s;
}
.card_product_v2 > .info_product > i{
    display: block;
    padding: 30px;
    text-align: center;
    color: #2C79CC;
}
.card_product_v2 > .info_product > .title{
    margin-top: 10px;
    display: block;
    font-weight: 700;
}
.card_product > .pack_product{
    padding: 20px;
}
.card_product > .pack_product > .number_product{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.card_product > .pack_product > .price_product{
    text-align: center;
}
.main{
    margin-bottom: 60px;
}
.card_paid_left{
    width: 57%;
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    border-radius: 5px;
    font-family: "Poppins";
    margin: 10px;
    box-sizing: border-box;
    height: 145px;
}
.paid_right{
    width: 40%;
    border-radius: 5px;
    font-family: "Poppins";
    margin: 10px;
    box-sizing: border-box;
    margin-top: -10px;
}
.content_paid{
    padding: 20px;
}
.content_paid > .title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.content_paid > form {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.content_paid > form > input{
    width: 75%;
    padding: 15px 10px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 3px;
}
.content_paid > form > button{
    background: #2C79CC;
    color: white;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 3px;
    width: 20%;
    cursor: pointer;
}
.card_order{
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    border-radius: 5px;
    font-family: "Poppins";
    box-sizing: border-box;
    margin-top: 30px;
}
.content_order{
    padding: 20px;
}
.content_order > .type > b{
    float: right;
}
.swal2-title{
    font-family: "Poppins";
}
.swal2-html-container{
    font-family: "Poppins";
}
.price{ 
    margin-top: 15px;
}
.price > b{
    float: right;
}
.login{
    width: 100%;
    height: 100%;
}
.login_body{
    background-color: #2C79CC;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_login{
    background: white;
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    padding: 20px;
    border-radius: 6px;
    width: 380px;
}
.box_login > .title{
    font-family: "Poppins";
    font-weight: bold;
    font-size: 15px;
    color: #2C79CC;
    margin-bottom: 30px;
    margin-top: 30px;
}
.box_login > form > label{
    display: block;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.box_login > form > input{
    width: 100%;
    padding: 15px 10px;
    border-radius: 3px;
    box-sizing: border-box;
    background: rgb(44, 121, 204, 0.7);
    color: white;
    margin-bottom: 20px;
}
.box_login > form > input::placeholder {
    color: white;
}
.box_login > form > button{
    box-sizing: border-box;
    background: rgb(44, 121, 204, 0.7);
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.box_login > form > p{
    font-family: "Poppins";
    font-size: 13px;
    font-weight: bold;
    display: inline;
}
.box_login > form > p > a{
    color: rgb(44, 121, 204, 0.7);
}
.alert_error{
    background: #d43f2e;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    overflow: hidden;
    font-family: "Poppins";
}
.me_left{
    width: 70%;
}
.me_left > .title{
    font-family: "Poppins";
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.card_command{
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    padding: 20px 25px;
    margin-top: 20px;
    width: 100%;
    font-family: "Poppins";
    font-size: 14px;
}
.livred{
    background: rgb(16, 151, 70);
    padding: 3px 13px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.wait_livred{
    background: rgb(245, 179, 26);
    padding: 3px 13px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.me_right{
    width: 24%;
}
.me_right > .title{
    font-family: "Poppins";
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.card_right_me{
    box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    font-family: "Poppins";
    font-size: 14px;
}
.content_right_carf{
    padding: 20px;
}
.line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: "Poppins";
}
.line > .left{
    font-weight: bold;
}
.line > .right{
    font-size: 14px;
}
.delete_accout{
    background: #d43f2e;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    width: 100%;
}