@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-Thin.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: 300;

	src: url('../fonts/yekan-bakh/YekanBakhFaNum-Light.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-Light.woff2') format('woff2');	
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-Regular.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-SemiBold.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: YekanBakhB;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-Bold.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-ExtraBold.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-Black.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: YekanBakh;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/yekan-bakh/YekanBakhFaNum-ExtraBlack.woff') format('woff'),   
	url('../fonts/yekan-bakh/YekanBakhFaNum-ExtraBlack.woff2') format('woff2'); 
}

@font-face {
    font-family: 'Work Sans';
    src: url('/fonts/WorkSans/WorkSans-Black.woff2') format('woff2'),
        url('/fonts/WorkSans/WorkSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.language-options{
    position: absolute;
    bottom: 100%;
    left: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    padding: 12px;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0; max-width: 140px;
    z-index: 99999;
}

.language-option.active {
       background-color: #43a171;
    color: #000;
    font-weight: 600;
}

.wrap-title-brand:after {
    content: "";
    background: #32835a;
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 32px 0 0 0;
    left: -150px;
}

.swiper-brand-wrap:after {
    content: "";
    height: 100%;
    width: 500%;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 0 0 32px 0;
    right: 0;
    background: #eee;
}

footer p.copyright{
    margin: 0;        color:#686868;
font-size: 13px;
}

footer p.raysa-credit__text a ,footer p.raysa-credit__text{
margin: 0 3px 0 0;        color:#686868;
font-size: 14px;    line-height: 22px;
}

.about-footer-sec {
width: 66%;
    margin-left: 2%;
}
.footer-contact-sec {
    width:28%;
}
li#menu-item-935 a ,li#menu-item-990 a{
    font-family: 'Work Sans', sans-serif !important;
}
@-moz-document url-prefix() {
footer ul li{
     text-align: right;
    }
}


/* ریسپانسیو */
@media (max-width: 1700px) {
    .footer-text {
    font-size: 15px;
}
.footer-logo ,.qr-logo{
    top: 25%;
}
}
@media (max-width: 1620px) {
    footer p {
    font-size: 13px;  line-height: 27px;
}
    footer ul li {
        line-height: 27px;
    }
    footer .round {
    margin-top:32px;
    position: absolute;
}

    .footer-logo img ,.qr-logo img {
    width: 142px;
    height: auto;
}
footer p.copyright, footer p.raysa-credit__text a, footer p.raysa-credit__text {
    font-size: 12px;
}
    .footer-text{
             font-size: 13px;
    }
}
@media (min-width: 1400px)  and (max-width: 1620px) {
        footer .container{
        max-width:970px;
    }
}

@media (min-width: 1460px)  and (max-width: 1620px) {
       .footer-logo,.qr-logo{
        top:22%;
    }
}

@media (min-width: 1400px) and (max-width: 1620px) {
        .footer-logo img, .qr-logo img {
        height: 142px;width: auto;
    }
.menu-toggle {
    right:33px;
  }
        footer .round {
        bottom: -219px;
    }
}

@media (max-width:1450px) {
        .title-brand-holder {
    padding: 30px 15px 30px 15px;
}
    .about-footer-sec {
        width:66%;
        margin-left: 1%;
        margin-right: 3%;
}
    .copyright-sec {
    padding-bottom: 5px;
}
.title-brand p {
    font-size: 12px;text-align: right;        white-space: nowrap;
}
        footer .container{
        max-width:970px;
    }
    footer ul li {
    text-align: right;
}
}

@media (max-width:1400px) {
    .footer-logo {
top: 27%;
}
.qr-logo {
    top: 27%;
}
        footer .container{
        max-width:925px;
    }
       .footer-logo img, .qr-logo img {
        width: auto;
        height: 106px;
    } 
}

@media (max-width:1380px) {
    .footer-logo {
top: 17%;width: 22%;
}
.qr-logo {
    top: 17%;
}
    .footer-text {
                font-size: 12px;
    }
}

@media (max-width: 991px) {
        .qr-logo,.footer-logo
    {
        display: none;
    }
    div#earth-container
    {
        left:-31px !important;
    bottom: -26px !important;
    }
    .lang-ring {
        left: 14px;
        bottom: 19px;
}
    .language-switcher {
        margin-right: 0;
        margin-top: 15px;
    }

    .about-footer-sec {
    width: 70%;
    }
    .footer-contact-sec {
    width: 20%;
    }
   .swiper-brand-wrap {
    padding:15px 10px;
}

.brand-sec-logo {
    width: 100%;
}
.brand-sec-title {
    width: 100%;
}
.title-brand-holder {
    padding: 20px 20px 20px 20px;
}
}

@media (max-width: 768px) {
           main .scroll-arrow {
display:none;
    }
       .title-brand h2
    {
            font-size: 1.5em;
    }
        footer p.copyright, footer p.raysa-credit__text a, footer p.raysa-credit__text {
        font-size: 11px;line-height: 18px;
    }
        .title-brand p {
        text-align: center;  font-size:1rem;
    }
        .title-brand-holder {
        text-align: center;
    }
    .title-brand-holder {
    display: block;
    text-align: center;
}
    .copyright-sec {
        width: 59%;
        right: 74px;
    }
    .lang-ar .copyright-sec {
        right:83px;
    }
    .swiper-brand-wrap:after {
    border-radius: 0;
}
    .footer-text,footer ,.brand-seection,.section-brands{
    height: auto;  
}
    .footer-text{
 padding: 50px 0;
    }
    .about-footer-sec {
    margin-right: 0;
}
footer{
            padding: 0 0 50px 0;
}
    .fixed-language-switcher 
{
    left: 15px;     top: auto;
        bottom: 20px;
        transform: none;
}
    .fixed-robot {    left: auto;   right: 15px;  bottom: 0px;
    }
    .language-toggle {
        font-size: 13px;
    }
    
    .language-options,.robot-options{
        bottom: 100%;
        margin-bottom: 8px;
        min-width: 130px;z-index: 99999;
    }
    
    .language-option {
        padding: 8px 12px;
        font-size: 12px;
    }

    .about-footer-sec {
    width: 60%;
    }
    .footer-contact-sec {
    width: 30%;
    }
    .swiper-brand-wrap {
    margin-top: 0px;
    padding:15px 10px;
    }
   .brand-sec-logo {
    width: 100%;
    }
     .brand-sec-title {
    width: 100%;
    }
    .title-brand-holder {
    padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 480px) {
        .robot-options {
    left: auto;
    right: -35px;
    bottom: 80px !important;
}
    .fixed-language-switcher 
{
    left: 10px; bottom: 15px;
}
      .fixed-robot {    left: auto;   right: 10px; bottom: 0px;
    }
    .language-toggle {
        min-width: 60px;
        font-size: 12px;
    }
    
    .language-toggle span {
        display: none;
    }
    .about-footer-sec {
    width: 100%;
    }
    .footer-contact-sec {
    width: 100%;
    }
    .swiper-brand-wrap {
    padding:15px 10px;
    }
   .brand-sec-logo {
    width: 100%;
    }
     .brand-sec-title {
    width: 100%;
    }
    .title-brand-holder {
    padding: 20px 20px 20px 20px;
    }
}
