/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    direction: rtl;
    font-family: Alexandria, Montserrat;
    position: relative;


}

/*===================================================*/
/*Start Block1*/
.block1-nav {
    background: #761c42;
    padding: 15px 0;
}
.nav-logo {
    width: 20%;
}
.charts {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #e3d2da;
    height: 45px;
    padding: 5px;
    border-radius: 8px;

}
.charts span{
    background: #761c42;
    width: 40px;
    height: 3px;
}
.charts:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 5px;
    width: 80%;
    background: #761c42;
    height: 3px;
}

.charts:before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 80%;
    background: #761c42;
    height: 3px;
}
.nav-head {
    font-size: 25px;
    color: #fff;
    margin: 0px 15px 0 auto;
}
.block1 {
    position: relative;
    overflow: hidden;
    padding: 1px 0 ;
}

.block1-logo {
    width: 17%;
    margin: 35px auto;
}
.block1-star {
    text-align: center;
    width: 60%;
    margin: 10px auto;
}
.block1-head {
    font-size: 35px;
    position: relative;
    text-align: center;
    line-height: 1;
    margin: 10px auto 15px;
    font-weight: 600;

}



.block1-head span {
    line-height: 1.6;
}
.block1-head2 {
    font-size: 15.2px;
    text-align: justify;
    margin: 10px auto;
    position: relative;
    color: #000;
    font-weight: 600;
    padding-right: 20px;
}
.block1-head2:before {
    content: "";
    position: absolute;
    right: 0;
    width: 8px;
    height: 90%;
    top: 0px;
    background: #761c42;
    border-radius: 7px;
}
.block1-img img {
    margin: -80px auto -50px;
    width: 80%;
}
.block1-price {
    width: 70%;
}
.price-top {
    text-align: right;
    color: #761b41;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
}
.price-top:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background: #e7e7ef;
}
.price-top:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 30%;
    height: 4px;
    background: #761b41;
    right: 0;
}
.price {
    margin: 10px auto;
    text-align: right;
    font-size: 45px;
    font-weight: 600;
    color: #761b41;
    display: flex;
    align-items: center;
}
.price span {
    font-weight: 900;
    font-size: .7em;
    display: inline-block;
    margin: 0 10px;
}
.price del {
    font-weight: 300;
    font-size: .7em;
    display: inline-block;
    color: #252c3e;
}
.block1-btn {
    background: url(../images/07.png) no-repeat center !important;
    background-size: contain!important;
    color: #fff;
    height: 115px;
    width: 100%;
    border-radius: 0;
    position: relative;
    line-height: 1;
    padding: 13px 0 18px;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.block1-btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.block1-btn .span {
    position: absolute;
    left: 3%;
    top: 20%;
    width: 14%;
}

.btn-top {
    width: 260px;
    text-align: right;
    padding: 9px 30px 16px;
    margin: 0 10px 0 auto;
    font-size: 26px;
}

.btn-top .span {
    left: 5%;
    top: 20%;
    width: 14%;
}
.nav-tabs-container {
    width: 100%;
    margin: auto 15px;
}
.block1-nav-tabs {
    width: 50%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    margin: 50px auto;
}
.nav-option {
    width: 50%;
    color: #761b41;
    font-size: 18px;
    border: 0 !important;
    border-left: 1px solid #e4e4e4 !important;
    border-radius: 0 !important;
    padding: 17px 0;
    font-weight: 500;
}
.nav-option:hover {
    border-color: #e4e4e4 !important;
    color: #761b41 !important;
}
.nav-option:last-of-type {
    border-left: 0 !important;
}
.nav-tabs .nav-item.show .nav-option, .nav-tabs .nav-option.active {
    background: #e4e4e4;
    color: #761b41;
}
.nav-tab-p {
    width: 90%;
    margin: 0 auto 20px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 19px;
}
.nav-tab-content {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 20px;
}
.block2-container {
    border: 2px solid #e4e4e4;
    text-align: right;
    border-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 2.8;
}

.block2-container:last-of-type{
    border-bottom: 1px solid #e4e4e4;
    display: flex;
}

.block2-container span {
    width: 12%;
    border-left: 2px solid #e4e4e4;
    display: inline-block;
    text-align: center;
    margin-left: 28px;
}

.block2-main-container {
    width: 80%;
    margin: auto;
}


.block2-container2 {
    border: 2px solid #e4e4e4;
    text-align: right;
    border-bottom: 0;
    font-size: 29px;
    font-weight: 400;
    line-height: 2.8;
}
.block2-container2 span {
    width: 20%;
    border-left: 2px solid #e4e4e4;
    display: inline-block;
    text-align: center;
    margin-left: 28px;
}
.block2-container2:last-of-type{
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    line-height: 1.5;
}
.block2-container2:last-of-type div{
    width: 73%;
    text-align: justify;
    line-height: 1.4;
    padding-top: 4px;
}
.block2-ingredients {
    text-align: right;
    line-height: 2;
    font-weight: 500;
    direction: ltr;
}
.block3-last {
    font-weight: 400;
    margin-top: 40px;
    line-height: 1.6;
}
.block2-head {
    font-size: 31px;
    font-weight: 900;
    color: #771d43;
    margin: 35px 0;
    line-height: 1;
}
.block2-head span {
    font-size: .9em;
    font-weight: 600;
    color: #771d43;
}
/*===================================================*/
/*Start mid-section*/
.mid-section {
    background: #112737;
    color: #fff;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    padding: 15px 0;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 85;
}


.mid-section-img {
    margin: 20px auto 50px;
}
.back-custom-owl-indicators, .next-custom-owl-indicators {
    color: #ccc!important;
    font-size: 45px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
}
.block3-owl-indicators-between {
    display: inline-block;
    height: 35px;
    width: 2px;
    background: #cccccc80;
    margin: 0 10px;
}

.block2-img1 {
    width: 21%;
}
.custom-owl-indicators-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 115%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom-images-2 {
    flex-direction: column;
    width: 22%;
    margin-right: 15px;
}
.block2-img-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #918c88;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.custom-images {
    display: flex
;
}
.block2-model-btn {
    border: 1px solid #ccc;
    padding: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.block2-model-btn:before {
    content: "";
    right: 7px;
    position: absolute;
    bottom: 15px;
    width: 5px;
    background: #fff;
    height: 60px;
}

.block2-img-1:before {
    content: "";
    right: 4px;
    position: absolute;
    bottom: 5px;
    width: 2px;
    background: #fff;
    height: 12px;
}
.block2-img-1 span{
    position: absolute;
    right: 10px;
    bottom: 3px;
    color: #fff;
    text-align: justify;
    text-align-last: justify;
    width: 85%;
    font-size: 3.3px;
    line-height: 2;
}
/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 50px 0;

}


