/*@import "../fonts/inter.css";*/
@import "../newfonts/Vazirmatn.css";

/* 2) روی html ست کن (نه فقط body) و ارث‌بری برای کل فرم‌ها */
html {
    font-family: "Vazirmatn", sans-serif !important;
    font-synthesis: none;      /* iOS گاهی bold/italic رو synth می‌کنه و می‌افته رو سیستم */
    direction: rtl;
    margin: 0 auto;
}

body, button, input, select, textarea , a , ul {
    font-family: "Vazirmatn", sans-serif !important;
    font-weight: 400;
}

/* 3) اگر فریم‌ورک‌ها روی headingها/font مخصوص دادن، مجبورشون کن ارث ببرن */
h1,h2,h3,h4,h5,h6, .btn, .navbar, .nav, .dropdown-menu, .form-control, .badge {
    font-family: "Vazirmatn", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bg {
    background-image: url("../images/bg-home.png");
    height: 100%;
    background-position: center;
    background-repeat: round;
}
a {
    color: #333;
    text-decoration: none;
}
ul {
    list-style: none;
}
.m2-divider-home{
    border: 1px solid rgba(76, 131, 193, 0.2);
    margin-top: 105px;
}
   /*Start Menu CSS*/
.navbar-nav .m2-menu-active a, .navbar-nav .m2-menu-active button{
    color: #4C83C1 !important;
}
.m2-submenu-active{
    color: #4C83C1 !important;
    text-decoration: underline;
}
.m2-border-bottom{
    border-bottom: 1px solid #EAE5E5; !important;
}
.m2-menu-box{
   width: 1280px;
}
.navbar-brand{
    margin-right: 87px;
}

.m2-search-btn{
    margin-left: 18px;
}
.m2-menu-first-line{
    margin-left: 25.5px;
}
.m2-menu-lang{
    margin-left: 18px;
}
.m2-menu-second-line{
    margin-left: 22.89px;
}
.m2-menu-account{
    margin-right: 15px;
    font-size: 14px;
    color: #828282;
}
.m2-menu-bottom-border{
    width: 91.56%;
    border: 1px solid #EAE5E5;
    transform: rotate(-179.71deg);
    margin: -18px auto 0;
}
.navbar-nav a{
    margin-left: 42px;
    font-weight: 600;
    font-size: 14px;
    color: #828282 !important;
}
.navbar ul li :hover ,.navbar ul li :focus,.navbar ul li a:active{
    font-size: 14px;
    color: #015790 !important;
}
.dropdown-item{
    text-align: right !important;
}
.m2-menu-btn{
    width: 262px;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    background: #4C83C1;
    border-radius: 25px;
    padding: 16px 32px;

}

.m2-navbar {
    overflow: hidden;
}

.m2-navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.m2-dropdown {
    float: left;
    overflow: hidden;
}
.m2-icon-drop-menu{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.m2-dropdown .m2-dropbtn {
    font-weight: 600;
    font-size: 14px;
    color: #828282 !important;
    padding: 8px;
    background: transparent;
    border: unset;
}
.m2-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 180%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    margin-left: -70%;
}
.m2-dropdown-line-menu{
    border: 2px solid #4C83C1;
    width: 80%;
}
.m2-dropdown:hover .m2-dropdown-content {
    display: block;
    z-index: 20;
}

/* Create three equal columns that floats next to each other */
.m2-column {
    float: left;
    width: 40%;
    padding: 30px 18px 30px 30px;
    margin-left: 24%;
}
.m2-column-about {
    float: left;
    width: 35%;
    padding: 30px 18px 30px 30px;
    margin-left: 24%;
}
.m2-column a ,.m2-column-about a {
    float: none;
    color: #828282 ;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
    font-size: 14px;
}
/* Clear floats after the columns */
.m2-m2-row:after {
    content: "";
    display: table;
    clear: both;
}
.m2-justify-items-start{
    justify-items: start;
}
.m2-single-comment label{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #015790;
}
.m2-single-comment option{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4C83C1;
}
.m2-single-comment .form-control{
    width: 90%;
    height: 46px;
    border: 1px solid #015790;
    background-color: #ffffff;
    border-radius: 6px;
}
.m2-single-comment select.form-control:not([size]):not([multiple]){
    height: 59px !important;
}
.m2-single-comment .form-select {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4C83C1;
    background-color: #ffffff;
    background-image: url("../images/icon/play.png");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
}
.m2-single-comment .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4C83C1;
    opacity: 1; /* Firefox */
}
.m2-single-comment .form-control:-ms-input-placeholder,.m2-single-comment .form-control::-ms-input-placeholder{ /* Internet Explorer 10-11 */
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #4C83C1;
}
.m2-single-comment .form-check-input{
    width: 24px;
    height: 24px;
    vertical-align: top;
    border: 1px solid #015790;
}
.form-check-input[type="radio"] {
    border-radius: unset;
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.m2-single-comment .m2-textarea{
    width: 100% !important;
    height: 224px;
}
.m2-single-comment button{
    padding: 16px 32px;
    width: 256px;
    height: 46px;
    background: #4C83C1;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-right: 20%;
}
.m2-tabs {
    margin: 3rem 0;
}
.m2-tabs-first {
    height: 22rem !important;
}
.m2-tabs-second {
    height: 30rem ;
}
.m2-tabs::before,
.m2-tabs::after {
    content: "";
    display: table;
}
.m2-tabs::after {
    clear: both;
}
.m2-tab {
    float: right;
}
.m2-tab-switch {
    display: none;
}
.m2-tab-label {
    display: block;
    height: 3em;
    color: #4C83C1;
    cursor: pointer;
    transition: all 0.25s;
    padding: 10px 32px;
    background: #FFFFFF;
    border: 1px solid #4C83C1;
    border-radius: 25px;
    margin-right: 10px;
}
.m2-tab-label:hover {
    top: -0.25rem;
    transition: top 0.25s;
}
.m2-tab-content {
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0;
    transition: all 0.35s;
}
.m2-tab-switch:checked + .m2-tab-label {
    background: #4C83C1;
    color: #fff;
    border-bottom: 0;
    border-right: 0.125rem solid #fff;
    transition: all 0.35s;
    z-index: 1;
    top: -0.0625rem;
}
.m2-tab-switch:checked + label + .m2-tab-content {
    z-index: 2;
    opacity: 1;
    transition: all 0.35s;
}
.m2-login-register-form  label strong{
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #828282;
    margin-right: 35px;
}
.m2-login-register-form .form-control {
    color: #4F4F4F;
    background-color: #fff;
    border: 1px solid #4F4F4F;
    border-top-left-radius: 1.375rem !important;
    border-bottom-left-radius: 1.375rem !important;
}
.m2-login-register-form .input-group-text {

    background-color: #fff;
    border: 1px solid #4F4F4F;
    border-top-right-radius: 1.375rem !important;
    border-bottom-right-radius: 1.375rem !important;
}
.m2-login-register-form .form-check .form-check-label{
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #828282;
}
.m2-login-register-form1 button{
    padding: 7px 39px;
    gap: 8px;
    color: #FFFFFF;
    background: #4C83C1;
    border-radius: 25px;
}
.m2-login-register-form button{
    padding: 7px 62px;
    gap: 8px;
    color: #FFFFFF;
    background: #4C83C1;
    border-radius: 25px;
}
.m2-login-register-form a{
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: right;
    text-transform: uppercase;
    color: #4C83C1;
}
.m2-login-register-form .input-group {
    margin-top: -7px;
    float: right;
}
.m2-login-register-form2{
    margin-right: 60px;
}
.m2-login-register-form3{
    margin-right: 45px;
}
#menu-register.show .modal-dialog{
    left: -25%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}
  /*End Menu CSS*/
/*Start footer CSS*/
.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #DCE6F233;
    border-radius: 4px 100px 4px 4px;
    padding: 77px 96.24px 50px 0;
    margin-top: 20px;

}
.footer-section-one {
    width: 28%;
    margin-bottom: 10px;
}
.footer-section-one img{
    margin-top: -19px;
    margin-bottom: 26px;
}
.footer-section-one p{
    font-weight: 400;
    font-size: 11px;
    line-height: 200%;
    color: #4F4F4F;
}
.m2-footer-line{
    border:  1px solid #4F4F4F;
    transform: rotate(180deg);
    margin-top: 59px;
}
.footer-section-one h4{
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #828282;
    margin-top: 5px;
    margin-right: 5px;
}
.footer-section-two {
    width: 35%;
    margin-bottom: 70px;
}
.footer-section-three {
    width: 10%;
    margin-bottom: 10px;
}
.footer-section-three div{
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    color: #4F4F4F;
    padding-bottom: 9px ;
}
.footer-section-four {
    width: 15%;
    margin-bottom: 10px;
}
.footer h3  {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 27px;
}
.footer-section-four ul li{
    font-weight: 400;
    font-size: 12px;
    line-height: 217%;
    color: #4F4F4F;
}
.footer-section-four ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.footer-section-four ul li a:hover {
    color: #000;
}
/*End footer CSS*/
/*Start slider-home CSS*/
.home-slider{
    width: 92%;
    height: 471px;
    background: #D9D9D9;
    border-radius: 100px 4px;
    margin-bottom: 89px;
}
.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: #FFFFFF;
}
.carousel-item img{
    width: 1083px;
    height: 470px;
    background: #D9D9D9;
    border-radius: 100px 4px;
}
.carousel-caption h5{
   font-weight: 900;
    font-size: 23px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: right;
    color:#FFFFFF;
}
/*End slider-home CSS*/
/*Start first-section-home CSS*/
.home-first{
    width: 70%;
    margin-top: -30px;
}
.home-first h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #4C83C1;
}
.m2-part-1{
    margin-bottom: -20px;
}
.m2-part-1 div{
    width: 231px;
    height: 6px;
    background: linear-gradient(270deg, rgba(234, 229, 229, 0) -10.64%, #4C83C1 102%);
    border-radius: 50px 0;
    transform: rotate(-180deg);
    display: inline-block;
}
.m2-part-2 div{
    width: 284px;
    height: 6px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) -10.64%, #4C83C1 102%);
    border-radius: 0 50px;
    display: inline-block;
}
.home-first p{
    width: 690px;
    font-weight: 400;
    font-size: 16px;
    line-height: 171%;
    color: #828282;
    margin-right: 110px;
}
/*End first-section-home CSS*/
/*Start second-section-home CSS*/
.m2-second-section-home{
    margin-top: 100px;
}
.m2-second-section-home h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #4C83C1;
    padding-right: 35px;
}
.m2-second-section-home .m2-margin-film-home{
    margin-left: -50px
}

