@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Tiro+Bangla&display=swap&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Li Alinur Nakkhatra ANSI V1';
    src: url('/public/frontEnd/webfonts/AlinurNakkhatra/Li_Alinur_Nakkhatra_ANSI_V1.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
  }
  
  @font-face {
    font-family: 'Li Alinur Nakkhatra ANSI V1';
    src: url('/public/frontEnd/webfonts/AlinurNakkhatra/Li_Alinur_Nakkhatra_ANSI_V1_Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
  }
  
  /* ANSI V2 */
  @font-face {
    font-family: 'Li Alinur Nakkhatra ANSI V2';
    src: url('/public/frontEnd/webfonts/AlinurNakkhatra/Li_Alinur_Nakkhatra_ANSI_V2.ttf') format('truetype');
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Li Alinur Nakkhatra ANSI V2';
    src: url('/public/frontEnd/webfonts/AlinurNakkhatra/Li_Alinur_Nakkhatra_ANSI_V2_Italic.ttf') format('truetype');
    font-style: italic;
  }
  
  /* Unicode */
  @font-face {
    font-family: 'Li Alinur Nakkhatra Unicode';
    src: url('/public/frontEnd/webfonts/AlinurNakkhatra/Li_Alinur_Nakkhatra_Unicode.ttf') format('truetype');
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Li Alinur Nakkhatra Unicode';
    src: url('/public/frontEnd/webfonts/AlinurNakkhatra/Li_Alinur_Nakkhatra_Unicode_Italic.ttf') format('truetype');
    font-style: italic;
  }
body {
    margin:0;
    padding:0;
    outline: 0;
    font-family: 'Li Alinur Nakkhatra Unicode', sans-serif;
}

ul,li,h1,h2,h3,h4,h5,h6,p {
    margin:0;
    padding:0;
    outline: 0;
    font-family: 'Li Alinur Nakkhatra Unicode', sans-serif;
}
li {
    list-style: none;
    display: inline-block;
}
a:hover,
a:focus,
a {
    text-decoration: none;
    color:#000;
}
form input::placeholder {
    font-size: 15px;
    color: #888;
}
button:focus,
button {
    border: none !important;
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
/* campaign_heder start */
.campaign_heder{
    background: var(--primary-color);
    padding: 20px 0px;
    text-align: center;
}
.campaign_heder h3{
    color: #FFEF76;
    font-size: 22px;
    font-weight: 600;
}
.campaign_heder h3 span{
    color: #fff;
}
/* campaign_heder End */
.banner_area{
    background: #fff;
}
.banner_area .logo{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}
.banner_area .logo img{
    width: 100%;
}
.campaign_short_description{
    padding-bottom: 40px;
}
/* .campaign_short_description h1{
line-height: 80px !important;
} */
 /* .campaign_short_description h2, .campaign_short_description h3, .campaign_short_description h4, .campaign_short_description h5, .campaign_short_description p{
    line-height: 24px !important;
}     */
.campaign_item img {
    width: 100%;
    height: 100%;
}
.campaign_title {
    font-size: 42px;
    background: #4d0845;
    font-weight: 700;
}
.campaign_image {
    text-align: center;
    box-shadow: 0px 0px 14px 0px #00000038;
    border-radius: 10px;
    padding: 20px;
}
.campaign_image img{
    width: auto;
    border: 10px solid #ddd;
    border-radius: 20px;
    height: 700px;
}
.campaign_image h1{
    padding: 20px;
    display: block;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Li Alinur Nakkhatra Unicode', sans-serif;
    color: var(--primary-color);
    /* color: #fff; */
}
.campaign_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
    background: #f1f1f1;
    padding: 10px;
    margin: 35px 0;
}
.cam_short_description * {
    font-size: 19px !important;
    color: #444;
    margin: 17px 0;
    font-weight: 700;
}
#cam_order_now {
    background: var(--button-bg-color);
    color: var(--button-color);
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 20px;
     border:3px dotted var(--button-color);
}
.cam_call_now, .cam_call_now:hover{
     background: var(--phone-bg-color);
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}
.megaoffer_btn {
    background: orange;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left:10px;
}
.campaign_review svg {
    color: #FBC315;
    font-size: 13px;
}
.cam_short_description {
    border: 2px solid #108BC3;
    padding: 9px 7px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #222;
    font-weight: 600;
}
.cam_description {
    margin: 20px 0;
}

.campaign_review span {
    font-weight: 500;
    margin-left: 15px;
}

.cam_description ul li {
    margin-left: 20px;
    position: relative;
    display: block;
}

.cam_description ul li:after {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #108BC3;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 5px;
}

.cam_discount .card-header {
    background: #108BC3;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
}
.cam_price {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
}
.cam_price del {
    color: #666;
}
.campaign_offer {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    background: var(--primary-color);
    padding: 20px 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
button.order_place {
    background: var(--primary-color);
    color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;
}
.checkout-shipping label {
    font-weight: 600;
}
.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}
.qty-cart {
   width: 150px;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}
.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}
.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
    border: 0;
}
.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 45px;
    line-height: 45px;
    width: 45px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}
