

@media only screen and (min-width: 1920px){
#main-section-module .main-section-module-header {
    background-image: url(../images/header1rtl.png);
}
}
@media only screen and (max-width: 1919px) {
#main-section-module .main-section-module-header {
    background-image: url(../images/header2rtl.png);
}
}
@media only screen and (max-width: 767px){
#main-section-module .main-section-module-header {
    background-image: unset;
    background-color: rgba(255, 255, 255,1.0)!important;
}
}

body{
    text-align: right;
}
.header-section .header-menu ul li ul.hs-menu-children-wrapper li a>img {
    margin-left: 10px !important;
}

.for-outer{
    direction: ltr!important;
    width: 112px!important;
}
.primary-border-button{
    direction: ltr!important; 
    padding-top: 10px!important; 
}

.header-section .header-menu ul li {
    font-size: 16px!important;
}
p {
    font-size: 21px!important;
}

.footer .footer-section .footer-mid-row .footer-menu ul li {
    padding: 0px!important;
}

.modal{
    text-align: right!important;
    direction: rtl!important;  
    overflow-y: auto;
    scrollbar-width: none; /* for Firefox */
}
.modal::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and newer Edge */
}

.modal__close {
    position: absolute;
    right: unset!important;
    left: 2em;
    top: 2em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}


.header-section .header-menu ul li.hs-item-has-children>a {
    font-size: 18px!important;
    text-transform: uppercase!important;
}



.header-section .header-menu ul li.hs-item-has-children>.child-trigger {
    display: inline-block;
    vertical-align: middle;
    margin-left: unset!important;;
    margin-right: 5px;
    opacity: .7;
}

.header-section .header-menu ul li>ul li ul li a::after {
    transform: rotate(-180deg);
}

.footer .footer-section .footer-mid-row .footer-menu ul li {
    font-size: 16px!important;
}


@media (max-width: 1024px){

    .headmenuopen{
        font-size: 18px!important;
        text-transform: uppercase!important;
        cursor: pointer;
        color: #fff;
        opacity: .5;
    }
    .header-section .header-menu ul li.hs-item-has-children>a {
        font-size: 18px!important;
        text-transform: uppercase!important;
    }
    
    .primary-border-button{
        padding-top: 10px!important;
        width: 100%!important;
    }
    .mobiledisplaynone{
    display: none!important;
    }

    .mobile-trigger {
        float: left!important;
        right: unset!important;;
        left: 15px!important;
    }

    .header-section .header-menu ul li.hs-item-has-children>.child-trigger {
        float: left!important;
        right: unset!important;
        left: 0!important;
    }
    .header-section .header-menu ul li ul.hs-menu-children-wrapper {
        margin-right: unset!important;
        margin-left: -30px;
    }
    .header-section .header-menu ul li {
        display: block;
        padding: 10px 0px 10px 0!important;
    }

    .for-outer {
        width: unset!important;
    }
    
    }

@media (min-width: 1025px){
.header-section .header-menu ul li#company ul li, .header-section .header-menu ul li#developers ul li, .header-section .header-menu ul li#resources ul li {
    padding-left: 15px!important;
    padding-right: unset!important;
}
}






/* Modal * ===============================  */

.modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    transition: opacity 0.25s ease;

    box-shadow: 0 12px 60px rgb(0 0 0 / 12%);

    z-index: 99999999;
}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none;
}

.modal-state:checked + .modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
    top: 0;
}

.modal__inner {
    transition: top 0.25s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: auto;
    overflow: auto;
    /* background: #fff; */
    border-radius: 5px;
    padding: 1em 2em;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;

    border-radius: 40px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 1054px;
    /* margin: 0 auto; */
    width: 100%;
    box-sizing: border-box;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 12px 60px rgb(0 0 0 / 12%);
}

.modal__inner_height_80 {
    height: 80%;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 1.5em;
    background: rgb(165, 51, 98);
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: rgb(165, 51, 98);
}

.modal__close:before {
    transform: rotate(-45deg);
}

.padding3 {
    padding: 3rem;
}

@media screen and (max-width: 768px) {
    .padding3 {
        padding: 0rem;
    }

    .modal__inner {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
        padding: 0px;
    }
}

.contact-us-module {
    background-position: right top !important;
}

.request-a-demo-module .section-left-column ul li {
    background: url(../images/svgicons/list-icon.svg) right 0 no-repeat!important;
    padding: 4px 46px 5px 0px!important;
}