/*End second-section-home CSS*/
/*Start third-section-home CSS*/
.m2-third-title-home{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #4C83C1;
    margin-top: 79px;
    margin-bottom: 42.09px;
}
.m2-btn1{
    width: 259.51px;
    height: 180.81px;
    background: #FFFFFF;
    border: 0.5px solid #4F4F4F;
    border-radius: 5px 97px 5px 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:#4F4F4F;
}
.m2-border1{
    width: 267px;
    height: 189px;
    border: 2px solid #828282;
    border-radius: 5px 97px 5px 5px;
    padding: 2px 2px 0 0;
    margin-left: 10px;
    margin-bottom: 10px;
}
.m2-btn2{
    width: 259.51px;
    height: 180.81px;
    background: #FFFFFF;
    border: 0.5px solid #4F4F4F;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:#4F4F4F;
}
.m2-border2{
    width: 267px;
    height: 189px;
    border: 2px solid #828282;
    border-radius: 5px;
    padding: 2px 2px 0 0;
    margin-left: 10px;
    margin-bottom: 10px;
}
.m2-btn3{
    width: 259.51px;
    height: 180.81px;
    background: #FFFFFF;
    border: 0.5px solid #4F4F4F;
    border-radius: 100px 6px 6px 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
;
}
.m2-border3{
    width: 267px;
    height: 189px;
    border: 2px solid #828282;
    border-radius: 100px 6px 6px 6px;
    padding: 2px 2px 0 0;
    margin-bottom: 10px;
}
.m2-third-section-home .btn:hover{
    border-color: unset;
}
.m2-border4{
    width: 823px;
    height: 130px;
    border: 2px solid #828282;
    border-radius: 6px 6px 50px 50px;
    padding: 2px 2px 0 0;
}
.m2-border5 {
    width: 815.51px;
    height: 121.81px;
    background: #FFFFFF;
    border: 0.5px solid #828282;
    border-radius: 6px 6px 50px 50px;
}
.m2-content-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 80px;
    position: absolute;
    width: 694px;
    height: 64px;
    left: calc(50% - 694px/2);
    margin-top: 20px;
}
.m2-content-box button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
}
.tabcontent {
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.deactivate-pointer  {
    pointer-events: none !important;
}
.book:hover > .img, .book > .hover_img , .book > .active_img ,.book.active > .img, .book > .hover_img , .book > .active_img,
.film:hover > .img, .film > .hover_img , .film > .active_img,.film.active > .img, .film > .hover_img , .film > .active_img,
.speech:hover > .img, .speech > .hover_img , .speech > .active_img,.speech.active > .img, .speech > .hover_img , .speech > .active_img,
.articles:hover > .img, .articles > .hover_img , .articles > .active_img,.articles.active > .img, .articles > .hover_img , .articles > .active_img,
.music:hover > .img, .music > .hover_img , .music > .active_img,.music.active > .img, .music > .hover_img , .music > .active_img,
.intertainment:hover > .img, .intertainment > .hover_img , .intertainment > .active_img,.intertainment.active > .img, .intertainment > .hover_img , .intertainment > .active_img {
    display: none !important;
}
.book:hover > .hover_img,.book.active > .active_img,.film:hover > .hover_img,.film.active > .active_img,
.speech:hover > .hover_img,.speech.active > .active_img,.articles:hover > .hover_img,.articles.active > .active_img,
.music:hover > .hover_img,.music.active > .active_img,.intertainment:hover > .hover_img,.intertainment.active > .active_img {
    display: block !important;
}
/*card-book*/
.m2-third-home-card-book{
    width: 1092px;
    height: 295px;
    margin-right: 150px;
    margin-top: 30px;
}
.m2-card-book{
    width: 160px;
    height: 280px;
    background-color: #FFFFFF;
    /*filter: drop-shadow(0px 4px 4px rgba(102, 102, 102, 0.5));*/
    border-radius: 6px;
}
.m2-card-book .m2-title-book {
    margin-top: 9px;
    margin-right: 3px;
}
.m2-card-book .m2-title-book h3{
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    max-width: 17ch;
}
.m2-card-book h4{
    margin-right: 6px;
    font-weight: 400;
    font-size: 10px;
    color: #4F4F4F;
}
.m2-sub-book{
    margin-top: -11px;
}
.m2-card-book  .m2-sub-book h5{
    font-weight: 400;
    font-size: 10px;
    color: #14181F;
}
/*start source page*/
.m2-bg-section-source{
    background-image: url("../images/bg-source.png");
}
.m2-submenu-loc{
    width: 8% !important;
}
.m2-third-home-card-source {
    width: 86%;
    height: 350px;
    margin-right: 90px;
    margin-top: 30px;
    overflow: hidden;
}
.m2-title-source{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #015790;
    margin-right: 110px;
}
.m2-title-source a{
    color: #015790;
}
.m2-btn-source{
    padding: 16px 32px;
    width: 201px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #015790;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #015790;
}
/*end source page*/
/*card-film*/
.m2-third-home-card-film{
    width: 86%;
    height: 305px;
    margin-right: 90px;
    margin-top: 30px;
}
.m2-card-film{
    width: 184px;
    height: 304px;
    background-color: #FFFFFF;
    /*filter: drop-shadow(0px 4px 4px rgba(102, 102, 102, 0.5));*/
    border-radius: 6px;
}
.m2-card-film .m2-title-film {
    margin-top: 9px;
    margin-right: 4px;
}
.m2-card-film .m2-title-film h3 ,.overlay .m2-title-film h3,.overlay1 .m2-title-film h3{
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    max-width: 140px;
}
.overlay2 .m2-title-film h3{
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    max-width: 140px;
}
.overlay .m2-title-film h3{
    max-width: 14ch;
}
.m2-abstract p{
    max-height: 130px;
    overflow: hidden;
    font-weight: 500;
    font-size: 11px;
    line-height: 150%;
    color: #767474;
    text-align: justify;
    text-justify: inter-word;
}
.overlay {
    position: relative;
    height: 304px;
    background: rgb(255, 255, 255);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -165% auto;
    border-radius: 6px;
}
.overlay1,.overlay2 {
    position: absolute;
    height: 304px;
    background: rgb(255, 255, 255);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -165% auto;
    border-radius: 6px;
}
.m2-third-home-card-source .m2-card-book-margin .overlay1{
    margin: -175% auto !important;
    height: 280px;
}
#book-slider .owl-stage-outer .owl-stage .owl-item .overlay1 {
    margin: -154% auto !important;
    height: 280px;
    width: 88%;
}
#film-slider .owl-stage-outer .owl-stage .owl-item .overlay1{
    margin: -169% auto;
    width: 102%;
}
#m2-speech .overlay1{
    height: 333px;
    margin: -106% auto;
    width: 100%;
}
#m2-speech .overlay2{
    height: 333px;
    margin: -179% auto;
    width: 100%;
}
#speech-slider .overlay1{
    height: 337px;
    margin: -108% auto;
    width: 101%;
}
#speech-slider .overlay2{
    height: 316px;
    margin: -115% auto;
    width: 69%;
}
.box1,.box{
    position: relative;
}
.box:hover .overlay,.box1:hover .overlay1,.box1:hover .overlay2 {
    opacity: 1;
}
.m2-card-film h4,.overlay h4 ,.overlay1 h4,.overlay2 h4{
    margin-right: 6px;
    font-weight: 400;
    font-size: 10px;
    color: #4F4F4F;
}
.m2-sub-film{
    margin-top: -11px;
}
.m2-card-film  .m2-sub-film h5,.overlay .m2-sub-film h5,.overlay1 .m2-sub-film h5 ,.overlay2 .m2-sub-film h5{
    font-weight: 400;
    font-size: 10px;
    color: #14181F;
}
/*other-card*/
.m2-third-home-card-other{
    width: 1092px;
    height: 356px;
    margin-right: 90px;
    margin-top: 30px;
}
.m2-card-speech{
    width: 186px;
    height: 315px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}
.box1 a img{
    width: 100% !important;
    opacity: 1;
}
.m2-speech-img{
    background: #4C83C1;
    opacity: 0.75;
    border-radius: 6px 6px 0px 0px;
}
.m2-age-star-speech{
    margin-top: 15px;
}
.m2-star-speech{
    height: 16.65px;
}



.m2-card-other{
    width: 314px;
    height: 334px;
    filter: drop-shadow(0px 4px 4px rgba(102, 102, 102, 0.5));
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.m2-other-img{
    background: #4C83C1;
    opacity: 0.75;
    border-radius: 6px 6px 0px 0px;
}
.m2-age-star-other{
    margin-top: 15px;
}
.m2-star-other{
    height: 16.65px;
}
/*star rating*/
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:19px;
    color: #BDBDBD;

}
.rate:not(:checked) > label:before {
    content: '★';
}
.rate > input:checked ~ label {
    color: #828282;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #828282;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #828282;
}
.m2-age-other{
    width: 52.61px;
    height: 17.27px;
    font-weight: 600;
    font-size: 10px;
    line-height: 0;
    text-align: center;
    color: #3B9366;
    float: left;
}
.m2-title-other h3{
    font-weight: 700;
    font-size: 14px;
    color: #14181F;
}
#speech .m2-title-other h3{
    line-height: 150%;
}
.m2-subtitle-other h4{
    font-weight: 400;
    font-size: 10px;
    line-height: 0;
    color: #4F4F4F;

}
.m2-sub-other h4{
    font-weight: 500;
    font-size: 11px;
    line-height:0;
    color: #14181F;
    max-width: 20ch;
}
.m2-subtitle-other h5 {
    font-weight: 400;
    font-size: 10px;
    line-height: 0;
    color: #4F4F4F;
}
.m2-sub-other h5{
    font-weight: 400;
    font-size: 10px;
    line-height: 0;
    color: #4F4F4F;
}
.owl-carousel .owl-item img{
    width: unset;
}
.m2-cover-owl-img{
    width: 100% !important;
}
.owl-carousel .owl-stage-outer {
    overflow-y: unset;
    overflow-x: clip;
}

