@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');

@font-face {
    font-family: "opens-sb";
    src: url("../fonts/OpenSans-Semibold.ttf");
}

@font-face {
    font-family: "opens-ex";
    src: url("../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "opens-re";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "opens-sm";
    src: url("../fonts/OpenSans-SemiboldItalic.ttf");
}

@font-face {
    font-family: "opens-bo";
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "gal";
    src: url("../fonts/galette-med.otf");
}

@font-face {
    font-family: "my-re";
    src: url("../fonts/MyriadHebrew-Regular.otf");
}

.h_part1 {
    margin-bottom: 0;
}

.cover {
    background: url(../images/feature/cover.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 180px;
    padding-bottom: 180px;
    border-bottom: 4px solid #0439A2;
}

.cover h1,
.cover h2,
.cover h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    /* font-family: opens-ex; */
}

.cover h1 {
    color: #000000;
}

.cover h1:nth-child(1) {
    font-size: 45px;
}

.cover h1:nth-child(2) {
    font-size: 42px;
}

.cover h2:nth-child(3) {
    font-size: 33px;
}

.cover h3:nth-child(4) {
    font-size: 21.2px;
}
.cover h2 {
    background: -moz-linear-gradient(90deg, #093387 0.13%, #064CD8 99.91%);
    background: -webkit-linear-gradient(90deg, #093387 0.13%, #064CD8 99.91%);
    background: -o-linear-gradient(90deg, #093387 0.13%, #064CD8 99.91%);
    background: -ms-linear-gradient(90deg, #093387 0.13%, #064CD8 99.91%);
    background: linear-gradient(90deg, #093387 0.13%, #064CD8 99.91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-size: 28.1px;
    text-align: left;
}

.cover h3 {
    color: #000;
    font-size: 18.2px;
}

.intro {
    /* margin-top: 20px; */
    /* margin-bottom: 30px; */
    background: transparent;
}
.intro h1 {
    /* font-family: opens-ex; */
    color: #000;
}

.intro .h1, .intro .h2, .intro .h3, .intro h1, .intro h2, .intro h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Bhavesh start */

.intro .box1 {
    background-color: transparent;
    padding: 10px 25px 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    /* align-items: center; */
}
.intro .box1 > h3 {
    /* max-width: 780px; */
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    /* text-align: center; */
}
.intro .box1 > h3.cl-red {
    color: rgb(255, 5, 5);
}
.intro .box1 > h3.mt-20 {
    margin-top: 20px;
}
.intro .mt-10 {
    /* margin-top: 10px; */
}
.intro .box1 > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* text-align: center; */
    color: #fff;
}
.intro .mt-20 {
    /* margin-top: 20px; */
}
.intro .chart {
    margin-top: 10px;
    background-color: transparent;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 25px 40px;
}
.intro .chart ul.captions {
    display: flex;
    flex-direction: column;
    list-style: none;
    row-gap: 40px;
}
.intro .chart ul.captions li {
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
}
.intro .chart ul.captions li:nth-of-type(1) {
    color: rgb(85, 190, 162);
}
.intro .chart ul.captions li:nth-of-type(2) {
    color: rgb(168, 5, 6);
}
.intro .chart ul.captions li:nth-of-type(3) {
    color: rgb(255, 200, 8);
}
.intro .chart ul.captions li:nth-of-type(4) {
    color: rgb(34, 88, 74);
}
.intro .box1 .pic {
    /* width: unset; */
    text-align: center;
}
.intro .box1 .pic img {
    /* width: 100%; */
    height: auto;
}
.intro .tier {
    margin-top: 10px;
    background-color: transparent;
    padding: 10px 25px 0px;
}
.intro .tier > h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.intro .tier > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
}
.intro .calculator-box {
    display: grid;
    grid-template-columns: 1fr;
    padding: 20px 25px;
    background-color: transparent;
    gap: 10px;
}
.intro .calculator-box .control-wrapper {
    overflow: auto;
}
.intro .calculator-box .desc > h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #fff;
}
.intro .calculator-box .desc > ol {
    background-color: transparent;
    list-style-type: disc;
    padding: 16px 15px 30px 30px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.intro .calculator-box .desc > ol > li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}
.intro .withdrawing {
    background-color: transparent;
    color: #fff;
    padding: 10px 25px;
}
.intro .withdrawing > h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.intro .withdrawing > p {
    font-size: 14px;
}
.intro .withdrawing > h5, .intro .withdrawing > strong {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}
.intro .box2 {
    background-color: transparent;
    padding: 10px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.intro .box2 >p {
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    /* text-align: center; */
    /* max-width: 990px; */
}
.intro .box3 {
    padding: 10px 25px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center;
    justify-content: center; */
    background-color: transparent;
}
.intro .box3 >p {
    color: #fff;
    line-height: 33px;
    font-weight: 700;
    font-size: 28px;
    /* text-align: center; */
    max-width: 990px;
}
.intro .box4 {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* -webkit-justify-content: center;
    justify-content: center; */
    padding: 0px 25px 0px;
    padding-bottom: 24px;
}
.intro .joinnow-btn {
    cursor: pointer;
    text-decoration: none;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
    min-width: 64px;
    padding: 6px 8px;
    width: 190px;
    height: 50px;
    border-radius: 8px;
    color: #ffffff;
    background-color: #006333;
    font-size: 18px;
    text-transform: none;
}

.intro .box12 {
    background-color: transparent;
    /* -webkit-justify-content: center;
    justify-content: center; */
    padding: 10px 25px 0px;
    padding-bottom: 24px;
}
.frnd-img img{
    width: 370px;
    margin-bottom: 5px;
}

@media (min-width: 900px) {
    .intro .chart {
        flex-direction: row;
        padding-bottom: 0px;
    }
    .intro .chart .pic img {
        width: 642px;
        height: 366px;
    }
    .intro .calculator-box {
        grid-template-columns: 1fr 1fr;
    }
}

/* Bhavesh End */

.h0 h1 {
    padding: 0;
    margin: 0;
}

.h0 {
    padding: 0;
    margin: 0;
}

.calculator {
    background: url(../images/feature/calculator.png) no-repeat;
    width: 100%;
    height: 604px;
    color: #fff;
    /* font-family: opens-re; */
    z-index: 99999;
}

.b,
.c {
    display: inline-block;
    width: 82px;
    background: #565656;
    margin: 6px;
    text-align: center;
    padding: 5px;
    border: 0;
}

.t {
    display: inline-block;
    width: 95px;
    font-size: 8.5px;
    padding: 0px;
    /* font-family: opens-re; */
    text-align: center;
}

.c {
    background: url(../images/feature/c.png) no-repeat center center;
}

.but {
    padding-left: 46px;
}

.area {
    background: rgba(86, 86, 86, 0.5);
    height: 94px;
    border-radius: 10px;
    margin-bottom: 12px;
    margin-top: 38px;
    /* font-family: opens-re; */
    padding-top: 8px;
    margin-left: 14px;
}

.area h4 {
    color: #d9d9d9;
}

.area h3 {
    color: #ffffff;
    font-size: 20px
}

.calculator p {
    color: #ffffff
}

.cac {
    margin-top: 10px;
}

.btn-wow {
    background: url(../images/feature/wow.png) no-repeat center center;
    width: 90px;
    text-transform: uppercase;
    /* font-family: opens-re; */
    font-size: 11px;
}

.btn-wow:focus,
.btn-wow:active,
.btn-wow:hover {
    outline: none;
    box-shadow: none;
    color: #fff;
    border: 0;
}

#t0-share:after,
#t1-share:after,
#t2-share:after,
#t3-share:after,
#t4-share:after,
#t5-share:after {
    content: '%';
}

#t0-income:before,
#t1-income:before,
#t2-income:before,
#t3-income:before,
#t4-income:before,
#t5-income:before {
    content: '\0024';
}

#weekly:before,
#monthly:before {
    content: '\0024';
}

#weekly_lt25:before,
#monthly_lt25:before {
    content: '\0024';
}

