body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins-Regular';
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
    outline: 0 !important;
    color: inherit !important;
}

a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-Bold';
    margin: 0;
}

p {
    color: white;
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

input:focus {
    outline: none;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.mainllogo {
    height: 81px;
}

.main_banner h1 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat-SemiBold';
}

.main_banner h1 span {
    background: linear-gradient(158deg, #FFD232 36.31%, #EF9E13 67.1%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
}

.main_banner p {
    color: #666;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
}

.main_banner p span {
    background: linear-gradient(90deg, #FFD232 0%, #EF9E13 85.98%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins-SemiBold';
}

.arrow_slid_text {
    font-size: 26px !important;
    font-weight: 700;
    background: linear-gradient(90deg, #FFD232 0%, #EF9E13 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins-Bold' !important;
    white-space: nowrap;
}

.banner_items {
    margin-top: 17px;
    margin-bottom: 50px;
}

.banner_items li {
    display: inline-block;
    padding-right: 10px;
    font-family: 'Poppins-Bold';
    color: rgba(138, 138, 138, 1);
    font-size: 15.5px;
}

.banner_items li img {
    margin-right: 8px;
}
.banner_items p{
    font-family: 'Poppins-Bold';
    color: rgba(138, 138, 138, 1);
    font-size: 15.5px;
}
.banner_items p img{
    margin-right: 10px;
}
.start_btn_sec {
    display: flex;
    align-items: center;
    gap: 55px;
}

.lets_start_btn {
    padding: 10px 40px;
    border-radius: 30px;
    background: linear-gradient(90deg, #FFD232 0%, #EF9E13 100%);
    color: white;
    border: none;
    font-family: 'Poppins-Bold';
    white-space: nowrap;
}

.banner_img {
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 105px;
    overflow: hidden;
    height: 530px;
}

.banner_img img {
    border-radius: 105px;
}
.banner_img video{
   width: 100%;
}

.banner_line {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner_line img {
    margin-left: 30px;
}



.calculator_cont h2 {
    color: #000;
    font-size: 47px;
    font-weight: 300;
    font-family: 'Montserrat-Bold';
    margin-bottom: 10px;
}

.calculator_cont p {
    color: #757575;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
}

.calculate_fild {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 30px;
}

.cal_type h4 {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat-Bold';
}

.cal_type input {
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.662);
    padding: 0px 0px 10px 0px;
}

.cal_type span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}




.Activity {
    background-color: rgba(10, 10, 10, 1);
}

.Activity_title {
    display: flex;
    align-items: center;
    justify-content: start;
}

.Activity_title h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat-Bold';
}

.activity_inbox {
    text-align: center;
}

.activity_img {
    height: 192px;
    border-radius: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 35px;
}

.acvt_gradiant {
    width: 100%;
    height: 192px;
    background-color: rgba(0, 0, 0, .8);
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

.acvt_gradiant:hover {
    background-color: rgba(0, 0, 0, .9);
    transition: all .4s ease-in-out;
    border-radius: 14px;
}

.activity_img p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    font-family: 'Montserrat-Bold';
  
}

.activity_img p span {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
}

.avt_select_btn {
    padding: 10px 26px;
    background: black;
    border: none;
    border-radius: 11.647px;
    border-right: 1px solid #FFD232;
    border-left: 1px solid #FFD232;
    color: white !important;
    margin-top: 20px;
    transition: all .4s ease-in-out;
    cursor: pointer;

}

.avt_select_btn:hover{
    transition: all .4s ease-in-out;
    background-color: #3B2B12;
    color: white !important;
}

.choose_body_title {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* .choose_backgound{
    background-image: url(../img/Line2.png);
    height: 400px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
} */

.inner_box {
    padding: 15px;
    border-radius: 16.39px;
    background: #222;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.inner_box:hover{
    background-color: #f39703;
    transition: all .4s ease-in-out;
}
.inner_box h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}

.inner_box img {
    border-radius: 16px;
    width: 100%;
}

.value_enter_sec h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 20px;
}

.value_enter_sec h2 span {
    font-family: 'Montserrat-Bold';
}

.value_enter_sec p {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.value_enter_sec input {
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.638);
    width: 70%;
    padding: 0px 0px 10px 0px;
}

.calculate_btn {
    padding: 16px 100px;
    border: none;
    color: white;
    background: #FFB629;
}

.circle_sec {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 11.4px 0px rgba(239, 158, 19, 0.40);
    padding: 16px 30px;
}

.circle {
    position: relative;
}

.circle_inside {
    position: absolute;
    top: 80px;
    left: 95px;
    text-align: center;
}

.circle_inside p {
    color: #000;
}

.circle_inside span {
    font-size: 13px;
}

.circle_inside_main{
    position: absolute;
    top: 80px;
    left: 80px;
    text-align: center;
}

.circle_inside_main p {
    color: #000;
}

.circle_inside_main span {
    font-size: 13px;
}


.circle_values {
    padding: 10px 0px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FED644 0%, #EF9E13 100%);
    text-align: center;
    margin-bottom: 20px;
}

.circle_values p {
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'Montserrat-SemiBold';
}

.circle_values span {
    font-size: 13px;
    font-family: 'Montserrat-SemiBold';
}

.circle_img {
    height: 240px;
    width: auto;
}

.start_your_btn {
    border-radius: 30px;
    background: linear-gradient(90deg, #FFD232 0%, #EF9E13 100%);
    box-shadow: 0px 0px 15.8px 0px #FFD232;
    padding: 15px 40px;
    border: none;
    color: #060606;
    font-size: 20px;
    font-style: normal;
    font-family: 'Montserrat-Bold';
    line-height: normal;
    text-transform: uppercase;
}

.start_your_btn span {
    color: #0D9F00;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.lines {
    border-radius: 38px;
    border: 1.8px solid #FFD232;
    padding: 25px 43px;
}

.lines h2 {
    color: #000;
    font-size: 26px;
    font-weight: 400;
}

.lines_img_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    margin-top: 20px;
    overflow: auto;
}

.lines_img_se::-webkit-scrollbar {
    height: 1px;
}
.lines_img_se::-webkit-scrollbar-track{
    height: 1px;
}

.lines_img {
    margin-right: 10px;
}


.price_title {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    
}

.price_title span {
    font-size: 45px;
}

.priceSec {
    background: linear-gradient(90deg, #DAA00C 0%, #E4AF27 18.45%, #EEB932 77.66%, #D49800 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.priceSec p {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 27px;
    margin-left: 33%;
    margin-right: 33%;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Montserrat-Regular';
}

.priceSec h4 {
    text-align: center;
    margin-top: 10px;
    color: #FFF;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Montserrat-Bold';
}

.priceSec h4 span {
    color: #000;
}

.priceSec_desp {
    text-align: center;
    color: #FFF;
    font-size: 21px !important;
    margin: 0% !important;
    font-family: 'Montserrat-Regular';

}

.price_btn {
    padding: 20px 32px;
    border: none;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px #FFD232;
    color: black;
    font-size: 25px;
    font-family: 'Montserrat-Bold';
}

.price_btn span {
    color: #0D9F00;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.sile_line1 {
    width: 268px;
    height: 1px;
    background: white;
    position: absolute;
    top: 54%;
    left: 0%;
}

.sile_line2 {
    width: 268px;
    height: 1px;
    background: white;
    position: absolute;
    top: 54%;
    right: 0%;
}

.Vr_photo img{
  width: 44%;
}

.cont_btn {
    border-radius: 20px;
    background: #D9D9D9;
    width: 457px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_btn span {
    font-size: 35px;
}

.cont_btn span img {
    margin-right: 6px;
}

.cont_btn_sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_btn_sec h2 {
    opacity: 0.5;
}

.footer {
    background: #EEE;
}

.footer_socail {
    margin-left: 50px;
}

.footer_socail p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    font-family: 'Montserrat-Bold';
}

.footer_socail svg {
    margin-right: 10px;
}

.video_title {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.video_title span {
    color: #EF9E13;
}

.video_sec h3 {
    color: #B60000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
}

.video_box {
    width: 660px;
    height: 350px;
    border-radius: 8.484px;
    background: #030712;
    box-shadow: 0px 0px 22px 0px rgba(255, 210, 50, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.proceed_btn {
    padding: 15px 80px;
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    background: orange;
    margin-top: 25px;

}

.proceed_btn:disabled{
    background: #979797;
}

.progress {
    background: #eee;
    border-radius: 10px;
    box-shadow: none;
    height: 24px;
    margin-bottom: 0;
    overflow: inherit;
    position: relative;
    width: 40%;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    background-color: #D49800 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.about_items {
    margin-top: 40px;
    text-align: center;
}

.about_items h5 {
    font-size: 44.8px;
    font-weight: 800;
    line-height: 55px;
    background: linear-gradient(180deg, #FFE607 0%, #FFAD32 61.39%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_items p {
    color: black;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/ion_chevron-back.svg);
    /* You can specify your own custom arrow image here if needed */
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
    /* Adjust this value to make room for the arrow */
    border: none;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
}

.custom-select:focus {
    outline: none;
}

.country-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/ion_chevron-back.svg);
    /* You can specify your own custom arrow image here if needed */
    background-position: right center;
    background-repeat: no-repeat;
    /* Adjust this value to make room for the arrow */
    padding-right: 30px;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
}

.country-select:focus {
    outline: none;
}

.cta {
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.cta:hover {
    transform: scale(1.02);
    transition: all .2s ease-in-out;
}

.cta:hover:not(:disabled):after {
    -webkit-animation: buttonShine 1.5s 1 forwards;
    animation: buttonShine 1.5s 1 forwards;
}

.cta:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -120px;
    height: 100%;
    width: 90px;
    background: #ffb70099 ;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-transform: skewX(-20deg) translateX(0);
    transform: skewX(-20deg) translateX(0);
}

@keyframes buttonShine {
    0% {
        -webkit-transform: skewX(-20deg) translateX(0);
        transform: skewX(-20deg) translateX(0)
    }

    to {
        -webkit-transform: skewX(-20deg) translateX(1000px);
        transform: skewX(-20deg) translateX(1000px)
    }
}

@keyframes buttonShineLarge {
    0% {
        -webkit-transform: skewX(-20deg) translateX(0);
        transform: skewX(-20deg) translateX(0)
    }

    to {
        -webkit-transform: skewX(-20deg) translateX(1500px);
        transform: skewX(-20deg) translateX(1500px)
    }
}



 /* .arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}

.larrow{
    position: relative;
    width: 60px;
    height: 60px;
    border-top: 12px solid white;
    border-left: 12px solid white;
    transform: rotate(-45deg);
    animation: arrow-load 2s infinite;
}
.larrow:nth-child(1){
    left: 25px;
    animation-delay: -0.4s;
}
.larrow:nth-child(2){

    animation-delay: -0.2s;
}
.larrow:nth-child(1){
    right: 25px;
  
}
@keyframes arrow-load{
    0%{
        opacity: 0;
        transform: rotate(-45deg) translate(60px,60px);
    }
    0%{
        opacity: 1;
       
    }
    100%{
        opacity: 0;
        transform: rotate(-45deg) translate(-60px,-60px);
    }
}  */