/*End third-section-home CSS*/
/*Start forth-section-home CSS*/
.m2-forth-home{
    width: 1200px;
    height: 544px;
    margin-top: 44px;
    margin-bottom: 100px;
}
.m2-forth-title-home{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.15px;
    color: #4C83C1;
}
.m2-qt1{
    position: absolute;
    width: 44px;
    height: 43px;
    right: 16%;
    top: 39%;
}
.m2-text{
    width: 304px;
    height: 144px;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #828282;
    margin-top: 25%;
    margin-right:25%;
    overflow: hidden;
}
.m2-qt2{
    position: absolute;
    width: 44px;
    height: 44px;
    right: 82%;
    top: 86%;
    display: none;
}
.m2-speaker{
    position: absolute;
    font-weight: 400;
    font-size: 14.22px;
    line-height: 171%;
    text-align: right;
    color: #828282;
    top: 105%;
    right: 17%;
}
.m2-forth-experience{
    position: absolute;
    width: 159px;
    height: 27px;
    font-weight: 400;
    font-size: 16px;
    line-height: 171%;
    text-decoration-line: underline;
    color: #4C83C1;
    top: 130%;
    right: 17%;
}
.m2-home-forth-bg1{
    position: absolute;
    right: 25.5%;
    top: 25%;
    border-radius: 100px 4px 4px 4px;
}
.m2-home-forth-bg{
    position: absolute;
    left: 38%;
    top: 99%;
    border-radius: 6px 6px 100px 6px;
}
.m2-bg-back{
    width: 321.01px;
    height: 227.44px;
    position: absolute;
    left: 35.5%;
    top: 95%;
    background: #ffffff;
    border-radius: 6px 6px 100px 6px;
}
/*End forth-section-home CSS*/

/*Start Archive CSS*/
.m2-archive-film-addition-content{
    background-image: url("../images/icon/addition-content.png");
    background-size: cover;
    background-clip: unset;
    position: relative;
}
.m2-archive-film-addition-content h2{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #015790;
}
.m2-archive-film-addition-content h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #767474;
}
.m2-archive-film-addition-content p{
    font-weight: 400;
    font-size: 12px;
    line-height: 171%;
    color: #666666;
}
.m2-archive-film-title-addition-content{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #4C83C1;
}

/* The flip card container  */
.flip-card {
    background-color: transparent;
    border-radius: 28px;
    Width:174.68px;
    Height:173.85px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-first{
    background-color: transparent;
    border-radius: 28px 50% 28px 28px;
    Width:174.68px;
    Height:173.85px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-last{
    background-color: transparent;
    border-radius: 28px 28px 28px 50%;
    Width:174.68px;
    Height:173.85px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 4s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner , .flip-card-first:hover .flip-card-inner , .flip-card-last:hover .flip-card-inner {
    transform: rotatex(180deg);
}
.flip-card-first:hover .flip-card-inner .flip-card-front-first , .flip-card-last:hover .flip-card-inner .flip-card-front-last {
    border-radius: 50%;
}
/* Position the front and back side */
.flip-card-front, .flip-card-back ,.flip-card-front-first, .flip-card-back-first ,.flip-card-front-last, .flip-card-back-last{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #4C83C1;
    display: grid;
    align-items: center;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #FFFFFF;
    filter: drop-shadow(-17px -33px 15px rgba(0, 0, 0, 0.01)) drop-shadow(-10px -19px 13px rgba(0, 0, 0, 0.05)) drop-shadow(-4px -8px 9px rgba(0, 0, 0, 0.09)) drop-shadow(-1px -2px 5px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
    border-radius: 28px;
    Width:174.68px;
    Height:173.85px;
}
.flip-card-front-first {
    background-color: #FFFFFF;
    filter: drop-shadow(-9px -28px 12px rgba(0, 0, 0, 0.01)) drop-shadow(-5px -16px 10px rgba(0, 0, 0, 0.05)) drop-shadow(-2px -7px 7px rgba(0, 0, 0, 0.09)) drop-shadow(-1px -2px 4px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
    border-radius: 28px 100px 28px 28px;
    Width:174.68px;
    Height:173.85px;
}
.flip-card-front-last {
    background-color: #FFFFFF;
    filter: drop-shadow(-15px -21px 10px rgba(0, 0, 0, 0.01)) drop-shadow(-8px -12px 9px rgba(0, 0, 0, 0.05)) drop-shadow(-4px -5px 6px rgba(0, 0, 0, 0.09)) drop-shadow(-1px -1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(-2px 4px 6px rgba(76, 131, 193, 0.21));
    border-radius: 28px 28px 28px 50%;
    Width:174.68px;
    Height:173.85px;
}
/* Style the back side */
.flip-card-back {
    background-color: #4C83C1;
    transform: rotatex(180deg);
    border-radius: 28px;
    Width:174.68px;
    Height:173.85px;
}
.flip-card-back-first {
    background-color: #4C83C1;
    transform: rotatex(180deg);
    border-radius: 28px 50% 28px 28px;
    Width:174.68px;
    Height:173.85px;
}
.flip-card-back-last {
    background-color: #4C83C1;
    transform: rotatex(180deg);
    border-radius: 28px 28px 28px 50%;
    Width:174.68px;
    Height:173.85px;
}
.flip-card-back p{
    color: #ffffff;
}
.flip-card-back-first p{
    color: #ffffff;
}
.flip-card-back-last p{
    color: #ffffff;
}
.m2-archive-bg{
    background: #ffffff;
}
/*DetailComponent Css*/
.archive-breadcrumb{
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border-top: 0.1px solid #F2F2F2;
    border-bottom: 0.1px solid #F2F2F2;
    padding-right: 15px;
}
.archive-breadcrumb h4 ,.archive-breadcrumb a{
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
}
.archive-breadcrumb h4{
    margin-right: 5px;
    color: #828282;
}
.archive-breadcrumb a{
    color: #4F4F4F;
}
.archive-menu{
    width: 100%;
    height: 179px;
}
.archive-menu ul{
    gap: 8px;
}
.archive-menu ul li{
    width: 116px;
    height: 85px;
    background: #FFFFFF;
    box-shadow: 0px 32px 13px rgba(0, 0, 0, 0.01), 0px 18px 11px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.09), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.archive-menu ul li:first-child{
    width: 130px;
    height: 85px;
    box-shadow: 39px 25px 18px rgba(0, 0, 0, 0.01), 22px 14px 16px rgba(0, 0, 0, 0.05), 10px 6px 12px rgba(0, 0, 0, 0.09), 2px 2px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 100px 6px;
}
.archive-menu ul li:last-child{
    width: 134px;
    height: 85px;
    box-shadow: -41px 23px 19px rgba(0, 0, 0, 0.01), -23px 13px 16px rgba(0, 0, 0, 0.05), -10px 6px 12px rgba(0, 0, 0, 0.09), -3px 1px 6px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 100px 6px 6px 6px;
}
.m2-img-center-first{
    display: block;
    margin-right: 35%;
    margin-top: 11%;
}
.m2-img-center-last{
    display: block;
    margin-right: 27%;
    margin-top: 11%;
}
.m2-img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11%;
}
.archive-detail h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #015790;
}
.archive-detail p{
    width: 70.3%;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #6D7280;
    text-align: justify;
    text-justify: inter-word;
}
.archive-detail a span{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #4C83C1;
    margin: 0 0 0 10px;
}
.archive-detail a {
    width: 23%;
}
/*FilterComponent Css*/
.archive-filter{
    width: 247px;
    margin-right: 100px;
}
.archive-filter h2{
    font-size: 20px;
    line-height: 150%;
    color: #015790;
}
.m2-archive-filter-title{
    height: 48px;
    background: #FFFFFF;
    border-radius: 100px 12px 0px 0px;
    filter: drop-shadow(0px 2px 6px rgba(102, 102, 102, 0.5));
}
.m2-archive-filter-title span{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #015790;
}
.m2-archive-filter-box{
    height: 1058px;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px rgba(102, 102, 102, 0.5);
    border-radius: 0px 0px 12px 12px;
}
.m2-archive-filter-box h2{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #4C83C1;
}
.m2-btn-archive-filter{
    width: 118px;
    height: 31px;
    padding: 3px 15px;
    background: #FFFFFF;
    border: 1px solid #828282;
    border-radius: 25px;
    margin: 3px 2px;
    color: #828282;
}
.m2-btn-archive-filter:hover{
    background: #4C83C1;
    border:  #4C83C1;
    color: #ffffff;
}
.m2-bg-icon{
    margin-right: 80px;
    margin-bottom: -50px;
    margin-top: -135px;
}
.m2-btn-archive-filter2:hover{
    background: #FFFFFF;
    border: 1px solid #828282;
    color: #828282;
    cursor: none !important;
}
.m2-checked{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.m2-btn-archive-filter-active {
    background-color: #4C83C1;
    color: #ffffff;
}
.m2-archive-filter-line{
    opacity: 0.2;
    border-bottom: 1px solid #4C83C1;
}
.m2-first-third-filter label{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #BDBDBD;
    padding: 8px;
    margin-right: 28px;
}
.m2-first-forth-filter button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
}
.m2-first-fifth-filter .m2-btn-archive-filter{
    display: flex;
}
.m2-first-third-filter input{
    width: 27px;
    height: 28px;
    border: 2px solid #BDBDBD;
    border-radius: 6px !important;
}
.m2-btn-lang{
    width: 70px;
    padding: 3px 17px;
}
/*ContentComponent Css*/
.archive-content{
    width: 100%;
}
.m2-archive-height{
    height: 300px;
}
.m2-archive-height-speech {
    height: 355px;
}
.m2-form-select{
    width: 200px;
    height: 43px !important;
    background: #FFFFFF;
    border: 2px solid #B3B6B9;
    border-radius: 6px;
    background-image: url("../images/icon/Play1.png");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    color:#B3B6B9;
}
.m2-form-select:focus{
    color: #14181F ;
}
.m2-content-archive-box {
    height: 50%;
}
.m2-archive-overlay{
    margin: -196% auto !important;
    width: 112% !important;
    height: 280px;
}
.m2-archive-height-speech .overlay1{
    height: 333px;
    margin: -100% auto;
    border-radius: 6px;
    width: 94%;
}
.m2-archive-height-speech .overlay2{
    height: 315px;
    margin: -126% auto;
    border-radius: 6px;
    width: 75%;
}
.m2-full-list-button {
    padding: 15px 75px;
    background: #FFFFFF;
    border: 2px solid #015790;
    border-radius: 25px;
    display: flex;
    justify-content: center;
}

.m2-v-input-filter {
    background: #FFFFFF !important;
    border: 2px solid #B3B6B9 !important;
    border-radius: 6px !important;
}

.v-input__details {
    grid-area: unset !important;
}

.v-label.v-field-label {
    margin-inline-start: -30px !important;
    max-width: unset !important;
    top: 5px !important;
}
#m2-accordionFlushExample .accordion-header button{
    font-size: 18px !important;
    line-height: 150% !important;
    color: #767474 !important;
}
#m2-accordionFlushExample .accordion-item .accordion-collapse div{
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150% !important;
    color: #767474 !important;
}
.m2-archive-accordion {
    --bs-accordion-bg: #fff !important;
    --bs-accordion-border-color: #4C83C1;
    --bs-accordion-border-width: 2px;
}
.m2-archive-accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
   margin-right: 60px;
}
.m2-archive-accordion .accordion-button::after {
    padding-right: 60px;
}
.m2-archive-accordion .accordion-button:focus{
    border: unset;
    box-shadow: unset;
}
.m2-archive-accordion .accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: unset;
}
/*End Archive CSS*/
/* dyansty */
.m2-dynasty{
    padding-right: 8%;
}
.m2-dynasty-speecher{
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #015790 ;
    margin-top: -15px;
}
.m2-dynasty-subject{
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    color: #14181F ;
}
.m2-dynasty-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #6D7280 ;
}
.m2-dynasty-first-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
    text-align: right;
    color: #14181F;
}
.m2-dynasty-first-subtitle{
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0;
    text-align: right;
    color: #4C83C1;
}
.m2-dynasty-first-subtitle-else{
    margin-top: 50px;
}
.card {
    width: 190px;
    height: 190px;
    border: 1px solid #ccc;
    border-radius: 5px 25px 5px 5px;
    position: relative;
    padding: 0;
}
.card2 {
    width: 186px;
    height: 315px;
    border: 1px solid #ccc;
    border-radius: 5px 25px 5px 5px;
    position: relative;
    padding: 0;
    background: #ffffff;
}
.card2 .m2-speech-img{
    background: unset;
    width: 185px !important;
}
.card2 .card-details{
    padding-top: 20px;
}
.card-image {
    width: 188px;
    height: 135px;
    background-color: #ffffff;
    border-radius: 5px 25px 5px 5px;
}
.card-image img{
    border-radius: 5px 25px 5px 5px;
}
.card-image1 {
    height: 110px;
}
.card-details {
    padding: 10px;
    padding-top: 2px;
}
.title {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
}