a.an {
    color: #000;
    font-family: opens-bo;
}
/*
Hebrew css
*/
.hebrew {
    direction: rtl
}
/*
End Heybrew css
*/

.pitch h2 {
    text-align: left;
    padding: 0;
}

.inv_det {
    margin-top: 5px;
    padding: 0;
}

.area div {
    padding-left: 0;
    padding-right: 0;
}

.cal {
    direction: ltr;
}

.instruction {
    margin: 0;
    margin-bottom: 2px;
    padding-left: 2px;
}

.red_warn {
    background-color: red;
}

.green_warn {
    background-color: green;
}

.copy-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 10px; */
    font-family: sans-serif;
    text-align: center;
    background: #ffb607;
    width: 40%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
  }

  .copy-container h3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .copy-container a {
    font-size: 22px;
    color: #3e3e3e;
  }
  
  .copy-container input {
    text-align: center;
    padding: 8px 12px;
    font-size: 20px;
    border: none;
    /* border-radius: 6px; */
    width: 100%;
    display: block;
    background: transparent;
  }

  .copy-container input:focus,  .copy-container input:focus-visible{
    border: none;
    box-shadow: none;
  }
  
  .copy-btn {
    background-color: #32BA20;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    /* display: flex; */
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease;
  }
  
  .copy-btn:hover {
    background-color: #45a049;
  }

@media screen and (max-width:1100px) {
    .calculator {
        height: 570px;
        width: 540px;
        overflow: auto;
    }
    .part {
        background-size: cover;
    }    
    .part p {
        font-size: 18px;
    }
    /* .inv_det {
        margin-top: 0px;
    }
    .inv_det h6 {
        font-size: 10px;
    }
    .calculator {
        background-size: 100%;
    }
    .calculator p {
        font-size: 12px;
        margin: 0 0 2px;
    }
    .area {
        height: 74px;
        margin-bottom: 6px;
        margin-top: 38px;
        padding-top: 2px;
    }
    .instruction {
        font-size: 12px;
    }
    .but .t {
        width: 76px;
    }
    .b,
    .c {
        width: 64px;
        padding: 1px;
    } */
}

