/*-------------------- Desktop ---------------------*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



body{
    background: #000;
    -ms-overflow-style: none;
    overflow-x: hidden;
    width: 100%;
}

body::-webkit-scrollbar { 
    display: none;  
}



#desktop{
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
}

#mobile{
    display: none;
}

/*--------------------Desktop - Loading ---------------------*/
.d_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: radial-gradient(ellipse at top, #303030 0%, #000 75%, #000 100%);
    z-index: 100000;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0.1s ease 0.5s;
}

.d_loading_bg{
    position: absolute;
    height: 100%;
    width: 90%;
    top: -10%;
    background-color: #ffffff;
    -webkit-mask: url(/pic/loading4.svg) no-repeat center;
    mask: url(/pic/loading4.svg) no-repeat center;
    mask-size: 100%;
    mix-blend-mode: overlay;
    transition: .4s ease;
}

.loading_img {
    width: 100%;
    height: 100%;
    background: url("/pic/logo-styled-without-shadow.png");
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 48.7% 50%;
    filter: drop-shadow(0 0 10px #000);
    opacity: 1;
}




/*----------- Desktop - Navbar ------------*/
.d_nav_bg{
    position: fixed;
    width: 100%;
    height: 4.5em;
    z-index: 2;
    backdrop-filter: blur(10px);
    transition:all .4s ease;
    opacity: 0;
    display: none;
}


.d_nav{
    position: fixed;
    box-sizing: border-box;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    width: 100%;
    height: 4.5em;
    padding: 0 10em;
    align-items: center;
    z-index: 3;
    transition:all .4s ease;
    opacity: 0;
    display: none;
}


/*----------- Desktop - Navbar - Left ------------*/


.d_nav_left{
    position: relative;
    display: flex;
    align-items: center;
}

.d_nav_logo{
    position: relative;
    height: 4em;
    width: 4em;
    background-color: #fff;
    -webkit-mask: url(/pic/Logo.svg) no-repeat center;
    mask: url(/pic/Logo.svg) no-repeat center;
    mask-size: 100%;
    opacity: 100%;
    transition: .4s ease;
}


.d_nav_logo:hover{
    transform: scale(1.15);
}

.d_nav span{
    background: #ffffff60;
    width: 1px;
    height: 2em;
    border-radius: 1px;
    margin: 1em;
}

.d_nav a{
    color: #fff;
}
.d_nav a:visited{
    color: #fff;
}

.d_nav_link{
    font-size: 1.2em;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-style: normal;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.d_nav_link:hover{
    padding:0 .5em;
    opacity: 1;
}

/*----------- Desktop - Navbar - right ------------*/

.d_nav_right{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

/*----------- Desktop - Navbar - right - Translate ------------*/


.d_translate{
    height: 3em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.d_gTranslate{
    position: relative;
    width: 3em;
    height: 3em;
    background-color: #ffffff;
    -webkit-mask: url(/pic/translate.svg) no-repeat center;
    mask: url(/pic/translate.svg) no-repeat center;
    mask-size: 60%;
    transition: 0.3s ease-in-out;
}

.d_select_lang{
    position: absolute;
    width: 1.7em;
    height: 1.7em;
    transform: translate(-25%, 0);
    border-radius: .5em;
    border: 2px solid #fff;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.d_select_lang.active{
    opacity: 1;
}


.d_l_per{
    width: 100%;
    height: 100%;
    background: url(/pic/persian.png);
    background-position: 50%;
    background-size: 180%;
    background-repeat: no-repeat;
}

/*----------- Desktop - Navbar - right - Social ------------*/


.d_nav_social{
    position: relative;
    width: 3em;
    height: 3em;
    top: .2em;
    background-color: #ffffff70;
    -webkit-mask: url(/pic/contact.svg) no-repeat center;
    mask: url(/pic/contact.svg) no-repeat center;
    mask-size: 70%;
    margin-right: 0.5em;
    transition: 0.3s ease-in-out;
}

.d_nav_social:hover{
    cursor: pointer;
    background-color: #ffffff;
    
}

/*----------- Desktop - Contact Me Modal ------------*/

.d_countact_modal{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    opacity: 0;
    z-index: -1000;
    transition: opacity .4s ease-in-out;
}

.d_countact_modal.active{
    opacity: 1;
    z-index: 1000;
}

.container {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 100%;
    width: 70%;
    height: 70%;
    padding: 2.5em 2.2em 2.2em 2.2em;
    box-sizing: border-box;
    background-color: #00000050;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #ffffff30;
    border-radius: 1em;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.close-button {
    position: absolute;
    top: .7em;
    right: .7em;
    font-size: 24px;
    color: #ffffff50;
    cursor: pointer;
    z-index: 10;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.close-button:hover {
    color: #f00;
}

.form-container {
    position: relative;
    display: grid;
    grid-template-rows: 10% 10% 8% 10% 35% 9% 10% 8%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1em 1em 0 1em;
}

.title {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
    letter-spacing: 1px;
}

.lable{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.1em;
}

.input-group {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.input-group_input::placeholder{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 1em;
    color: #ffffff70;
}

.input-group input,
.input-group textarea {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .5em;
    border: 2px solid #ffffff50;
    background: #00000000;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 1em;
}

:lang(fa) {
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: #3a7bd5;
    outline: none;
}

.char-counter {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #ffffff50;
    background-color: #00000050;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 2px 6px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-size: .7em;
}

.button-container {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.send-button {
    width: 15%;
    height: 60%;
    background: #1479ea;
    color: #FFF;
    border: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.2em;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: .3s ease-in-out;
}

.send-button:hover {
    box-shadow: 0 0 20px #1479ea;
    letter-spacing: 1px;
    width: 20%;
}

.send-button:active {
    transform: translateY(.5em);
}

.notification {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 1em;
}

.success {
    background-color: #00000000;
    color: #1479ea;
}

.info {
    background-color: #00000000;
    color: #ffffff;
}

.platform-info {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.2em;
    color: #ffffff90;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d_modal_footer_logo_box{
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 61% 31% 8%;
    padding: 0 2em 0 2em;
}

.d_modal_footer_logo{
    width: 100%;
    height: 100%;
    background: url(/pic/logo-styled-without-shadow.png);
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.d_modal_footer_contactme{
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 30% 70%;
    align-items: center;
}

.d_modal_footer_contactme_header{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}

.d_modal_footer_contactme_links a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .4s ease-in-out;
    border: 1px solid #fff;
    width: 80%;
    height: 2.5em;
    border-radius: 2em;
}

.d_modal_footer_contactme_links a:hover{
    text-shadow: 0 0 5px #000;
    border: 1px solid #1479ea;
    background: radial-gradient(ellipse at bottom, #1479ea 0%, #000 100%);
}

.d_modal_footer_contactme_links a:visited{
    color: #fff;
}

.d_modal_footer_contactme_links{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 50% 1px 50% ;
    justify-items: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
    
}


.d_modal_footer_contactme_links span{
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, #ffffff00, #ffffff30, #ffffff00);
}


.d_modal_footer_copyright{
    position: relative;
}
.d_modal_footer_copyright p{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
}





/*-------------------- Desktop - Wallpaper ---------------------*/


.d_bg_vid_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-width: 100%;
    min-height: 100%;
    background: radial-gradient(ellipse at bottom, hsl(212, 84%, 35%) 0%,#000 100%);
}
.d_bg_vid_box video{
    width: 100vw;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    mix-blend-mode: soft-light;
    transition: 0.4s ease-in-out;
}

/*-------------------- Desktop - Car Page Contents ---------------------*/


/*-------------------- Desktop - Logo And Name ---------------------*/


.d_logo_name_box{
    position: relative;
    width: 100vw;
    height: 100vh;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse at center, #00000000 0%,#00000000 50%,#000 100%);
}

.d_pic{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    z-index: 1;
}

.d_pic img{
    width: 70vh;
    filter: drop-shadow(0 0 50px #000);
}
.d_name{
    position: absolute;
    color: #1479ea;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20vw;
    mix-blend-mode: difference;
    transition: all .4s ease;
}

/*-------------------- Desktop - Three Pic's ---------------------*/

.d_three_pic{
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    left: 100vw;
    top: -100vh;
    justify-items: center;
    
}

.d_three_pic_box{
    position: fixed;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows:15% 1px 85% ;
    margin: 6em 12.5%;
    box-sizing: border-box;
    width: 75%;
    height: 80%;
    backdrop-filter: blur(20px);
    border-radius: 1em;
    justify-items: center;
    opacity: 0;
    transition: 0.4s ease;
}

.d_three_pic_top{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.d_three_name_logo{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}


.d_three_logo{
    position: relative;
    height: 6em;
    width: 6em;
    background-color: #fff;
    -webkit-mask: url(/pic/carLogos/mazda.svg) no-repeat center;
    mask: url(/pic/carLogos/mazda.svg) no-repeat center;
    mask-size: 100%;
}

.d_three_name_logo span{
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, #1479ea00 0%,#1479ea 50%,#1479ea00 100%);
}

.d_three_name{
    position: relative;
    display: flex;
    left: 1%;
    height: 100%;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    align-items: center;
    justify-content: center;
}



.d_three_hr{
    width: 100%;
    height: 100%;
    border: none;
    background: linear-gradient(to right, #1479ea00 0%, #1479ea 50%,#1479ea00 100%);
    opacity: 0;
    transition: 0.4s ease;
}


.d_three_pic_bottm{
    position: relative;
    display: grid;
    grid-template-columns: 30% auto 30% auto 30%;
    grid-template-rows:100% ;
    width: 100%;
    height: 100%;
    padding: 0 2em;
    box-sizing: border-box;
    align-items: center;
}

.d_pics{
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    border: 1px solid #1479ea;
    border-radius: 1em;
    transition: 0.4s ease;
}


.d_pics1{
    background: url("/pic/Cars/mazdaRX7/1.jpg");
    background-size: contain;
    transform: translateY(100vh);
}
.d_pics2{
    background: url("/pic/Cars/mazdaRX7/2.jpg");
    background-size: contain;
    transform: translateY(100vh);
}
.d_pics3{
    background: url("/pic/Cars/mazdaRX7/3.jpg");
    background-size: contain;
    transform: translateY(100vh);
}

/*-------------------- Desktop - Empty Box ---------------------*/

.d_empty_box{
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    left: 200vw;
    top: -200vh;
    justify-items: center;
}

.d_empty_Content_box{
    position: fixed;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows:15% 1px 85% ;
    margin: 6em 12.5%;
    box-sizing: border-box;
    width: 75%;
    height: 80%;
    border-radius: 1em;
    justify-items: center;
}


.d_empty_Content{
    position: relative;
    display: grid;
    grid-template-columns: 30% 3% auto;
    grid-template-rows:100% ;
    width: 100%;
    height: 100%;
    padding: 0 2em;
    box-sizing: border-box;
    align-items: center;
}
.d_iframe{
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    aspect-ratio: 3 / 4;
    opacity: 0;
    transition: 0.4s ease;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 0 1px 1px #1479EA;
}

.d_car_info_contactme{
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 85% 1px 15%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-items: center;
    align-items: center;
    padding: 2em 2em 0 2em;
    opacity: 0;
    transition: 0.4s ease;
}

.d_empty_car_info_contactme_span{
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    background: linear-gradient(to right, #ffffff00 0%,#ffffff50 50%,#ffffff00 100%);
}

.d_empty_car_info{
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1vw;
    text-wrap: wrap;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7em;
    transition: 0.4s ease;
}

.d_car_sound{
    position: relative;
    top:.9vh;
    color: #fff;
    background: #000;
    width: 1.5em;
    height: 1.5em;
    aspect-ratio: 1/1;
    border-radius: 2em;
    border: 1px solid #1479EA;
    transform: rotate(180deg);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #1479EA;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.d_info_sound{
    width: 1.5em;
    aspect-ratio: 1/1;
    background-color: #fff;
    -webkit-mask: url(/pic/voice.svg) no-repeat center;
    mask: url(/pic/voice.svg) no-repeat center;
    mask-size: 75%;
}

.d_empty_car_contactme{
    position: relative;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    width: 15vw;
    height: 100%;
    align-items: center;
    justify-items: center;
}


.d_social_gmail{
    position: relative;
    height: 3em;
    width: 3em;
    background-color: #fff;
    -webkit-mask: url(/pic/gmail.svg) no-repeat center;
    mask: url(/pic/gmail.svg) no-repeat center;
    mask-size: 70%;
}
.d_social_insta{
    position: relative;
    height: 3em;
    width: 3em;
    background-color: #fff;
    -webkit-mask: url(/pic/instagram.svg) no-repeat center;
    mask: url(/pic/instagram.svg) no-repeat center;
    mask-size: 100%;
}
.d_social_telegram{
    position: relative;
    height: 3em;
    width: 3em;
    background-color: #fff;
    -webkit-mask: url(/pic/telegram.svg) no-repeat center;
    mask: url(/pic/telegram.svg) no-repeat center;
    mask-size: 170%;
}

.d_iframe_rotate{
    position: absolute;
    width: 100%;
    height: 4em;
    bottom: 0;
    background-color: #fff;
    -webkit-mask: url(/pic/360.svg) no-repeat center;
    mask: url(/pic/360.svg) no-repeat center;
    mask-size: 20%;
    opacity: 0;
    animation: blinker 2s linear infinite;
    z-index: 2;
}
.d_3d_iframe{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
}

iframe::-webkit-scrollbar { 
    display: none;  
}


@keyframes blinker{
    0%{
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    75%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



/*-------------------- Desktop - Copyright ---------------------*/


.d_footer_quick_accesses_hr{
    position: absolute;
    border: none;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1479ea00, #1479ea, #1479ea00);
}


.d_footer_copyright{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2em;
    box-sizing: border-box;
    background: #00000040;
    backdrop-filter: blur(10px);
}

.d_footer_copyright p{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
}



















/*-------------------- Mobile ---------------------*/

@media (max-width: 768px) {


    #mobile{
        display:block;
    }

    #desktop {
        display: none;
    }

    * {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
    text-decoration: none;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: transparent;
    outline: none;
    }

    body{
        background: #000;
        -ms-overflow-style: none;
        overflow-x: hidden;
        font-display: swap;
    }

    body::-webkit-scrollbar { 
        display: none;  
    }
    body::-webkit-scrollbar-thumb:horizontal { 
        display: none;  
    }


    /*--------------------Mobile - Loading ---------------------*/
    .m_loading{
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: radial-gradient(ellipse at top, #303030 0%, #000 75%, #000 100%);
        background-size: 150% 100%;
        background-position: 50%;
        z-index: 100000;
        opacity: 1;
        transition: opacity 0.5s ease, z-index 0.1s ease 0.5s;
    }

    .m_loading_bg{
        position: absolute;
        height: 200em;
        width: 30em;
        top: -90em;
        background-color: #ffffff;
        -webkit-mask: url(/pic/loading4.svg) no-repeat center;
        mask: url(/pic/loading4.svg) no-repeat center;
        mask-size: 230%;
        mix-blend-mode: overlay;
        transition: .4s ease;
}

    .m_loading_img {
        width: 100%;
        height: 100%;
        background: url("/pic/logo-styled-without-shadow.png");
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: 48.7% 50%;
        filter: drop-shadow(0 0 10px #000);
        opacity: 1;
}


    /*--------------------Mobile - Nav ---------------------*/
    
    #m_navbar{
        position: fixed;
        box-sizing: border-box;
        width: 100vw;
        height: 3.5em;
        bottom: 0;
        z-index: 3;
        transition: .4s ease;

        --r: 1em;
        --s: 3em;
        --a: 20deg;
        --p: 50%;

        background: #000;
        

        --_m:var(--r),#000 calc(100% - 1px),#0000;
        --_d:(var(--s) + var(--r))*cos(var(--a));
        mask:
            radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
            radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
            radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
            #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat,
            linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
    }

    .m_navbar_border{
        position: fixed;
        box-sizing: border-box;
        width: 100vw;
        height: 3.65em;
        bottom: 0;
        z-index: 3;
        transition: .4s ease;

        --r: 1em;
        --s: 2.95em;
        --a: 19deg;
        --p: 50%;

        background: #1479ea;
        filter: blur(20px);
        border-top-left-radius: var(--r);
        border-top-right-radius: var(--r);

        --_m:var(--r),#000 calc(100% - 1px),#0000;
        --_d:(var(--s) + var(--r))*cos(var(--a));
        mask:
            radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
            radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
            radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
            #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat,
            linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
    }
    






    /*--------------------Mobile - Nav Content ---------------------*/
    .m_nav_content {
        position: fixed;
        bottom: 0;
        height: 3.5em;
        width: 100%;
        padding: 0 1em;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 20% 1px 20% 5em 20% 1px 20%;
        grid-template-rows: 100%;
        justify-content: center;
        align-items: center;
        justify-items: center;
        z-index: 3;
    }


    /*--------------------Mobile - Nav Content - CTA's ---------------------*/

    .m_nav_logo_box{
        position: relative;
        box-sizing: border-box;
        width: 5em;
        aspect-ratio: 1/1;
        bottom: 2em;
        border: 2px solid #1479ea;
        box-shadow: 0 0 50px #1479EA;
        border-radius: 50%;
        background: #000;
    }

    .m_nav_logo{
        position: relative;
        box-sizing: border-box;
        width: 5em;
        height: 5em;
        bottom: 0;
        background-color: #fff;
        -webkit-mask: url(/pic/Logo.svg) no-repeat center;
        mask: url(/pic/Logo.svg) no-repeat center;
        mask-size: 95%;
    }

    .m_nav_content span{
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #ffffff00, #ffffff60, #ffffff00);
    }


    .m_nav_cta_cars{
        position: relative;
        box-sizing: border-box;
        width: 2.7em;
        height: 2.7em;
        background-color: #fff;
        -webkit-mask: url(/pic/cars_but.svg) no-repeat center;
        mask: url(/pic/cars_but.svg) no-repeat center;
        mask-size: 60%;
    }

    .m_nav_cta_about{
        position: relative;
        box-sizing: border-box;
        width: 3em;
        height: 3em;
        background-color: #fff;
        -webkit-mask: url(/pic/about.svg) no-repeat center;
        mask: url(/pic/about.svg) no-repeat center;
        mask-size: 60%;
    }



    /*--------------------Mobile - Nav Content - Contact & Trnslate ---------------------*/



    .m_nav_contact_modal{
        position: relative;
        box-sizing: border-box;
        width: 3em;
        height: 3em;
        background-color: #fff;
        -webkit-mask: url(/pic/contact.svg) no-repeat center;
        mask: url(/pic/contact.svg) no-repeat center;
        mask-size: 60%;
        transition: all .4s ease-in-out;
    }

    .m_nav_contact_modal.active{
        -webkit-mask: url(/pic/ctaArrow.svg) no-repeat center;
        mask: url(/pic/ctaArrow.svg) no-repeat center;
        mask-size: 80%;
        transform: rotate(180deg);
    }

    .m_nav_translate{
        position: relative;
        box-sizing: border-box;
        width: 3em;
        height: 3em;
        background-color: #fff;
        -webkit-mask: url(/pic/translate.svg) no-repeat center;
        mask: url(/pic/translate.svg) no-repeat center;
        mask-size: 55%;
        transition: all .4s ease-in-out;
    }

    .m_nav_translate.active{
        -webkit-mask: url(/pic/ctaArrow.svg) no-repeat center;
        mask: url(/pic/ctaArrow.svg) no-repeat center;
        mask-size: 80%;
        transform: rotate(180deg);
    }




/*-------------------- Mobile - Translate ---------------------*/

.m_translate{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    right: 2em;
    bottom: 4.5em;
    border:1px solid #fff;
    border-radius: .5em;
    display: flex;
    overflow: hidden;
    opacity: 0;
    z-index: 0;
    transition: 0.3s ease-in-out;
}

.m_translate.active{
    opacity: 1;
    z-index: 3;
}

.m_select_lang{
    width: 2.4em;
    height: 2.4em;
    left: 11vw;
    bottom: 10.4vh;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    justify-content: flex-end;
    border-radius: .5em;
    overflow: hidden;
    right: 120px;
    opacity: 0;
    z-index: 0;
    transition: 0.3s ease-in-out;
}

.m_select_lang.active{
    opacity: 1;
}

.m_l_per{
    width: 100%;
    height: 100%;
    background: url(/pic/persian.png);
    background-position: 50%;
    background-size: 180%;
    background-repeat: no-repeat;
}




/*--------------------Mobile - Back To Top ---------------------*/

.m_backtoTop_box{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1em;
    height: 2.1em;
    right: 2.1em;
    bottom: 4.5em;
    border-radius: 2em;
    border: 2px solid #1479ea;
    box-shadow: 0 0 10px #1479ea;
    transition: .4s ease-in-out;
    background: #000;
    opacity: 0;
}

.m_backtoTop_box.active{
    opacity: 1;
    z-index: 5;
}

.m_backtoTop{
    width: 1.9em;
    height: 1.9em;
    background-color: #fff;
    -webkit-mask: url(/pic/ctaArrow.svg) no-repeat center;
    mask: url(/pic/ctaArrow.svg) no-repeat center;
    mask-size: 100%;
}

/*-------------------- Mobile - Contact To Me Modal ---------------------*/

.m_contact_modal_box{
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100vw ;
    height: 100vh;
    padding: 2em 2em 4em 2em;
    box-sizing: border-box;
    background-color: #00000080;
    backdrop-filter: blur(20px);
    z-index: 2;
    opacity: 0;
    transition: .4s ease-in-out;
    display: none;
}

.m_container {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.m_form-container {
    position: relative;
    display: grid;
    grid-template-rows: 10% 5% 5% 5% 30% 8% 8% 5% 10%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.m_title {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    letter-spacing: 1px;
}

.m_lable{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 1.1em;
}

.m_input-group {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.m_input-group_input::placeholder{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: .8em;
    color: #ffffff70;
}

.m_input-group input,
.m_input-group textarea {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .5em;
    border: 2px solid #ffffff50;
    background: #00000000;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 1em;
}

:lang(fa) {
    font-family: "Vazirmatn", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.m_input-group input:focus,
.m_input-group textarea:focus {
    border-color: #3a7bd5;
    outline: none;
}

.m_char-counter {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #ffffff;
    background-color: #00000050;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 2px 6px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-size: .5em;
}

.m_button-container {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.m_send-button {
    width: 40%;
    height: 80%;
    background: #1479ea;
    color: #FFF;
    border: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1em;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: .3s ease-in-out;
}


.m_send-button:active {
    transform: translateY(.5em);
}

.m_notification {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: .8em;
    transition: .4s ease-in-out;
}

.m_success {
    background-color: #00000000;
    color: #1479ea;
}

.m_info {
    background-color: #00000000;
    color: #ff0000;
}

.m_platform-info {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: .9em;
    color: #ffffff90;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_modal_social_box{
    position: relative;
    display: flex;
    justify-content: center;
    justify-items: center;
    width: 100%;
    height: 100%;
}
.m_modal_social_hr{
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, #ffffff00, #1479ea, #ffffff00);
    border: none;    
}

.m_modal_social{
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;
    align-items: center;
    justify-items: center;
    align-content: center;
    width: 70%;
    height: 100%;
}

.m_modal_social a:visited{
    color: #fff;
}

.m_modal_insta{
    position: relative;
    height: 3.5em;
    width: 3.5em;
    background-color: #fff;
    -webkit-mask: url(/pic/instagram.svg) no-repeat center;
    mask: url(/pic/instagram.svg) no-repeat center;
    mask-size: 100%;
}
.m_modal_telegram{
    position: relative;
    height: 6em;
    width: 6em;
    background-color: #fff;
    -webkit-mask: url(/pic/telegram.svg) no-repeat center;
    mask: url(/pic/telegram.svg) no-repeat center;
    mask-size: 100%;
}


/*-------------------- Mobile - Wallpaper ---------------------*/


.m_bg_vid_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: radial-gradient(ellipse at bottom, #0e54a4 0%,#000 100%);
}
.m_bg_vid_box video{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    mix-blend-mode: soft-light;
    transition: 0.4s ease-in-out;
}



/*-------------------- Mobile - Car Page Contents ---------------------*/


/*-------------------- Mobile - Logo And Name ---------------------*/


.m_logo_name_box{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    padding: 2em 2em 4em 2em;
    box-sizing: border-box;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse at center, #00000000 0%,#00000000 50%,#000 100%);
}


.m_pic{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .4s ease;
    z-index: 1;
}

.m_pic img{
    width: 30vw;
    filter: drop-shadow(0 0 50px #000);
}
.m_name{
    position: absolute;
    color: #1479ea;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23vw;
    mix-blend-mode: difference;
    transition: all .4s ease;
    opacity: 1;
}

/*-------------------- Mobile - Content ---------------------*/


.m_content_box{
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 6vw;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.4s ease;
}

.m_content_bg{
    position: fixed;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 15% 1px 73% 5%;
    width: 88vw;
    height: 75vh;
    top: 5vh;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff30;
    border-radius: 1em;
    align-items: center;
    justify-items: center;
}

.m_contnet_name_logo_box{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.m_contnet_name_logo{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.m_contnet_logo{
    position: relative;
    height: 7vh;
    width: 7vh;
    background-color: #fff;
    -webkit-mask: url(/pic/carLogos/mazda.svg) no-repeat center;
    mask: url(/pic/carLogos/mazda.svg) no-repeat center;
    mask-size: 100%;
}
.m_contnet_name_logo span{
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, #1479ea00 0%,#1479ea 50%,#1479ea00 100%);
}

.m_contnet_name{
    position: relative;
    display: flex;
    margin-left: 2%;
    height: 100%;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4vh;
    align-items: center;
    justify-content: center;
}

.m_contnet_name_logo_hr{
    width: 100%;
    height: 100%;
    border: none;
    background: linear-gradient(to right, #1479ea00 0%, #1479ea 50%,#1479ea00 100%);
    transition: 0.4s ease;
}


/*-------------------- Mobile - Slider ---------------------*/

.m_pic_slider{
    position: relative;
    width: 83%;
    aspect-ratio: 3 / 4;
    box-sizing: border-box;
    border: 1px solid #1479ea;
    border-radius: 1em;
    overflow: hidden;
    transition: 0.4s ease;
}

.m_slider_pic{
    position: relative;
    height: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .4s ease;
}

.m_slider_nex_pre{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 3.5em;
    bottom: 0;
}
.m_slider_prev_box{
    height: 100%;
    width: 3.5em;
    background: #00000050;
    border-top: 1px solid #1479ea;
    border-right: 1px solid #1479ea;
    border-top-right-radius: 100%;
}
.m_slider_next_box{
    height: 100%;
    width: 3.5em;
    background: #00000050;
    border-top: 1px solid #1479ea;
    border-left: 1px solid #1479ea;
    border-top-left-radius: 100%;
}


.m_slider_prev_but{
    position: absolute;
    bottom: -.6em;
    left: -.5em;
    height: 4em;
    width: 4em;
    background-color: #fff;
    -webkit-mask: url(/pic/pointer.svg) no-repeat center;
    mask: url(/pic/pointer.svg) no-repeat center;
    mask-size: 55%;
    opacity: 100%;
    z-index: 1;
    transition: .4s ease-in-out;
}

.m_slider_next_but{
    position: absolute;
    bottom: -.6em;
    right: -.5em;
    height: 4em;
    width: 4em;
    background-color: #fff;
    -webkit-mask: url(/pic/pointer.svg) no-repeat center;
    mask: url(/pic/pointer.svg) no-repeat center;
    mask-size: 55%;
    opacity: 100%;
    transform: rotate(180deg);
    z-index: 1;
    transition: .4s ease-in-out;
}

.m_slider_prev_but:active{
    background-color: #ffffff;
}
.m_slider_next_but:active{
    background-color: #ffffff;
}


/*-------------------- Mobile - Slider Balls ---------------------*/

.m_slider_ball_box{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    transition: 0.4s ease;
}

.m_slider_ball{
    position: relative;
    width: 20vw;
    height: 1vw;
    border-radius: 2vw;
    background: #ffffff50;
    transition: .4s ease;
}

.m_slider_ball.active{
    background: #fff;
}


/*-------------------- Mobile - Copyright ---------------------*/

.m_copyright{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 4.5%;
    box-sizing: border-box;
    background: #00000040;
}

.m_copyright p{
    position: relative;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5vh;
}

.m_copyright_hr{
    position: absolute;
    border: none;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1479ea00, #1479ea, #1479ea00);

}


/*-------------------- Mobile - Content - Info ---------------------*/

.m_info_box{
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 6vw;
    top: 0;
    box-sizing: border-box;
    opacity: 1;
    transition: 0.4s ease;
}

.m_info_container{
    position: fixed;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 15% 78%;
    width: 88vw;
    height: 75vh;
    top: 5vh;
    border-radius: 1em;
    align-items: center;
    justify-items: center;
    transition: 0.4s ease;
    transform: scale(2);
    opacity: 0;
    z-index: -1;
}
.m_info_text{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 4vw;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8vh;
    text-wrap: wrap;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 3vh;
    transition: 0.4s ease;
}

.m_car_sound{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 4vh;
    height: 4vh;
    aspect-ratio: 1/1;
    border-radius: 2em;
    background: #000;
    border: 1px solid #1479EA;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #1479EA;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.m_info_sound{
    width: 3.2vh;
    height: 3.2vh;
    background-color: #fff;
    -webkit-mask: url(/pic/voice.svg) no-repeat center;
    mask: url(/pic/voice.svg) no-repeat center;
    mask-size: 75%;
}


/*-------------------- Mobile - Content - Iframe ---------------------*/

.m_iframe_box{
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding: 6vw;
    box-sizing: border-box;
}

.m_iframe_container{
    position: fixed;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 15% 1px 73% 5%;
    width: 88vw;
    height: 75vh;
    top: 5vh;
    opacity: 0;
    z-index: -1;
    transform: scale(2);
    border-radius: 1em;
    align-items: center;
    justify-items: center;
    transition: 0.4s ease;
}


.m_iframe{
    position: relative;
    display: flex;
    width: 83%;
    box-sizing: border-box;
    aspect-ratio: 3 / 4;
    transition: 0.4s ease;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 0 1px 1px #1479EA;
}

.m_iframe_rotate{
    position: absolute;
    width: 100%;
    height: 4em;
    bottom: 0;
    background-color: #fff;
    -webkit-mask: url(/pic/360.svg) no-repeat center;
    mask: url(/pic/360.svg) no-repeat center;
    mask-size: 20%;
    animation: blinker 2s linear infinite;
    z-index: 2;
}
.m_3d_iframe{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
}

iframe::-webkit-scrollbar { 
    display: none;  
}

.m_iframe_social{
    position: relative;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    width: 60%;
    height: 100%;
    align-items: center;
    justify-items: center;
}

.m_social_gmail{
    position: relative;
    height: 4.5vh;
    width: 4.5vh;
    background-color: #fff;
    -webkit-mask: url(/pic/gmail.svg) no-repeat center;
    mask: url(/pic/gmail.svg) no-repeat center;
    mask-size: 70%;
}
.m_social_insta{
    position: relative;
    height: 4.5vh;
    width: 4.5vh;
    background-color: #fff;
    -webkit-mask: url(/pic/instagram.svg) no-repeat center;
    mask: url(/pic/instagram.svg) no-repeat center;
    mask-size: 100%;
}
.m_social_telegram{
    position: relative;
    height: 4.5vh;
    width: 4.5vh;
    background-color: #fff;
    -webkit-mask: url(/pic/telegram.svg) no-repeat center;
    mask: url(/pic/telegram.svg) no-repeat center;
    mask-size: 170%;
}


/*-------------------- Mobile - Footer ---------------------*/


  .m_footer {
    position: relative;
    width: 100vw;
    height: 35vh;
    background:#00000000;
    overflow: hidden;
}


.m_footer_content_box{
    position: relative;
    display: grid;
    grid-template-rows: 70% 30%;
    grid-template-columns: 100%;
    background: #000;
    border: 1px solid #ffffff;
    width: auto;
    height: 40%;
    margin: 2em;
    box-sizing: border-box;
    border-radius: .5em;
    transition: .4s ease;
    opacity: 0;
    justify-items: center;
    box-shadow:0 0 2em #1479ea ;
}

.m_footer_content_box.active{
    opacity: 1;
}

.m_footer_quick_accesses{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.m_footer_quick_accesses_hr{
    position: absolute;
    top: 0;
    border: none;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ffffff00, #ffffff, #ffffff00);
}

.m_footer_quick_accesses_content{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 50% 1px 50%;
    grid-template-rows: 100%;
    padding: 0 25%;
    align-items: center;
    justify-items: center;
}

.m_footer_contactme{
    position: relative;
    width: 70%;
    height: 100%;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: 100%;
    align-items: center;
    justify-items: center
}

.m_footer_social_gmail{
    position: relative;
    height: 3em;
    width: 3em;
    background-color: #fff;
    -webkit-mask: url(/pic/gmail.svg) no-repeat center;
    mask: url(/pic/gmail.svg) no-repeat center;
    mask-size: 70%;
}
.m_footer_social__insta{
    position: relative;
    height: 3em;
    width: 3em;
    background-color: #fff;
    -webkit-mask: url(/pic/instagram.svg) no-repeat center;
    mask: url(/pic/instagram.svg) no-repeat center;
    mask-size: 100%;
}
.m_footer_social_telegram{
    position: relative;
    height: 3em;
    width: 3em;
    background-color: #fff;
    -webkit-mask: url(/pic/telegram.svg) no-repeat center;
    mask: url(/pic/telegram.svg) no-repeat center;
    mask-size: 170%;
}

.m_footer_copyright{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

.m_footer_copyright p{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: .8em;
}

























}