.author {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
}

.tagline {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0;
    padding-top: 10px;
}
.triangle {
    width: 26px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/icon/dyansty.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.m2-dynasty1 {
    display: flex;
    flex-wrap: wrap;
}
.m2-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -30px !important;
}

.card-item {
    flex: 0 0 10%; /* چهار کارت در یک ردیف (100% / 4) */
    padding: 0; /* فاصله‌ای بین کارت‌ها */
    box-sizing: border-box;
}

.card-tak {
    width: 190px;
    height: 315px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    padding: 0;
}
.card-image-tak {
    width: 188px;
    height: 170px;
    background-color: #ffffff;
    border-radius: 5px ;
}
.card-image-tak img{
    width: 189px;
    height: 170px;
    border-radius: 5px ;
}
.card-details-tak {
    padding: 10px;
    padding-top: 2px;
}
.title-tak {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0;
    padding-top: 2px;
    color: #14181F;
}

.author-tak {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: #14181F;
    padding-top: 2px;
}

.tagline-tak {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    color: #4F4F4F;
    padding-top: 40px;
}

.m2-dynasty1-tak {
    display: flex;
    flex-wrap: wrap;
}
.box11 {
    flex: 0 0 20%; /* تعیین عرض هر کارت بر اساس تعداد کارت‌ها در هر ردیف */
    max-width: 20%; /* حداکثر عرض هر کارت برای جلوگیری از تغییر اندازه کارت‌ها */
}
.m2-dynasty-over{
    height: 313px;
    margin: -775% auto;
    width: 461%;
}
.m2-view-post{
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #4C83C1 ;
}
.m2-orderby-archive{
    width: 187px;
    height: 47px;
    padding: 8px 30px 8px 8px;
    border-radius: 25px;
    border: 1px solid #4F4F4F;
    appearance: none;
    background-image: url('../images/icon/arrow-b.png');
    background-repeat: no-repeat;
    background-position: 25px center;
    background-color: #F8FAFD;
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}
.m2-orderby-archive-else{
    margin-top: -50px;
}
/*-----Start CEI-------*/
.m2-cei-height{
    height: 600px;
}
.m2-circle-main {
    margin: 3% 10%;
}
.m2-circle-btn{
    width: 132px;
    height: 132px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 0 solid #fff;
    /*filter: drop-shadow(10px 10px 20px rgba(76, 131, 193, 0.31)) drop-shadow(-10px -10px 20px rgba(255, 255, 255, 0.30));*/
    z-index: 3;
}
.m2-god-religion-margin{
    margin-right: -10px;
}
.m2-god-filter {
    background: var(--GodColor, linear-gradient(138deg, #FFE9BA 19.46%, #FFF 69.47%), #FFF);
    border: 0.5px solid #4C5860;
    color:  #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-prophecy-filter{
    background: linear-gradient(136deg, #FDC0B7 -8.41%, #FFF 65.99%), #FFF;
    border: 0.5px solid #4C5860;
    color:  #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
    margin-right: -10px;
}
.m2-resurrection-filter{
    background:  linear-gradient(323deg, #FFF 23.33%, #D4FAEA 87.94%) ;
    background-color: #FFF;
    border: 0.5px solid #4C5860;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
    margin-right: -10px;
}
.m2-norms-filter{
    background: var(--Shariyat-Color, linear-gradient(123deg, #FFCCAD 3.42%, #FFF 70.9%), #FFF);
    border: 0.5px solid #4C5860;
}
.m2-circle-btn-ethics{
    background-image: linear-gradient(195deg, rgba(63, 148, 184, 0.25) 1.65%, rgba(226, 239, 244, 0.15) 80.66%);
    border: 0.5px solid #4C5860;
}
.m2-circle-btn-small{
    width: 76px;
    height: 76px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.m2-rectangle-pos-god{
    margin-right: -40px;
    margin-top: -13px;
}
.m2-rectangle-pos-prophecy{
    margin-right: -40px;
    margin-top: -17px;
}
.m2-rectangle-first-god{
    border-radius: 8px 50px 8px 8px;
}
.m2-rectangle-second-god{
    border-radius: 8px 8px 50px 8px;
}
.m2-rectangle-first-god ,.m2-rectangle-second-god{
    width: 242px;
    height: 80px;
    transition: width 1.5s linear ;
    transform-origin: right center;
    color: #2c2c2c;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    z-index: 2;
    border: 1px solid  #4C5860;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, #F9FAFD 0%, #F9FAFD 100%), rgba(76, 131, 193, 0.60);

}
.m2-rectangle-first-god:hover, .m2-rectangle-second-god:hover {
    width: 466.811px;
    padding-left: 50px;
    text-align: end;
}
.m2-rectangle-first-prophecy{
    border-radius: 4px 50px 4px 4px;
}
.m2-rectangle-second-prophecy{
    border-radius: 4px 4px 50px 4px;
}
.m2-rectangle-third-prophecy{
    border-radius: 4px 4px 50px 4px;
}
.m2-rectangle-first-prophecy,.m2-rectangle-second-prophecy,.m2-rectangle-third-prophecy{
    width: 372.022px;
    height: 54.152px;
    border: 1px solid #4C5860;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F9FAFD;
    transition: width 1.5s linear ;
    transform-origin: right center;
    color:  #14181F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.m2-rectangle-first-prophecy:hover, .m2-rectangle-second-prophecy:hover , .m2-rectangle-third-prophecy:hover {
    width: 458.811px;
    padding-left: 50px;
    text-align: end;
}
.m2-rectangle-pos-resurrection {
    margin-right: -40px;
    margin-top: -75px;
}
.m2-rectangle-first-resurrection,.m2-rectangle-first-resurrection2,.m2-rectangle-first-resurrection3{
    border-radius: 4px 50px 4px 4px;
}
.m2-rectangle-second-resurrection ,.m2-rectangle-third-resurrection ,.m2-rectangle-forth-resurrection,
.m2-rectangle-second-resurrection2,.m2-rectangle-third-resurrection2 ,.m2-rectangle-forth-resurrection2,
.m2-rectangle-second-resurrection3,.m2-rectangle-fifth-resurrection3,.m2-rectangle-forth-resurrection3{
    border-radius: 4px 4px 4px 4px;
}
.m2-rectangle-fifth-resurrection,.m2-rectangle-fifth-resurrection2,.m2-rectangle-third-resurrection3{
    border-radius: 4px 4px 50px 4px;
}
.m2-rectangle-first-resurrection,.m2-rectangle-second-resurrection,.m2-rectangle-third-resurrection,
.m2-rectangle-forth-resurrection,.m2-rectangle-fifth-resurrection{
    width: 372.88px;
    height: 54.152px;
    background: #FFF;
    border: 1px solid #4C5860;
    transition: width 1.5s linear ;
    transform-origin: right center;
    color:  #14181F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.m2-rectangle-first-resurrection3,.m2-rectangle-second-resurrection3,.m2-rectangle-third-resurrection3,
.m2-rectangle-forth-resurrection3,.m2-rectangle-fifth-resurrection3{
    width: 272.08px;
    height: 54px;
    border: 0.5px solid #4C5860;
    background: #FFF;
    transition: width 1.5s linear ;
    transform-origin: right center;
    color:  #14181F;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    z-index: 2;
    padding-right: 55px;
}
.m2-rectangle-first-resurrection2,.m2-rectangle-second-resurrection2,.m2-rectangle-third-resurrection2,
.m2-rectangle-forth-resurrection2,.m2-rectangle-fifth-resurrection2{
    width: 411px;
    height: 54px;
    border: 1px solid #4C5860;
    background: #FFF;
    transition: width 1.5s linear ;
    transform-origin: right center;
    color:  #14181F;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    z-index: 2;
    padding-right: 50px;
}
.m2-rectangle-first-resurrection:hover,.m2-rectangle-second-resurrection:hover,.m2-rectangle-third-resurrection:hover,
.m2-rectangle-forth-resurrection:hover,.m2-rectangle-fifth-resurrection:hover{
    width: 467.901px;
    padding-left: 50px;
    text-align: end;
}
.m2-rectangle-first-resurrection2:hover,.m2-rectangle-second-resurrection2:hover,.m2-rectangle-third-resurrection2:hover,
.m2-rectangle-forth-resurrection2:hover,.m2-rectangle-fifth-resurrection2:hover{
    width: 575.904px;
    text-align: center;
}
.m2-rectangle-first-resurrection3:hover,.m2-rectangle-second-resurrection3:hover,.m2-rectangle-third-resurrection3:hover,
.m2-rectangle-forth-resurrection3:hover,.m2-rectangle-fifth-resurrection3:hover{
    width: 576px;
    text-align: center;
}
.m2-active2{
    width: 467.901px;
    border: 1px solid #E6EAF3;
    background: #ffffff;
    box-shadow: 10px 10px 20px 0 rgba(194, 206, 240, 0.57), -10px -10px 20px 0 rgba(255, 255, 255, 0.50);
    padding-left: 50px;
    text-align: end;
}
.m2-active{
    width: 467.901px;
    border: 1px solid #E6EAF3;
    background: linear-gradient(0deg, #91B3D9 0%, #91B3D9 100%), #F9FAFD;
    box-shadow: 10px 10px 20px 0 rgba(194, 206, 240, 0.57), -10px -10px 20px 0 rgba(255, 255, 255, 0.50);
    padding-left: 50px;
    text-align: end;
}
.m2-active-2{
    width: 575.904px;
    border: 1px solid #E6EAF3;
    background: linear-gradient(0deg, #91B3D9 0%, #91B3D9 100%), #F9FAFD;
    text-align: center;
}
.m2-active-2-ethics{
    border: 0.5px solid #547286;
    background: linear-gradient(0deg, #A3D7EB 0%, #A3D7EB 100%), #F9FAFD;
}
.m2-active-22{
    width: 575.904px;
    border: 1px solid #E6EAF3;
    background: #ffffff;
    text-align: center;
}
.m2-scroll-box,.m2-scroll-box2{
    width: 375px;
    height: 438px;
    border-radius: 8px;
    position: absolute;
    overflow: auto;
    direction: ltr;
    text-align: right;
    top:49.5%;
}
.m2-scroll-god-filter{
    border: 2px solid #4C5860;
    background: linear-gradient(293deg, rgba(255, 255, 255, 0.00) 0.64%, rgba(254, 228, 199, 0.40) 85.59%);
}
.m2-scroll-prophecy-filter{
    border: 2px solid #4C5860;
    background: linear-gradient(0deg, #FEF8F7 0%, #FEF8F7 100%), #FFF;
    box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.50), 5px 5px 10px 0 rgba(201, 197, 179, 0.50);
}
.m2-scroll-resurrection-filter{
    border: 2px solid #4C5860;
    background: linear-gradient(131deg, #F3FFFB -4.55%, #FFF 125.3%), #FFF;
    box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.50), 5px 5px 10px 0 rgba(201, 197, 179, 0.50);
}
.m2-scroll-box3-ethics-shadow{
    border-radius: 8px;
    border: 1px solid #5D7A8D;
    background: linear-gradient(327deg, rgba(255, 255, 255, 0.00) 18.75%, rgba(67, 173, 214, 0.20) 134.78%), #FFF;
    box-shadow: 10px 10px 20px 0 rgba(76, 131, 193, 0.31), -10px -10px 20px 0 rgba(255, 255, 255, 0.50);
}
.m2-norms-scroll-box-pos{
    top:40%;
}
.m2-scroll-box3,.m2-scroll-box3-ethics,.m2-scroll-box3-ethics3{
    width: 375px;
    height: 438px;
    border-radius: 8px;
    position: absolute;
    border: 2px solid rgba(76, 131, 193, 0.80);
    background: linear-gradient(0deg, rgba(76, 131, 193, 0.05) 0%, rgba(76, 131, 193, 0.05) 100%), #FFF;
    box-shadow: 10px 10px 20px 0 rgba(194, 206, 240, 0.57), -10px -10px 20px 0 rgba(255, 255, 255, 0.50);
    overflow: auto;
    direction: ltr;
    text-align: right;
    top:-65%;
}
.m2-scroll-norms-filter{
    border: 2px solid #4C5860 !important;
    background: linear-gradient(0deg, #FFF6F1 0%, #FFF6F1 100%), #FFF !important;
    box-shadow: -10px -10px 20px 0 rgba(255, 255, 255, 0.50), 5px 5px 10px 0 rgba(201, 197, 179, 0.50) !important;
}
.m2-scroll-box3,.m2-scroll-box3-ethics,.m2-scroll-box3-ethics3{
    animation-direction: alternate;
}
.m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active{
    animation: ltr 2s forwards;
}
.m2-scroll-box3.m2-scroll-active{
    animation: rtl 1.5s forwards;
}
.m2-scroll-box3-ethics.m2-scroll-active{
    animation: rtl-ethics 1.5s forwards;
}
.m2-scroll-box3-ethics3.m2-scroll-active{
    animation: rtl-ethics3 1.5s forwards;
}
.m2-scroll-box p{
    overflow: hidden;
    color: #14181F;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.m2-text1{
    padding: 40px 40px 0 40px;
}
.m2-text2{
    padding: 0 30px 30px 30px;
    direction: rtl;
}
.m2-text2 a {
    color: #0056b3;
    text-decoration: underline;
}
.m2-rectangle-first-subgod{
    width: 151px;
    height: 44px;
    padding: 16px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid  #4C5860;
    color:#2C2C2C;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    bottom: -143%;
    left: 175%;
}
.m2-rectangle-subgod{
    width: 294px;
    padding: 16px 24px;
    border: 1px solid  #4C5860;
    border-radius: 8px;
    background: #FFF;
    color:#2c2c2c;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    left: 120%;
    top: 223%;
}
.m2-rectangle-subgod2{
    width: 111px;
    padding: 16px 0;
    border: 1px solid #4C5860;
    border-radius: 8px;
    background: #FFF;
    color:#4F4F4F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    left: -269%;
    top: 130%;
}
.m2-rectangle-subgod2-ethics{
    width: 265px;
    padding: 16px 0;
    border: 1px solid #4C5860;
    border-radius: 8px;
    background: #FFF;
    color:#4F4F4F;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    left: -110%;
    top: 125%;
    z-index: 1;
}
.m2-rectangle-subgod22{
     width: 111px;
     padding: 16px 0;
     border: 1px solid #4C5860;
     border-radius: 8px;
     background: #FFF;
     color:#4F4F4F;
     text-align: center;
     font-size: 12px;
     font-style: normal;
     font-weight: 500;
     line-height: 100%;
     position: relative;
     left: -344%;
     top: 128%;
 }
/*.m2-rectangle-first-subgod:hover,.m2-rectangle-subgod:hover,.m2-rectangle-subgod2:hover,.m2-rectangle-subgod22:hover{*/
/*    border: 2px solid #4C83C1;*/
/*}*/
.m2-active3{
    border-radius: 8px;
    background: #91B3D9;
    box-shadow: 10px 10px 20px 0px #CCDCED, -10px -10px 20px 0px rgba(255, 255, 255, 0.50);
    position: relative;
    left: 41%;
}
.m2-active4{
    border-radius: 8px;
    background: #91B3D9;
    box-shadow: 10px 10px 20px 0px #CCDCED, -10px -10px 20px 0px rgba(255, 255, 255, 0.50);
}
hr.m2-hr2 {
    width: 37.363px;
    border-top: 2px solid #BDBDBD;
    transform: rotate(-90deg);
    left: 425px;
    bottom: -99%;
    position: relative;
    opacity: 1;
}
hr.m2-hr3 {
    width: 184px;
    border-top: 2px solid #BDBDBD;
    transform: rotate(-90deg);
    left: 156.5%;
    top: 154px;
    position: relative;
    opacity: 1;
}
hr.m2-hr4 {
    width: 23.578px;
    border-top: 2px solid #BDBDBD;
    left: 220%;
    top: 112px;
    position: relative;
    opacity: 1;
}
.m2-arrow-prophecy{
    width: 178.5px;
    height: 13px;
    top: 43%;
    position: relative;
    left: 2px;
}
.m2-arrow-prophecy2{
    width: 178.5px;
    height: 13px;
    top: 19%;
    position: relative;
    left: 2px;
}
.m2-arrow-prophecy3{
    width: 178.5px;
    height: 13px;
    top: 164%;
    position: relative;
    left: 41%;
}
.m2-arrow-prophecy4{
    width: 83px;
    height: 13px;
    top: 263%;
    position: relative;
    left: 50%;
}
.m2-arrow-prophecy5{
    width: 83px;
    height: 13px;
    top: 260%;
    position: relative;
    left: 50%;
}
.m2-arrow-prophecy6{
    width: 83px;
    height: 13px;
    top: 260%;
    position: relative;
    left: 50%;
}
.m2-arrow-prophecy7{
    height: 13px;
    top: 40%;
    position: relative;
    left: 1.2%;
    z-index: -1;
}
.m2-arrow-prophecy8{
    width: 63px;
    height: 13px;
    top: 169%;
    position: relative;
    left: -235%;
}
.m2-arrow-filter-ethics{
    filter: brightness(0) saturate(100%) invert(45%) sepia(18%) saturate(701%) hue-rotate(161deg) brightness(97%) contrast(80%);
}
.m2-arrow-prophecy8-ethics {
    width: 63px;
    height: 13px;
    top: 161%;
    position: relative;
    left: -110%;
}
hr.m2-hr3-2 {
    width: 171.902px;
    border-top: 2px solid #BDBDBD;
    transform: rotate(-90deg);
    left: -205%;
    top: 123px;
    position: relative;
    opacity: 1;
}
hr.m2-hr3-2-ethics {
    width: 343px;
    border-top: 2px solid #BDBDBD;
    transform: rotate(-90deg);
    left: -55%;
    top: 192px;
    position: relative;
    opacity: 1;
}
hr.m2-hr3-22 {
    width: 123.445px;
    border-top: 2px solid #BDBDBD;
    transform: rotate(-90deg);
    left: -279%;
    top: 99px;
    position: relative;
    opacity: 1;
}
hr.m2-hr4-2 {
    width: 23.578px;
    border-top: 2px solid #BDBDBD;
    left: -191%;
    top: 69px;
    position: relative;
    opacity: 1;
}
hr.m2-hr4-2-ethics {
    width: 23.578px;
    border-top: 2px solid #BDBDBD;
    left: -28.5%;
    top: 70px;
    position: relative;
    opacity: 1;
}
hr.m2-hr4-22 {
    width: 23.578px;
    border-top: 2px solid #BDBDBD;
    left: -243%;
    top: 71px;
    position: relative;
    opacity: 1;
}
.subgod2{
    position: absolute;
}
.m2-subactive-2{
    border: 2px solid #91B3D9;
    border-radius: 8px;
    background: #91B3D9;
}
.m2-subactive-2-ethics{
    border: 0.5px solid #547286;
    background: linear-gradient(0deg, #A3D7EB 0%, #A3D7EB 100%), #F9FAFD;
}
@keyframes rtl {
    from { opacity: 0; left: -450%;}
    to   { opacity: 1; left: -417%; }
}
@keyframes rtl-ethics {
    from { opacity: 0; left: -300%;}
    to   { opacity: 1; left: -210%; }
}
@keyframes rtl-ethics3 {
    from { opacity: 0; left: -450%;}
    to   { opacity: 1; left: -417%; }
}
@keyframes ltr {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 16.8%;}
}
@keyframes ltr1650 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 22%;}
}
@keyframes ltr1450 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 16.8%;}
}
@keyframes ltr-normsPage1450 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 17.5%;}
}
@keyframes ltr1300 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 4%;}
}
@keyframes ltr-normsPage1300 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 4%;}
}
@keyframes ltr1200 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 5%;}
}
@keyframes ltr1000 {
    from { opacity: 0; left: 0;}
    to   { opacity: 1; left: 0.5%;}
}
.subgod-active {
    animation: subgod 3s forwards;
}
@keyframes subgod {
    0%   {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        z-index: -1;
    }
    25%   {
        z-index: -1;
    }
    50%   {
        z-index: -1;
    }
    75%   {
        z-index: 0;
    }
    100% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 0;
    }
}