@media screen and (max-width:900px) {
    .part {
        background-size: cover;
    }
    /* .calculator {
        height: 720px;
    } */
    /* .area {
        height: 120px;
        margin-top: 46px;
        padding-top: 18px;
    } */
    /* .calculator p {
        font-size: 16px;
        margin: 7px 0;
    }
    .but .t {
        width: 124px;
        margin-top: 20px;
    } */
    /* .b,
    .c {
        margin-bottom: 10px;
        margin-top: 12px;
        padding: 6px;
        width: 112px;
    }
    .but {
        padding-left: 55px;
    } */
}

@media screen and (max-width: 767px) {
    .border-right {
        border: 0;
    }
    .intro h1 {
        font-size: 28px;
    }
    .intro h1 span {
        font-size: 30px;
    }    
    .part p {
        font-size: 16px;
        text-align: center;
    }
    .part img {
        margin-top: 4px;
        width: 100px;
        display: inline-block;
        margin: 4px;
    }
    /* .calculator {
        height: 720px;
    } */
    /* .area {
        height: 120px;
        margin-bottom: 12px;
        margin-top: 52px;
        padding-top: 28px;
    } */
    /* .calculator p {
        font-size: 16px;
        margin: 0 0 10px;
    } */
    /* .but {
        padding-left: 60px;
    }
    .but .t {
        width: 118px;
        margin-top: 0px;
    }
    .b,
    .c {
        padding: 6px;
        margin-bottom: 8px;
        margin-top: 13px;
        width: 106px;
    } */

    .frnd-img img{
        width: 100%;
        margin-bottom: 5px;
    }
    .tier img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 414px) {
    .cover {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .cover h1:nth-child(1) {
        font-size: 32px;
    }
    .cover h1:nth-child(2) {
        font-size: 32px;
    }
    .text-sm h1 {
        font-size: 26px;
    }
    .part p {
        font-size: 12px;
        text-align: center;
    }
    .part img {
        margin-top: 4px;
        width: 100px;
        display: inline-block;
        margin: 4px;
    }
    /* .calculator {
        height: 376px;
    } */
    /* .area {
        height: 65px;
        margin-bottom: 2px;
        margin-top: 24px;
        padding: 0px 4px 0 4px;
    }
    .area h4 {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .inv_det {
        margin-top: 0;
    }

    .inv_det h6 {
        font-size: 10px;
    } */
    /* .calculator p {
        font-size: 10px;
        margin: 0 0 2px;
    } */
    /* .but {
        padding-left: 32px;
    }
    .but .t {
        width: 60px;
    } */
    /* .b,
    .c {
        margin-bottom: 5px;
        margin-top: 0;
        padding: 2px;
        width: 48px;
        font-size: 12px;
    }
    .cac {
        margin-top: 5px;
    } */
}

@media screen and (max-width: 375px) {
    .cover {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .cover h1:nth-child(1) {
        font-size: 32px;
    }
    .cover h1:nth-child(2) {
        font-size: 32px;
    }
    .text-sm h1 {
        font-size: 26px;
    }
    /* .calculator {
        height: 376px;
    } */
    /* .area {
        height: 50px;
        margin-bottom: 2px;
        margin-top: 24px;
        padding: 0px 4px 0 4px;
    }
    .area h4 {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .inv_det {
        margin-top: 0;
    }
    .inv_det h6 {
        font-size: 8px;
    } */
    /* .calculator p {
        font-size: 8px;
        margin: 0 0 2px;
    }
    .but {
        padding-left: 24px;
    }
    .but .t {
        width: 54px;
    }
    .b,
    .c {
        font-size: 10px;
        margin-bottom: 2px;
        margin-top: 2px;
        padding: 3px;
        width: 42px;
    } */
    /* .cac {
        margin-top: 2px;
    } */
}

@media screen and (max-width: 360px) {
    /* .calculator {
        height: 324px;
    } */
    /* .area {
        height: 44px;
        margin-bottom: 2px;
        margin-top: 20px;
        padding: 0 4px;
    }
    area h4 {
        font-size: 10px;
        margin-bottom: 2px;
        margin-top: 2px;
    } */
    /* .inv_det h6 {
        font-size: 8px;
    } */
    /* .calculator p {
        font-size: 8px;
        margin: 0 0 2px;
    } */
    /* .but {
        padding-left: 22px;
    }
    .but .t {
        width: 53px;
    }
    .b,
    .c {
        font-size: 10px;
        margin-bottom: 1px;
        margin-top: 4px;
        padding: 2px;
        width: 41px;
    } */
}

@media screen and (min-width: 767px) {
    
}