.block4-head {
    font-size: 32px;
    color: #122737;
}
.block4-price {
    background: #761c42;
  
}
.block4-price img {
    width: 100%;
    margin: auto;
}

.form {
    padding: 0 20px 25px;
    background: #e4e4e4;
}

.form-head {
    font-size: 25px;
    padding: 20px 0;
    line-height: 1.6;
    color: #000;
}
.form-head span{
    font-size: .59em;
}

.error {
}

.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 19px;
    color: #212638;
    resize: none;
    line-height: 3.5;
    padding-right: 15px;
}
select.form-control-input {
    height: 52px !important;
    color: #666666;
}

.form-control-input::-webkit-input-placeholder {
    color: #666666;
}

.form-control-input:-ms-input-placeholder {
    color: #666666;
}

.form-control-input::-moz-placeholder {
    color: #666666;
}

.form-control-input::-ms-input-placeholder {
    color: #666666;
}

.form-control-input::placeholder {
    color: #666666;
}


.form-img {
    margin: 20px auto;
    width: 40%;
}

.form-call {
    width: 100%;
    padding: 12px 50px 12px;
    font-size: 41px;
    background: #941947;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    font-weight: 600;
}

.form-call:hover {
    color: #FFF;
    text-decoration: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}




.form .form-group {
    margin-bottom: 12px;
}


.fixed-button:hover {
    text-decoration: underline;
}

body.swal2-toast-shown .swal2-container {
    width:fit-content !important;

}
.swal2-toast {
    padding: 1em .5em !important;
}


.block2-model-btn .reveal-wrapper {
    position: absolute;
    right: 25px;
    bottom: 14px;
    color: #fff;
    text-align: justify;
    text-align-last: justify;
    width: 85%;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
}
/* Style 1: Smooth Individual Letters */
.style-1 .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
}