/**Global style**/
* {
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none !important;
    outline: none !important;
    margin: 0;
    padding: 0;
}

img {
    object-fit: cover;
}

body {
    width: 100%;
    font-family: IRANSans !important;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

/**End Global style**/

/**header styling**/
.header {
    width: 100%;
    height: 100vh;
}

.header-img {
    width: 100%;
    height: 100%;
    background-image: url('../image/Mask\ Group\ 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-img-alpha {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-contant {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 150px;
}

.header-contant img {
    width: 250px;
    object-fit: cover;
    padding-bottom: 20px;
}

.header-contant h1 {
    margin: 20px 0;
    position: relative;
    letter-spacing: 0.2rem;
}

.header-contant h1:after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 3px;
    background-color: #ffc400;
    position: absolute;
    top: 125%;
    right: 0%;
    left: 0;
    margin: auto;
}

.header-contant p {
    padding-top: 20px;
    text-align: justify;
    width: 600px;
}

/***Menu Styling***/
.main-menu {
    background-image: linear-gradient(#4469c9, #0235b7);
    width: 350px;
    text-align: center;
    position: fixed;
    top: 0%;
    bottom: 0%;
    right: 0;
    display: none;
    opacity: 0;
    z-index: 900;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;

}

.hidden {
    display: block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.menu-brand img {
    width: 140px;
    height: 40px;
    object-fit: contain;
}

.menu-brand {
    padding-top: 100px;
}

.main-menu ul {
    padding-top: 30px;
}

.main-menu ul li {
    padding: 20px 0;
}

.main-menu ul li a {
    color: #fff;
    font-weight: 400;
    position: relative;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.main-menu ul li a:hover::after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ffc400;
    position: absolute;
    top: 115%;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
}

.main-menu ul li a:hover {
    color: #ffc400;
}

.watsapp-instagram i {
    color: #fff;
    font-size: 1.5rem;
    padding: 5px;
}

.watsapp-instagram i:hover {
    color: #ffc400;
}

.watsapp-instagram {
    position: relative;
}

.watsapp-instagram::after {
    content: '';
    width: 160px;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
}

.test {
    background-color: red !important;
    display: block;
    opacity: 1;
}

.social-pages p {
    font-size: 0.7rem;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
}

.social-pages {
    margin-top: 100px;
}

.active {
    color: #ffc400 !important;
}

.active:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #ffc400;
    position: absolute;
    top: 115%;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
}

.menu-toggler {
    background-color: #ffc400;
    width: 80px;
    text-align: right;
    padding: 5px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 1.4rem;
    position: fixed;
    top: 10%;
    right: 0 !important;
    cursor: pointer;
    z-index: 1000;
}

/***styling first section****/
.first-section {
    flex-wrap: wrap;
}

.section-img {
    width: 50%;
}

.section-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.section-content {
    width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.section-content-order {
    order: 2;
}

.section-content p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding-inline: 15px;
}

.section-content h2 {
    margin-top: 10px;
    position: relative;
}

.section-content h2:after {
    content: '';
    display: inline-block;
    width: 330px;
    height: 3px;
    background-color: #ffc400;
    position: absolute;
    top: 120%;
    right: 50%;
    left: 0;
    margin: auto;
    transform: translateX(50%);
}

/***End styling first section****/


/***styling Product part****/
.pruduct {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #4469c9, #0235b7);
    position: relative;
    flex-wrap: wrap;
}

.pruduct::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 80%;
    transform: skewY(-4deg);
    background-image: linear-gradient(to right, #4469c9, #0235b7);
    z-index: -1;
}

.product-content {
    width: 50%;
    text-align: right;
    color: #fff;
    padding-right: 50px;
}

.product-content h3 {
    padding-top: 15px;
    font-size: 35px;
}

.product-content p {
    max-width: 100%;
    font-size: 14px;
}

.product-content a {
    display: inline-block;
    margin-top: 30px;
    color: #0235b7;
    background-color: #ffc400;
    padding: 8px 12px;
    border-radius: 10px;
    transition: 0.3s;
}

.product-content a:hover {
    background-color: #fff;
}

.product-imges {
    width: 50%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.first-row-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-row-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-row-images img {
    width: 300px;
}

.first-row-images img {
    width: 300px;
}

/***styling 4 Product part****/
.four-product-section {
    display: flex;
}

.four-product-section-content {
    padding-top: 100px;
    text-align: center;
    width: 50%;
}

.product-paragraph {
    text-align: center;
}

.four-product-section-img img {
    width: 700px;
}

.four-product-section-img {
    width: 50%;
}

/***End styling 4 Product part****/


/***styling Footer part****/
.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.footer-bg {
    width: 100%;
    background-image: url(../image/28kam.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-bg-alpha {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    width: 100%;
}

.footer-content {
    text-align: center;
    padding-top: 40px;
}

.footer-logo {
    position: relative;
}

.footer-logo img {
    width: 210px;
}

.footer-logo::after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 3px;
    background-color: rgb(197, 187, 187);
    position: absolute;
    top: 120%;
    right: 0%;
    left: 0;
    margin: auto;
}

.footer-social-icon {
    position: relative;
    margin-top: 50px;
}

.footer-social-icon:after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 3px;
    background-color: rgb(197, 187, 187);
    position: absolute;
    top: 150%;
    right: 0%;
    left: 0;
    margin: auto;
}

.footer-social-icon i {
    font-size: 30px;
    padding: 6px;
    margin: 0 20px;
    transition: 0.4s;
    position: relative;
}

.footer-social-icon i::after {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    display: inline-block;
    padding: 23px;
    left: -5px;
    bottom: -3px;
    transform: rotate(45deg);
    border-radius: 5px;
}

.location-phone {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.location-phone a {
    color: #fff;
    font-size: 13px;
}

.location-phone span {
    font-size: 18px;
    padding-top: 10px;
}

.t-javan {
    background-color: rgb(26, 22, 22);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

/***End styling Footer part****/


/***Mkaing Resposive****/

@media only screen and (max-width: 600px) {
    .header {
        height: 70vh;
    }

    .header-contant {
        padding-top: 30px;
    }

    .header-contant img {
        width: 130px;
    }

    .header-contant h1 {
        font-size: 25px;
        letter-spacing: 0;
    }

    .header-contant h1:after {
        width: 200px;
    }

    .header-contant p {
        width: 250px;
    }

    .main-menu {
        width: 100%;
    }

    .menu-toggler {
        top: 0;
    }

    .social-pages {
        margin-top: 20px;
    }

    .section-content {
        width: 100%;
        padding: 20px;
    }

    .section-content-order {
        order: 1;
    }

    .section-img-order {
        order: 2;
    }

    .section-content h2 {
        font-size: 22px;
        padding: 10px 0;
    }

    .section-img {
        width: 100%;
        margin: auto;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .section-img img {
        object-fit: cover !important;
    }

    .section-content p {
        max-width: 230px;
        text-align: justify;
    }

    .section-content h2:after {
        width: 150px;
    }

    .section-content img {
        width:100px;
    }

    .first-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        text-align: right;
    }

    #paragraph {
        text-align: justify !important;
    }

    .product-content {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .product-content h3 {
        padding-top: 10px;
        font-size: 32px;
        font-size: 25px;
        padding-bottom: 15px;
    }

    .product-content p {
        margin: auto;
        font-size: 14px;
        text-align: justify;
        width: 280px;
    }

    .product-content img {
        width: 150px;
        padding-top: 30px;
        padding-left: 30px;
    }

    .first-row-images {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .second-row-images {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .first-row-images img {
        width: 180px;
    }

    .second-row-images img {
        width: 180px;
    }

    .four-product-section-content {
        order: 2;
        margin: 0;
        text-align: center;
        width: 100%;
        padding-inline: 29px;
    }

    .four-product-section-img img {
        width: 330px;
    }

    .four-product-section-img {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .four-product-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-paragraph {
        max-width: 400px;
        text-align: justify;
    }

    .pruduct::after {
        top: 95%;
    }

    .footer-logo img {
        width: 130px;
    }

    .location-phone span {
        width: 300px;
    }

    .location-phone {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #responsive-img {
        width: 100px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .first-row-images img {
        width: 130px;
    }

    .second-row-images img {
        width: 130px;
    }

    .product-paragraph {
        max-width: 300px;
        text-align: justify;
    }
}


/**second page styling**/

/**abuot section styling**/
.about-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.about-company-img {
    padding: 30px 0;
}

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

.about-company-content p {
    max-width: 1100px;
    text-align: justify;
}

/**End abuot section styling**/


/**images section styling**/
.about-flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.images-section {
    margin-bottom: 30px;
}

.about-flex1 img {
    border-radius: 20px;
    object-fit: contain;
    padding: 10px;
}

#img-p-top {
    margin-top: 140px;
}

/**End images section styling**/


/**second page RESPOSIVE**/
@media only screen and (max-width: 600px) {
    .about-company-content p {
        max-width: 310px;
    }

    .about-flex1 img {
        max-width: 310px;
    }
}

@media only screen and (max-width: 400) {
    .about-company-content p {
        max-width: 200px;
    }

    .about-flex1 img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1400px) {
    #img-p-top {
        margin-top: 10px;
    }
}


/**End second page styling**/

/**third page styling**/

.two-column-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
}

.column-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
}

.column-img img {
    object-fit: cover;
    width: 390;

}

.column-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px;
}

.column-content p {
    max-width: 440px;
    text-align: justify;
    padding: 15px 0;
}

.column-content h2 {
    position: relative;
}

.column-content h2::after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 2px;
    background-color: #0235b7;
    position: absolute;
    top: 125%;
    right: 0%;
    left: 0;
    margin: auto;
}

.column-content a {
    padding: 15px 25px;
    background-color: #ffc400;
    color: #0235b7;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
}

.my-order {
    order: -1;
}

/** third page Responsive**/
@media only screen and (max-width: 950px) {
    .my-order {
        order: 1;
    }
}

@media only screen and (max-width: 600px) {
    .column-content p {
        max-width: 310px;
    }

    .column-img img {
        max-width: 310px;
    }
}

@media only screen and (max-width: 400) {
    .column-content p {
        max-width: 200px;
    }

    .column-img img {
        max-width: 200px;
    }
}

/** End third page Responsive**/

/**End third page styling**/

.footer-social-icon a {
    color: white;
}

.footer-social-icon a img{
    width: 70px;
     height: 70px;
}

.mj-contact-social-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mj-contact-social-card .mj-contact-social {
    position: relative;
    text-align: center;
}

.mj-contact-social-card .mj-contact-social:before,
.mj-contact-social-card .mj-contact-social:after {
    content: "";
    background: #01c99c;
    width: 3%;
    position: absolute;
    height: 48%;
    right: 50%;
}

@media screen and (max-width: 992px) {
    .mj-contact-social-card .mj-contact-social:before,
    .mj-contact-social-card .mj-contact-social:after {
        display: none;
    }
}

.mj-contact-social-card .mj-contact-social:after {
    bottom: -50%;
}

.mj-contact-social-card .mj-contact-social:before {
    top: -50%;
}

.mj-contact-social-card .mj-contact-social ul {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 992px) {
    .mj-contact-social-card .mj-contact-social ul {
        display: flex;
        margin-bottom: 20px;
    }
}

.mj-contact-social-card .mj-contact-social ul li {
    list-style: none;
}

.mj-contact-social-card .mj-contact-social ul li:nth-last-child(1) img {
    margin-bottom: 0 !important;
}

.mj-contact-social-card .mj-contact-social ul li a img {
    margin-bottom: 10px;
    width: 70%;
    transition: all 0.3s;
    filter: grayscale(70%);
}

.mj-contact-social-card .mj-contact-social ul li a img:hover {
    transform: scale(1.2);
    filter: grayscale(0%);
}

.mj-contact-form-card {
    border: 1px solid rgba(1, 201, 156, 0.1019607843);
    padding: 10px 10px;
    border-radius: 10px;
}

.mj-contact-form-card .mj-content-form-title {
    padding: 10px 0 30px 10px;
}

.mj-contact-form-card .mj-content-form-title span {
    display: block;
}

.mj-contact-form-card .mj-content-form-title span:nth-child(1) {
    font-weight: bold;
    font-size: 30px;
}

.mj-contact-form-card .mj-content-form-title span:nth-child(2) {
    font-weight: 200;
    font-size: 16px;
}

.mj-contact-form-card .mj-conatct-form .form-floating input {
    direction: rtl;
    background: rgba(1, 201, 156, 0.1019607843);
    border: 1px solid rgba(1, 201, 156, 0.7019607843);
}

.mj-contact-form-card .mj-conatct-form .form-floating input:focus {
    box-shadow: none !important;
    border: 2px solid rgba(1, 201, 156, 0.7019607843);
}

.mj-contact-form-card .mj-conatct-form .form-floating label {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
}

.mj-contact-form-card .mj-conatct-form .form-floating textarea {
    min-height: 150px !important;
    background: rgba(1, 201, 156, 0.1019607843);
    border: 1px solid rgba(1, 201, 156, 0.7019607843);
}

.mj-contact-form-card .mj-conatct-form .form-floating textarea:focus {
    box-shadow: none !important;
    border: 2px solid rgba(1, 201, 156, 0.7019607843);
}

.mj-contact-form-card .mj-conatct-form button[type="submit"] {
    margin-top: 10px;
    width: 100%;
    padding: 10px 0;
    background: #04ac9a;
    border: none !important;
    position: relative;
    overflow: hidden;
}

.mj-contact-form-card .mj-conatct-form button[type="submit"]:focus {
    box-shadow: none !important;
}

.mj-contact-form-card .mj-conatct-form button[type="submit"]:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -135px;
    opacity: 1;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 100px;
}

.mj-contact-form-card .mj-conatct-form button[type="submit"]:hover:after {
    left: 110%;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.mj-contact-gif {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mj-contact-imformation p {
    font-weight: 200;

}

.mj-contact-imformation span {
    font-weight: bold;
}

.mj-contact-imformation img {
    width: 15px;
}

.mj-gallery-images-card img {
    min-width: 300px !important;
    max-width: 577px !important;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.mj-gallery-videos-card {
   gap: 10px;
}
.mj-gallery-videos-card video{
    min-width: 300px !important;
    max-width: 577px !important;
    border-radius: 10px;
    height: 350px
}

.mj-gallery-videos-card2{
    margin-top: 10px;
    margin-bottom: 40px;

}
.mj-gallery-videos-card2 video{
    min-width: 300px !important;
    max-width: 577px !important;
    height: auto !important;
}
.shop-link-btn{
    background: #ffc400;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 30px;
    margin-top: 15px;
    color: #252525;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.shop-link-btn:hover{
    background: #ffc400;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 30px;
    margin-top: 15px;
    color: #0703dd;
    scale: 1.1;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}