html {
    scroll-behavior: smooth;
}
body {
	font-family: IRANSansX;
    margin:0;
    padding:0;
    background-color: #000;
}
button , input , select , textarea{
    font-family: IRANSansX;
}
img { 
    max-width: 100%;
}
a {
    text-decoration: none;
}

.margin-page {
    border: solid 10px #3f5444;
    width: 94%;
    margin: 2vh 3%;
    border-radius: 50px;
}
.header {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80% auto;
    background-attachment: local;
    position: relative;
    width: 92%;
    padding: 0 4%;
    background-image: url(img/back.png);
    height: 96vh;
    /* border-bottom: solid 5px #1d1d1d; */
}
.black-face {
    width: 100%;
    height: 35vh;
    background: linear-gradient(1deg, rgb(0 0 0) 20%, rgb(63 76 119 / 0%) 60%);
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-text {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-shadow: 0 0 10px #226732;
    font-weight: 100;
}
.header-text img {
    height: 50px;
    margin-right: 20px;
}
.header-text h2 {
    font-weight: bold;
    font-size: 30px;
}
.header_fixture {
    position: absolute;
    height: 80vh;
    left: 5%;
    bottom: 0;
}

.content_header_a {
    border: solid 2px #ac2117;
    padding: 5px 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.content_header_h2 {
    color: #fff;
    font-size: 100px;
}
.content_header_h2 span {
    color: #8ad99c;
}


.content_header_text h3 {
    font-size: 30px;
}
.content_header_text {
    font-size: 40px;
    color: #fff;
    margin-top: 5%;
}
.content_header_text span {
    color: #cd352a;
}
.price-container {
    width: 92%;
    padding: 0 4%;
    height: 96vh;
    position: relative;
}.price-fix-img {
    height: 70vh;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0px, -50%);
}.price-flag-img {
    height: 90%;
    position: absolute;
    right: 5%;
    bottom: 0;
}



.price-content {
    color: #fff;
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}


.price-content h2 {
    font-size: 130px;
    margin: 0px;
    font-family: "Poppins";
    color: #d1a521;
    position: relative;
}
.old-price-h2 {
    color: #b6120f !important;
    font-size: 100px !important;
    text-align: center;
    text-decoration: line-through;
}
.price-content h3 {
    font-size: 50px;
    margin: 0;
}
.toman {
    font-family: IRANSansX;
    font-size: 30px;
    margin-top: -30px;
}

.form-container {
    width: 92%;
    padding: 0 4%;
    height: 96vh;
    position: relative;
}
.form-container {
    width: 92%;
    padding: 0 4%;
    height: 96vh;
    position: relative;

}
.img_form {
    position: absolute;
    right: 5%;
    height: 85vh;
    bottom: 5%;
}



.form {
    width: 30%;
    z-index: 1;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.form h2 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}

.form-box {
    position: relative;
    margin: 40px 0px;
}
.form-box label {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: -15px;
    background-color: #000;
    right: 10px;
    padding: 0px 10px;
}
.form-box input {
    width: 100%;
    background-color: #000;
    border: solid 5px #507b5a;
    border-radius: 10px;
    height: 60px;
}
.submit {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border: solid 5px #101712;
    background-color: 507b5a;
    border-radius: 20px;
}
.about {
    width: 92%;
    padding: 0 4%;
    height: 96vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: local;
    background-image: url(img/about.png);
}
.about-box {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: #ffffff08;
    padding: 2%;
    backdrop-filter: blur(5px);
    border-radius: 30px;
    box-shadow: 0 0 19px 3px #ffffff5e;
}

.about-box p {
    text-align: justify;
    font-size: 20px;
}
.about-box h2 {
    font-size: 50px;
}
.bio-logo {
    margin: auto;
    display: table;
    filter: brightness(0) invert(1);
}

.sample {
    width: 92%;
    padding: 0 4%;
    height: 96vh;
    position: relative;

}

.graph {
    width: 92%;
    padding: 0 4%;
    height: 96vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.graph-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.graph h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.samplebox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 2%;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 0 -2px 0px 0px #ffffff5e, 1px 1px #1a1a1a;
    display: flex;
    justify-content: space-between;
}
.black_hole {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.samplebox {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    border: solid 5px #3f5444;
    position: relative;
}

.samplebox label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0px 20px;
    background-color: #5f9e6e;
    font-size: 25px;
    border-radius: 10px 10px 0px 0px;
}
.graph-box img {
    width: 45%;
}
.call_to_action {
    display: none;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff00;
    z-index: 999999999999999;
    backdrop-filter: blur(10px);
 
}
.popup-box {
    width: 50%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.phonebox_line {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.phonebox_line button {
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    background-color: #50525b47;
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 35px;
    margin: 5px;
    overflow: hidden;
}
.phone_number_input_box {
    position: relative;
}#phone_number_fake {
    color: #ffffff;
    backdrop-filter: blur(100px);
    opacity: 0.1;
}
.phone_input {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin: 2%;
    display: flex;
}
#phone_number {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    color:#fff;
}
.delete_icon {
    width: 30px;
    background-color: #ffffff00;
    border: none;
    padding: 0;
    margin-left: 20px;
}
.delete_icon {
    width: 30px;
    background-color: #ffffff00;
    border: none;
    padding: 0;
    margin-left: 20px;
}
.call_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    border: none;
    margin: auto;
    display: table;
    background-color: #4CAF50;
    margin-top: 2%;
    line-height: 100px;
}
.phone_content {
    width: 90%;
    padding: 5%;
    color: #fff;
    font-size: 20px;
    margin-top: 2%;
    text-align: justify;
}
.phone_content span {
    font-size: 30px;
    color: #8eeb92;
}
.close-popup {
    width: 80px;
    height: 80px;
    font-size: 50px;
    background-color: #50525b47;
    position: absolute;
    left: 10px;
    top: 10px;
    backdrop-filter: blur(100px);
    line-height: 80px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    z-index: 9999999999;
}
.close-popup i {
    line-height: 80px;
}
@media all and (max-width:1024px){ 
    .header_fixture {
        width: 100%;
        height: auto;
        position: relative;
    }
    .header {
        min-height: 100vh;
    }
    
    .content_header_h2 {
        font-size: 40px;
        text-align: center;
    }
    .content_header_a {
        text-align: center;
        display: table;
        margin: auto;
    }.content_header_text h3 {
        font-size: 30px;
        text-align: center;
    }
    .content_header_text p {
        font-size: 25px;
        text-align: center;
    }

    .price-content h2 {
        font-size: 80px;
        text-align: center;
    }

    .old-price-h2 {
        font-size: 60px !important;
    }
    .price-fix-img {
        display: none;
    }
    .price-flag-img {
        height: 100%;
    }

    .price-container {
        height: auto;
        padding: 10% 4%;
        margin: 20% 0;
    }
    .img_form {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 80%;
    }
    .form {
        width: 100%;
        position: relative;
    }

    .form-box label {
        z-index: 111111;
        background-color: #507b5a;
    }
    .form-box input {
        opacity: 0.9;
    }
    .form-container {
        height: auto;
        padding: 20% 4%;
    }
    .about-box {
        width: 92%;
        position: relative;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        margin: 2%;
    }
    .about {
        height: auto;
    }
    
    .graph-box {
        flex-direction: column;
    }
    .graph {
        height: auto;
    }
    .graph-box img {
        width: 100%;
        margin: 5% 0;
    }
    .sample {
        height: auto;
        padding: 15% 4%;
    }
    .samplebox-content {
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0px, 0px);
        width: 96%;
        position: relative;
        flex-direction: column;
        align-items: center;
    }
    .samplebox {
        width: 96%;
        margin: 5% 0;
    }.margin-page {
        width: calc(94% - 20px);
        margin: 2vh 3%;
    }
    .graph h2 {
        font-size: 35px;
    }
    .call_to_action {
        position: fixed;
        width: 94%;
        background-color: #33b55100;
        bottom: 0;
        right: 0;
        backdrop-filter: blur(10px);
        padding: 10px 3%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 20px;
        box-shadow: inset 0px -5px 20px 20px #00000029;
        z-index: 9999999;
        align-items: center;
    } 
    span#numberr {
        font-family: "Poppins";
        font-size: 33px;
    }
    .popup-box {
        height: 100%;
        width: 100%;
    }
    .phonebox_line button {
        width: 18vw;
        height: 18vw;
        line-height: 18vw;
    }
    .call_icon {
        width: 18vw;
        height: 18vw;
        line-height: 18vw;
    }
}