.cam_description li,.cam_description p {
    font-family: none !important;
}
.campain_review_section {
    padding: 35px 20px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 25px;
}
.office_address {
    width: 100%;
}
.review_title {
    margin-bottom: 25px;
}
.office_address {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 15px;
    display: block;
    width: 70%;
    padding: 20px 0;
    border-radius: 5px;
    background: #f8f8f8;
}
.campaign_item {
    height: 530px;
}
.banner_t {
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
}
.banner_t #cam_order_now{
    /* background: #D7282B; */
    padding-left: 60px;
    padding-right: 60px;
}
/* .banner_t h2 {
    transform: translateZ(0);
    padding: 15px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    background: #000;
    opacity: 0.5;
    width: 60%;
    color: #3bff1f;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.3em;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 7px 0px 12px rgba(0,0,0,0.3);
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
} */
.camp_vid iframe {
    width: 100%;
}
.camp_video_sec {
    padding:50px 0;
}
.ord_btn {
    text-align: center;
    padding-top: 30px;
}
.ord_btn a {
    font-size: 25px !important;
    transition: all .5s ease;
    border:0px solid var(--primary-color);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.ord_btn a:hover {
  transform: scale(1);
  background: var(--secondary-color) !important;

}
.campaign_section{
    padding: 100px 0px;
    text-align: center;
    background: var(--primary-color);
}
.campaign_section h2{
    margin-bottom: 48px;
    color: #fff;

}
.campaign_section h2 span{
    color: red;

}
.campaign_section .syotimer-cell {
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
    padding: 10px;
    font-weight: 600;
    text-transform: capitalize;
    width: 150px;
}
#campaign_timer{
    margin-bottom: 20px;
}
#campaign_timer .syotimer__body{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
#campaign_timer .syotimer__body .syotimer-cell__value{
    font-size: 60px;
    font-family: "Roboto", sans-serif;
}
#campaign_timer .syotimer-cell__unit{
    display: block;
}


.cont_inner {
    background: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding:50px 0;
}
.cont_num {
    background: #FD003A;
    width: 75%;
    border-radius: 10px;
    color: #ffffff;
    font-size: 32px;
    margin: 0 auto;
    padding: 15px;
}
.cont_num a{
    color:#fff;

}
.discount_inn {
    background: #ffffff;
    width: 75%;
    margin: 32px auto;
    padding: 25px 15px;
    border-radius: 10px;
    color: green;

}
.discount_inn del {
    padding-bottom: 10px;
    display: block;
}
.discount_inn h2 p {
    border-top: 2px dashed #2c6036;
    padding-top:10px;
}
.rules_inner {
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.rules_item {
    width: 100%;

}
.rules_sec {
    padding:50px 0;
    background: #fff;
}
.rules_head h2 {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 600;
}
.rules_head p{
    text-align: center;
    margin: 0 auto;

}

.rules_head p {
    width: 300px;
    max-width: 100%;
    min-height: 20px;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    background-color: #008519;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 120 26' fill='black' stroke='none'%3E%3Cpolygon points='0,14.4 0,21 11.5,12.4 21.3,20 30.4,11.1 40.3,20 51,12.4 60.6,20 69.6,11.1 79.3,20 90.1,12.4 99.6,20 109.7,11.1 120,21 120,14.4 109.7,5 99.6,13 90.1,5 79.3,14.5 71,5.7 60.6,12.4 51,5 40.3,14.5 31.1,5 21.3,13 11.5,5 	'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' overflow='visible' height='100%' viewBox='0 0 120 26' fill='black' stroke='none'%3E%3Cpolygon points='0,14.4 0,21 11.5,12.4 21.3,20 30.4,11.1 40.3,20 51,12.4 60.6,20 69.6,11.1 79.3,20 90.1,12.4 99.6,20 109.7,11.1 120,21 120,14.4 109.7,5 99.6,13 90.1,5 79.3,14.5 71,5.7 60.6,12.4 51,5 40.3,14.5 31.1,5 21.3,13 11.5,5 	'/%3E%3C/svg%3E");
    
}
.rules_des {
    padding: 14px 0;
}
.rules_des ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
}
.rules_des ul {
    padding-left: 10px;
}
.rules_des ul li:before {
    content:"";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: green;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    ine-height: 1.5;

}
.product-image-curosal{
    background: var(--primary-color);
}
.campro_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    margin-top: 20px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
    margin-right: 40px;
}
.campro_head {
    /* background-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    margin-bottom: 30px; */
    text-align: center;
}
.campro_head h2{
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 15px;
    color:#fff;

}
.campro_img_item {
    height: 330px;
}
.campro_img_item img {
    height:100%;
    width:100%;
}
.why_choose_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #00893D;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
}
.why_choose_sec {
    padding:50px 0;
}

.why_choose_head {
    border: 7px solid green;
    border-radius: 10px;
    font-size: 29px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding:10px;
}
.why_choose {
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    padding:20px;
}

.why_choose_midd {
    display: flex;
    grid-gap: 15px;
    padding: 20px 0;
}
.why_choose_widget {
    width:50%;
}
.why_img img {
    width:100%;
}
.why_choose_widget ul li {
    display: list-item;
    border-bottom: 1px solid green;
    line-height: 45px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
}
.why_choose_widget ul li:before {
    content:"";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: green;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    ine-height: 1.5;

}
.rev_inn {
    padding: 20px 0;
    border-radius: 10px;
}
.border_line {
    height:30px;
    width:100%;
    background: #00893d;
    background-color: #2c6036;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    text-align: center;
    margin-bottom:30px;
}
.form_inn {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: var(--primary-color);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 40px 30px 40px;
    border-radius: 10px 10px 10px 10px;
}
.form_sec {
    padding:30px 0;
}




footer{
    font-family: "Roboto", sans-serif;
}