/*responsive mob */
/*religion mob*/
.m2-circle-btn-mob1 {
    width: 132px;
    height: 132px;
    background: var(--GodColor, linear-gradient(138deg, #FFE9BA 19.46%, #FFF 69.47%), #FFF);
    border-radius: 50%;
    border: 0.5px solid #4C5860;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-circle-btn-mob2 {
    width: 132px;
    height: 132px;
    background: var(--MaudColor, linear-gradient(323deg, #FFF 23.33%, #D4FAEA 87.94%), #FFF);
    border-radius: 50%;
    border: 0.5px solid #4C5860;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-circle-btn-mob3 {
    width: 132px;
    height: 132px;
    background: var(--NabovatColor, linear-gradient(136deg, #FDC0B7 0.11%, #FFF 66.05%), #FFF);
    border-radius: 50%;
    border: 0.5px solid #4C5860;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}

/*god mob*/
.m2-circle-first-mob{
    margin: 5%  7% 0 7%;
}
.m2-circle-second-mob{
    display: flex;
    justify-content: center;
}
.m2-circle-small-mob{
    width: 60px;
    height: 60px;
}
.m2-circle-big-mob{
    width: 128px;
    height: 128px;
}
.m2-circle-small-resurrection-mob{
    background: var(--MaudColor, linear-gradient(323deg, #FFF 23.33%, #D4FAEA 87.94%), #FFF);
    border: 0.5px solid #4C5860;
    box-sizing: border-box;
}
.m2-circle-small-prophecy-mob{
    background: var(--NabovatColor, linear-gradient(136deg, #FDC0B7 0.11%, #FFF 66.05%), #FFF);
    border: 0.5px solid #4C5860;
    margin-right: -10px;
    z-index: 2;
    position: relative;
}
.m2-c-t-sm-mob{
    color:#14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-circle-small-prophecy-w-mob{
    background: #ffffff;
    border: 0.5px solid #ffffff;
    margin-right: -64px;
    z-index: 1;
    position: relative;
    top: -4px;
}
.m2-circle-big-god-mob{
    background: var(--GodColor, linear-gradient(138deg, #FFE9BA 19.46%, #FFF 69.47%), #FFF);
    border: 0.5px solid #4C5860;
    z-index: 2;
    position: relative;
}
.m2-circle-big-god-w-mob{
    background: #ffffff;
    border: 0.5px solid #ffffff;
    margin-right: -127px;
    z-index: 1;
    position: relative;
}
.m2-c-t-big-mob{
    color:  #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-rectangle-god-mob{
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.move-down {
    top: 207px;
    margin-bottom: 50%;
    /*animation: god-mob-move 3s ease;*/
}
@keyframes god-mob-move {
    0%   {
        top:16px
    }
    100% {
        top:207px
    }
}
.move-down2 {
    top: 570px;
    /*animation: god-mob-move2 3s ease;*/
}
@keyframes god-mob-move2 {
    0%   {
        top:207px
    }
    100% {
        top:570px
    }
}
.move-down3 {
    top: 732px;
    /*animation: god-mob-move3 3s ease;*/
}
@keyframes god-mob-move3 {
    0%   {
        top:207px
    }
    100% {
        top:732px
    }
}
.m2-first-god-mob ,.m2-second-god-mob{
    display: flex;
    width: 328px;
    height: 56px;
    padding: 18px 24px 16px 25px;
    border: 1px solid #787253;
    background: #FFFFFF;
    margin-top: -4px;
    position: relative;
}
#first-god-mob .m2-first-god-mob{
    border-radius: 4px 24px 4px 4px;
}
#second-god-mob .m2-second-god-mob{
    border-radius: 4px 4px 24px 4px;
}
.m2-rectangle-god-mob h1 {
    color: #1C2F3B;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    top: 15px;
    position: absolute;
}
.m2-rectangle-god-mob h2 {
    color: #4F4F4F;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 4.5%;
    position: absolute;
    top: 1%;
    right: 5%;
}
.m2-god-icon-mob{
    position: absolute;
    left: 25px;
    bottom: 14px;
    transition: transform 0.3s ease;
}
.m2-subgod-icon-mob{
    position: absolute;
    left: 25px;
    bottom:9px;
    transition: transform 0.3s ease;
}
.rotate {
    transform: rotate(-90deg);
}
.m2-subgod{
    position: relative;
}
.m2-subgod-active {
    animation: subgod-mob 3s forwards;
}
@keyframes subgod-mob {
    0%   {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        z-index: -1;
    }
    25%   {
        z-index: -1;
    }
    50%   {
        z-index: -1;
    }
    75%   {
        z-index: 0;
    }
    100% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 0;
    }
}
.m2-first-subgod-mob ,.m2-first-subgod-mob-ex ,.m2-second-subgod-mob-ex
,.m2-second-subgod-mob-1 ,.m2-second-subgod-mob-2 ,.m2-second-subgod-mob-3{
    width: 303px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid rgba(120, 114, 83, 0.40);
    background: linear-gradient(293deg, rgba(255, 255, 255, 0.00) 0.64%, rgba(254, 228, 199, 0.40) 85.59%), #FFF;
    position: absolute;
    right: 24px;
    overflow: hidden;
    transition: height 0.3s ease;
}
.m2-first-subgod-mob-ex.active ,.m2-first-subgod-mob.active,.m2-second-subgod-mob-ex.active
,.m2-second-subgod-mob-1.active ,.m2-second-subgod-mob-2.active ,.m2-second-subgod-mob-3.active{
    height: auto;
}
.m2-first-subgod-mob-ex{
    top: 32px;
}
.m2-first-subgod-mob{
    top: 92px;
}
.m2-second-subgod-mob-ex{
    top: 32px;
}
.m2-second-subgod-mob-1{
    top: 92px;
}
.m2-second-subgod-mob-2{
    top: 152px;
}
.m2-second-subgod-mob-3{
    top: 212px;
}
.m2-hr-first-1, .m2-hr-first-2 {
    position: absolute;
    right: 7px;
}
.m2-hr-second-1 , .m2-hr-second-2 ,  .m2-hr-second-3 , .m2-hr-second-4{
    position: absolute;
    right: 4.5px;
    top: -10px;
}
.m2-text-box{
    padding: 60px 25px 25px 25px;
    color:  #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
}
/*ethics mob*/
.m2-rectangle-ethics-mob{
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: -5px;
}
.m2-circle-ethics-mob{
    width: 132px;
    height: 132px;
    border: 1px solid #4C5860;
    background: linear-gradient(287deg, #FFF 11.1%, #DEFBFF 88.28%), #FFF;
    z-index: 1;
    color:  #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-ethics-mob {
    display: flex;
    width: 328px;
    min-height: 55px;
    padding: 18px 24px 16px 25px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #547286;
    background: #FFF;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.ethics-content {
    color: #2C2C2C;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 25px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ethics-content-sub{
    color: #14181F;
    padding: 24px;
}
.m2-ethics-mob.active {
    border: 1px solid #4C5860;
    background: linear-gradient(283deg, rgba(255, 255, 255, 0.00) -24.38%, #E6FCFF 130.4%), #FFF;
    box-shadow: none;
}
.m2-ethics-mob.active .ethics-content {
    display: block;
    opacity: 1;
}
.m2-arrow-ethics-btn {
    position: absolute;
    top: 15px;
    left: 10px;
    transition: transform 0.3s ease;
}
.m2-ethics-mob.active .m2-arrow-ethics-btn {
    transform: rotate(-90deg);
}
.m2-ethics-sub-mob.active .m2-arrow-ethics-btn-sub{
    transform: rotate(-90deg);
}
.ethics-first {
    border-radius: 4px 24px 4px 4px;
}
.ethics-between {
    border-radius: 4px 4px 4px 4px;
}
.ethics-last {
    border-radius: 4px 4px 24px 4px;
}
.m2-ethics-mob .ethics-title {
    color: #2c2c2c;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}
.ethics-title {
    position: absolute;
    top: 15px;
    right: 10px;
}
.m2-sub {
    position: relative;
    margin-bottom: 72px; /* فاصله ۷۲ پیکسل از دکمه اصلی پایینی */
    display: flex;
    flex-direction: column;
    gap: 16px; /* فاصله بین دکمه‌های زیرمنو */
}
.m2-ethics-sub-mob {
    width: 305px;
    min-height: 44px;
    position: relative; /* تغییر به relative برای چیدمان بهتر */
    border-radius: 4px;
    border: 1px solid  #4C5860;
    background: linear-gradient(293deg, rgba(255, 255, 255, 0.00) 0.64%, rgba(166, 248, 185, 0.15) 85.59%), #FFF;
    margin-right: 24px;
}
/* حذف موقعیت‌های ثابت برای دکمه‌های زیرمنو */
.second-ethics-first-sub,
.second-ethics-second-sub,
.second-ethics-third-sub,
.fifth-ethics-first-sub,
.fifth-ethics-second-sub,
.fifth-ethics-third-sub,
.fifth-ethics-forth-sub,
.fifth-ethics-fifth-sub,
.fifth-ethics-sixth-sub{
    position: relative;
}
.m2-ethics-sub-mob .ethics-title {
    color: #1C2F3B;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.m2-arrow-ethics-btn-sub {
    position: absolute;
    top: 9px;
    left: 20px;
    transition: transform 0.3s ease;
}
.second-ethics-short-line1,
.second-ethics-short-line2,
.second-ethics-short-line3,
.fifth-ethics-short-line1,
.fifth-ethics-short-line2,
.fifth-ethics-short-line3,
.fifth-ethics-short-line4,
.fifth-ethics-short-line5,
.fifth-ethics-short-line6,
.second-ethics-second-1-line,
.second-ethics-second-2-line,
.fifth-ethics-fifth-1-7-line,
.fifth-ethics-fifth-2-3-line,
.fifth-ethics-fifth-4-line,
.fifth-ethics-fifth-5-6-line{
    position: absolute;
}
.second-ethics-second-1-line,
.second-ethics-second-2-line{
    right: 8px;
    top: -32px;
    z-index: -1;
}
.fifth-ethics-fifth-1-7-line,
.fifth-ethics-fifth-2-3-line,
.fifth-ethics-fifth-4-line,
.fifth-ethics-fifth-5-6-line {
    right: 8px;
    top: -38px;
    z-index: -1;
}
.second-ethics-short-line1, .fifth-ethics-short-line1 {
    top: 22px;
    right: 8px;
    z-index: -1;
}
.second-ethics-short-line2 , .fifth-ethics-short-line2{
    top: 82px;
    right: 8px;
    z-index: -1;
}
.second-ethics-short-line3 , .fifth-ethics-short-line3{
    top: 142px;
    right: 8px;
    z-index: -1;
}
.fifth-ethics-short-line4 {
    top: 202px;
    right: 8px;
    z-index: -1;
}
.fifth-ethics-short-line5 {
    top: 262px;
    right: 8px;
    z-index: -1;
}
.fifth-ethics-short-line6 {
    top: 322px;
    right: 8px;
    z-index: -1;
}
[class*="short-line"], [class*="second-1-line"], [class*="second-2-line"],
[class*="fifth-1-7-line"], [class*="fifth-2-3-line"], [class*="fifth-4-line"], [class*="fifth-5-6-line"] {
    transition: top 0.3s ease, opacity 0.3s ease;
}
/*slider for all*/
.m2-slider-ethics-mob li a {
    height: 32px;
    border-radius: 48px;
    border: 0.75px solid #4F4F4F;
    background: #FFF;
}
.m2-slider-ethics-mob li a span{
    color:#4F4F4F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
}
.m2-slider-ethics-mob li a.active {
    border: 1px solid #E1E1E1;
    background: #90CAF921;
}
.m2-slider-ethics-mob li a.active span {
    color: #407BFF;
}
/*prophecy mob*/
.m2-circle-prophecy-mob{
    width: 132px;
    height: 132px;
    border: 1px solid #4C5860;;
    z-index: 1;
    background: var(--NabovatColor, linear-gradient(136deg, #FDC0B7 0.11%, #FFF 66.05%), #FFF);
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.prophecy-mob.active{
    background: linear-gradient(97deg, #FEECEA -45.32%, #FFF 109.6%), #FFF;
    border: 1px solid #4C5860;
    box-shadow: none;
}
.last-btn-radius-mob{
    border-radius: 4px 4px 24px 4px;
}
/*resurrection mob*/
.m2-circle-resurrection-mob{
    width: 132px;
    height: 132px;
    background: var(--MaudColor, linear-gradient(323deg, #FFF 23.33%, #D4FAEA 87.94%), #FFF);
    border: 1px solid #6A886A;
    z-index: 1;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.resurrection-mob.active{
    border: 1px solid #4C5860;
    background: linear-gradient(0deg, #F7FFFC 0%, #F7FFFC 100%), #FFF;
    box-shadow: none;
}
.resurrection-height-mob{
    min-height: 70px;
}
.resurrection-title-mob{
    width: 260px;
}
.m2-circle-btn-small-new-prophecy{
    width: 60px;
    height: 60px;
    background: var(--NabovatColor, linear-gradient(136deg, #FDC0B7 0.11%, #FFF 66.05%), #FFF);
    border: 1px solid #4C5860;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-circle-btn-small-new-god{
    width: 60px;
    height: 60px;
    background: var(--GodColor, linear-gradient(138deg, #FFE9BA 19.46%, #FFF 69.47%), #FFF);
    border: 1px solid #4C5860;
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-circle-btn-small-new-resurrection{
    width: 60px;
    height: 60px;
    border: 1px solid #4C5860;
    background: var(--MaudColor, linear-gradient(323deg, #FFF 23.33%, #D4FAEA 87.94%), #FFF);
    color: #14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.m2-margin-nav{
    margin-right: -10px;
}
/*norms mob*/
.m2-mob-blue-link{
    color:  #015790;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.m2-circle-norms-mob{
    width: 132px;
    height: 132px;
    border: 1px solid #4C5860;
    background: linear-gradient(115deg, #FFD6C3 9.09%, #FFF 47.42%), #FFF;
    z-index: 1;
    color:#14181F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.5%; /* 24.93px */
}
.norms-mob.active{
    border: 1px solid #4C5860;
    background: var(--Shariyat-Color, linear-gradient(114deg, #FFF0E9 8.95%, #FFF 49.36%), #FFF);
    box-shadow: none;
}
.norms-sub-mob {
    width: 305px;
    min-height: 44px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #4C5860;
    margin-right: 24px;
    background: linear-gradient(122deg, rgba(248, 173, 136, 0.30) 7.2%, rgba(255, 255, 255, 0.30) 66.67%), #FFF;
}
.fifth-nourms-fifth-1-5-line,.fifth-nourms-fifth-2-line, .fifth-nourms-fifth-3-line ,.fifth-nourms-fifth-4-line,
.fifth-nourms-short-line1 , .fifth-nourms-short-line2, .fifth-nourms-short-line3, .fifth-nourms-short-line4{
position: absolute;
}
.fifth-nourms-short-line1{
    right: 8px;
    top: 20px;
}
.fifth-nourms-short-line2{
    right: 8px;
    top: 80px;
}
.fifth-nourms-short-line3{
    right: 8px;
    top: 140px;
}
.fifth-nourms-short-line4{
    right: 8px;
    top: 200px;
}
.fifth-nourms-fifth-1-5-line, .fifth-nourms-fifth-2-line{
    right: 8px;
    top: -32px;
}
.fifth-nourms-fifth-2-line{
    right: 8px;
    z-index: -1;
}
.fifth-nourms-fifth-3-line{
    right: 8px;
    z-index: -1;
}
.fifth-nourms-fifth-4-line{
    right: 8px;
    z-index: -1;
}
/*Foter-mob*/
.m2-footer-responsive{
    display: none;
}
.footer-mob{
    width: 375px;
    border-radius: 4px 100px 4px 4px;
    background-color: #DCE6F233;
    margin-top: 100px ;
    padding: 32px 28px 50px 8px;
}
.footer-top-mob {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.footer-column-mob {
    flex: 1;
    padding: 12px;
    text-align: right;
}
.footer-column-mob h3 {
    color:  #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}
.footer-column-mob ul li{
    color:  #333;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 250% */
}
.footer-column-mob ul li img{
    color:  #333;
    display: block;
    margin: 20px auto;
}
.footer-bottom-mob{
    margin: auto;
    width: 286.138px;
}
.footer-bottom-mob p{
    color:  #4F4F4F;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    margin: 15px auto;
}
.footer-bottom-mob h4{
    color: #4F4F4F;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 250;
    line-height: 130%; /* 18.2px */
}
.footer-bottom-mob hr{
    margin-top: 40px;
    opacity: 0.2;
    background: #4F4F4F;
}


/*header*/
.m2-mobile-toggle {
    background: none;
    border: none;
    margin-left: auto;
    position: relative;
    z-index: 10001;
    padding: 0.25rem;
}
.mobile-header-wrapper {
    position: relative;
    height: 56px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 10000;
}
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    position: relative;
}
.icon-left,
.icon-right {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.m2-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 10000;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.m2-mobile-menu.active {
    right: 0;
}
body.menu-open {
    overflow: hidden;
}
.m2-mobile-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 1.5rem 1rem;
    margin: 0;
}
.m2-mob-hr {
    width: 332px;
    margin-bottom: 1rem;
    border-bottom: solid 4px #EAE5E5;
    padding-bottom: 18px;
    text-align: right; /* مهم */
    color: #14181F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.m2-mob-hr span{
    color: #14181F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.m2-mob-hr .submenu a {
    color: #14181F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.m2-mobile-nav a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    display: block;
    text-align: right; /* مهم */
}
.has-submenu {
    width: 332px;
    text-align: right;
}
.submenu-toggle {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
}
.submenu {
    list-style: none;
    padding-right: 1rem;
    margin: 0.5rem 0 1rem;
    display: none;
    transition: all 0.3s ease;
}
.submenu li {
    margin-bottom: 0.5rem;
}
.submenu a {
    font-size: 1rem;
    color: #555;
    text-decoration: none;
}
.submenu-icon {
    transition: transform 0.3s ease;
}
/* حالت باز شده */
.submenu-open .submenu {
    display: block;
}
.submenu-open .submenu-icon {
    transform: rotate(180deg);
}
.m2-mobile-icons {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    border-top: 1px solid #eee;
}
.m2-mobile-close {
    display: flex;
    justify-content: end;
    cursor: pointer;
}
.m2-logo-overlay{
    display: flex;
    justify-content: center;
}
.btn-login {
    display: inline-block;
    background-color: #4C83C1;
    color: white;
    border: none;
    padding: 0.5rem;
    border-radius: 25px;
    width: 314px;
    height: 46px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* معادل ارتفاع برای عمودی وسط‌چین */
    text-decoration: none; /* حذف خط زیر لینک */
}
.m2-lang-select {
    width: 332px;
    height: 51px;
    border-radius: 4px;
    border: 1px solid #EAE5E5;
    padding: 10px 14px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.m2-lang-select span{
    color: #4F4F4F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.lang-selected {
    font-size: 15px;
    font-weight: 400;
    color: #4F4F4F;
}
.lang-options {
    list-style: none;
    margin: 8px 0 0;
    padding: 0 20% 0 0;
    border: 1px solid #EAE5E5;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}
.lang-options li {
    padding: 10px 14px;
    cursor: pointer;
    transition: background 0.2s;
}
.lang-options li:hover {
    background-color: #f5f5f5;
}
.m2-ex-btn-mob-menu{
    display: flex;
    width: 375px;
    height: 67px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background:  #4C83C1;
    color:  #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
}
.m2-login-box p {
    color: #4F4F4F;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 22.5px */
}
.m2-login-box p a{
    color: #4C83C1;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.m2-login-box hr{
    width: 264px;
    height: 1px;
    background: #E0E0E0;
    margin: 20px auto 8px auto;
}
.m2-account-login-mob{
    width: 332px;
    height: 60px;
    border-radius: 100px 12px 0 0;
    background: linear-gradient(241deg, rgba(63, 148, 184, 0.60) -8.13%, rgba(226, 239, 244, 0.37) 105.86%);
    margin-bottom: 104px;
    padding: 16px;
}
.m2-name-account-mob{
    color:  #14181F;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}

@media screen and (min-width: 1650px) {
    .m2-god-responsive-mob{
        display: none;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
    .m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active {
        animation: ltr1650 2s forwards;
    }
    .m2-cei-height {
        height: 900px;
    }
    .m2-norms-scroll-box-pos {
          top: 33%;
    }
    .m2-scroll-box3 {
        top: -64%;
    }
    #forth-resurrection .m2-scroll-box3 {
        top: -140%;
    }
}
@media only screen and (max-width: 1650px) and (min-width: 1450px) {
    .m2-god-responsive-mob{
        display: none;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
    .m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active {
        animation: ltr1450 2s forwards;
    }
    #first-resurrection .m2-scroll-box.m2-scroll-active,#second-resurrection .m2-scroll-box.m2-scroll-active,
    #third-resurrection .m2-scroll-box.m2-scroll-active,#forth-resurrection .m2-scroll-box.m2-scroll-active,
    #fifth-resurrection .m2-scroll-box.m2-scroll-active{
        animation: ltr-normsPage1450 2s forwards;
    }
    .m2-norms-scroll-box-pos {
        top: 33%;
    }
    .m2-scroll-box3 {
        top:-64%;
    }
    .m2-scroll-box3-ethics {
        top: 0;
    }
    .m2-scroll-box3-ethics3 {
        top: 0;
    }
    #forth-resurrection .m2-scroll-box3 {
        top:-140%;
    }
}
@media only screen and (max-width: 1450px) and (min-width: 1300px) {
    .m2-god-responsive-mob{
        display: none;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
    .m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active {
        animation: ltr1300 2s forwards;
    }
    #first-resurrection .m2-scroll-box.m2-scroll-active,#second-resurrection .m2-scroll-box.m2-scroll-active,
    #third-resurrection .m2-scroll-box.m2-scroll-active,#forth-resurrection .m2-scroll-box.m2-scroll-active,
    #fifth-resurrection .m2-scroll-box.m2-scroll-active{
        animation: ltr-normsPage1300 2s forwards;
    }
    .m2-norms-scroll-box-pos {
        top: 33%;
    }
    .m2-scroll-box3 {
        top:-64%;
    }
    #forth-resurrection .m2-scroll-box3 {
        top:-140%;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
    .m2-god-responsive-mob{
        display: none;
    }
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1280px;
    }
    .m2-circle-main {
        margin: 3% 2%;
    }
    .m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active {
        animation: ltr1200 2s forwards;
    }
    .m2-norms-scroll-box-pos {
        top: 33%;
    }
    .m2-scroll-box3 {
        top:-64%;
    }
    .m2-scroll-box3-ethics3 {
        top: 0;
    }
    .m2-scroll-box3-ethics {
        top: 0;
    }
    #forth-resurrection .m2-scroll-box3 {
        top:-140%;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1000px) {
    .m2-god-responsive-mob{
        display: none;
    }
    .m2-circle-main {
        margin: 3% 2%;
    }
    .m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active {
        animation: ltr1000 2s forwards;
    }
    .m2-second-section-home .m2-margin-film-home{
        margin-left: 50px
    }
    .m2-qt1 {
        right: 7%;
        top: 25%;
    }
    .m2-text {
        margin-top: 8%;
        margin-right: 13%;
    }
    .m2-qt2 {
        right: 45%;
    }
    .m2-home-forth-bg1 {
        right: 73%;
        width: 25%;
        margin-top: -14%;
    }
    .m2-home-forth-bg {
        left: 17%;
        width: 25%;
        margin-top: -3%;
    }
    .m2-bg-back {
        width: 25%;
        left: 16%;
        margin-top: -4%;
    }
    .m2-forth-experience {
        right: 7%;
    }
    .m2-speaker {
        right: 8%;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 630px) {
    .m2-footer-responsive{
        display: block;
    }
    .m2-god-responsive {
        display: none;
    }
    .m2-circle-main {
        margin: 3% 0.5%;
    }
    .m2-scroll-box.m2-scroll-active ,.m2-scroll-box2.m2-scroll-active {
        animation: ltr1000 2s forwards;
    }
    .home-slider {
        width: 1083px;
    }
    .home-first p{
        margin-right: 0;
    }
    .m2-second-section-home .m2-margin-film-home{
        margin-left: 50px
    }
    .m2-border1 ,.m2-border2,.m2-border3 {
        width: 172.88px;
    }
    .m2-btn1 ,.m2-btn2,.m2-btn3 {
        width: 166px;
    }
    .m2-border4 {
        width: 540px;
    }
    .m2-border5 {
        width: 533px;
    }
    .m2-content-box {
        gap: 40px;
        width: unset;
        left: unset;
        margin-right: 10px;
    }
    .m2-margin-forth-home{
        margin-top: -50px  !important;
        width: 50%;
        right: 17%;
    }
    .m2-margin-forth2-home{
        margin-top: 100px !important;
        margin-right: 20px;
    }
    .m2-qt1 {
        right: -25%;
        top: 32%;
    }
    .m2-text {
        margin-top: 25%;
        margin-right: -15%;
    }
    .m2-qt2 {
        right: 45%;
    }
    .m2-speaker {
        right: -23%;
    }
    .m2-home-forth-bg1 {
        right: 73%;
        width: 25%;
        margin-top: -25%;
    }
    .m2-home-forth-bg {
        left: 17%;
        width: 25%;
        margin-top: -13%;
    }
    .m2-bg-back {
        width: 25%;
        left: 16%;
        margin-top: -14%;
        height: 133px;
    }
    .m2-forth-home {
        margin-bottom: -130px;
    }
    .m2-forth-experience {
        right: -23%;
    }
    .home-first p{
        width: unset;
    }
}
@media only screen and (max-width: 630px)  and (min-width: 550px) {
    .m2-footer-responsive{
        display: block;
    }
    .m2-god-responsive {
        display: none;
    }
    .m2-column {
        width: 100%;
        height: auto;
    }
    .m2-navbar {
        float: right;
        margin-right: -5px;
    }
    .home-slider {
        width: 1083px;
    }
    .home-first p{
        margin-right: 0;
    }
    .m2-second-section-home .m2-margin-film-home{
        margin-left: 50px
    }
    .m2-border1 ,.m2-border2,.m2-border3 {
        width: 172.88px;
    }
    .m2-btn1 ,.m2-btn2,.m2-btn3 {
        width: 166px;
    }
    .m2-border4 {
        width: 540px;
    }
    .m2-border5 {
        width: 533px;
    }
    .m2-content-box {
        gap: 40px;
        width: unset;
        left: unset;
        margin-right: 10px;
    }
    .m2-margin-forth-home{
        margin-top: -80px !important;
        width: 50%;
        right: 17%;
    }
    .m2-margin-forth2-home{
        margin-top: 100px !important;
        margin-right: 20px;
    }
    .home-first p{
        width: unset;
    }
    .m2-forth-title-home {
        padding-bottom: 30px;
    }
    .m2-forth-title-home {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 550px)  {
    .m2-footer-responsive{
        display: block;
    }
    .m2-god-responsive {
        display: none;
    }
    .m2-border1 ,.m2-border2,.m2-border3 {
        width: 110px;
        height: 130px;
    }
    .m2-btn1 ,.m2-btn2,.m2-btn3 {
        width: 103px;
        height: 122px;
    }
    .m2-border4 {
        width: 354px;
    }
    .m2-border5 {
        width: 346px;
    }
    .m2-content-box {
        gap: 8px;
    }
    .home-first p {
        margin-right: unset;
        width: unset;
    }
    .m2-second-section-home .m2-margin-film-home {
        margin-left: unset;
    }
    .m2-second-section-home img{
        width: 90%;
    }
    .modal .video-wrapper video{
        width: 300px;
    }
    .m2-home-forth-bg {
        left: 24.5%;
        width: 50%;
        margin-top: 36%;
    }
    .m2-home-forth-bg1 {
        right: 25.5%;
        top: 0;
        width: 50%;
    }
    .m2-margin-forth-home {
        margin-top: -80px !important;
        width: 50%;
        right: 17%;
    }
    .m2-bg-back{
        display: none;
    }
    .m2-forth-title-home {
        font-size: 15px;
    }
    .m2-text {
        font-size: 13px;
        margin-top: 50%;
        margin-right: 0;
    }
    .m2-qt1 {
        right: -17%;
        top: 30%;
    }
    .m2-qt2 {
        right: 139%;
        top: 72%;
    }
    .m2-speaker {
        font-size: 12.5px;
        top: 88%;
        right: 83%;
    }
    .m2-forth-experience {
        top: 85%;
        right: -11%;
    }
    .owl-carousel {
        width: unset;
    }
}

