﻿body {
    font-family: 'Plus Jakarta Sans';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    body::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

:focus-visible {
    outline: rgba(248, 87, 87, 1)auto 1px;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79QB_VIKg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Plus Jakarta Sans light";
    src: url("../fonts/PlusJakartaSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Plus Jakarta Sans Bold";
    src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}





/*lessthan-992px screen navabr*/


.list-head {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.list-body {
    font-family: 'Plus Jakarta Sans light';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    padding: 6px 0;
}

    .list-body > a {
        text-decoration: none;
        color: #1A202C;
    }


@media screen and (min-width:1200px) {
    .footer-width {
        max-width: 1100px;
    }

    .footer-width1 {
        max-width: 1100px !important;
    }
}



@media (max-width: 1525px) {
    .footer-width {
        max-width: calc(100vw - 30px) !important;
    }
}

/*toggle switch*/
:root {
    --switches-bg-color: goldenrod;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: goldenrod;
}

.switches-container {
    width: 9rem;
    height: 32px;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background-color: white;
    line-height: 3rem;
    border-radius: 6px;
    border: 1px solid rgba(248, 87, 87, 1) !important;
}

    /* input (radio) for toggling. hidden - use labels for clicking on */
    .switches-container input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    /* labels for the input (radio) boxes - something to click on */
    .switches-container label {
        width: 50%;
        padding: 0;
        margin: 3% 0 0 0;
        text-align: center;
        cursor: pointer;
        color: rgba(248, 87, 87, 1);
        font-family: "Plus Jakarta Sans light" !important;
        font-size: 14px;
        font-weight: 500;
    }

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
    border-radius: 4px;
    background: rgba(248, 87, 87, 1);
    height: 100%;
}

    /* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
    .switch div {
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        color: white;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        top: 0;
        top: -9.5px;
        left: -1px;
        font-family: "Plus Jakarta Sans light" !important;
        font-size: 14px;
    }

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
/*toggle switch*/


.hori-list {
    list-style: none;
    padding-left: 0;
}

    .hori-list li {
        padding: 10px;
        border-right: 1px solid rgba(26, 32, 44, 0.3);
        font-family: 'Plus Jakarta Sans light ';
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(26, 32, 44, 0.5);
    }

        .hori-list li a {
            color: rgba(26, 32, 44, 0.5);
            text-decoration: none;
        }



@media screen and (min-width:630px) {
    .no-list1 {
        display: none !important;
    }
}

/*pushdown List*/


/*for Keyhouse*/
.span {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    display: block;
}

    .span::after {
        float: right;
        right: 50%;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        margin: 0 0 0 40px;
        transform: rotate(0deg)
    }

.slide0 {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: left;
    transition: height .4s ease;
    list-style: none;
    padding: 0;
}

    .slide0 li {
        padding: 5px;
        font-family: 'Plus Jakarta Sans light';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

        .slide0 li a {
            color: rgba(26, 32, 44, 1);
        }

#touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

    #touch:checked + .slide0 {
        height: 100px;
    }



/*for Learn*/
/*pushdown List*/


.span1 {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    display: block;
}

    .span1::after {
        float: right;
        right: 50%;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        margin: 0 0 0 84px;
    }

.slide1 {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: left;
    transition: height .4s ease;
    list-style: none;
    padding: 0;
}

    .slide1 li {
        padding: 5px;
        font-family: 'Plus Jakarta Sans light';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

        .slide1 li a {
            color: rgba(26, 32, 44, 1);
        }

#touch1 {
    position: absolute;
    opacity: 0;
    height: 0px;
}

    #touch1:checked + .slide1 {
        height: 100px;
    }



/*pushdown List*/

@media screen and (max-width:630px) {
    .list-627px {
        display: none !important;
    }
}

@media screen and (min-width:630px) {
    .list-627px-1 {
        display: none !important;
    }
}

.list-627px-1 {
    list-style: none;
}

    .list-627px-1 li {
        padding: 10px 0;
        font-family: 'Plus Jakarta Sans light ';
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(26, 32, 44, 0.5);
    }

        .list-627px-1 li a {
            color: rgba(26, 32, 44, 0.5);
        }


@media screen and (max-width:630px) {
    .no-line1 {
        display: none !important;
    }
}


/*sidebar push content for sell*/
.span2 {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    display: block;
    color: white;
}

    .span2::after {
        float: right;
        right: 50%;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        margin: 0 0 0 84px;
    }

.slide2 {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: left;
    transition: height .4s ease;
    list-style: none;
    padding: 0;
    border-left: 1px solid white;
    padding-left: 15px;
}

    .slide2 li {
        padding: 7px 5px;
        font-family: 'Plus Jakarta Sans light';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

        .slide2 li a {
            color: white !important;
        }

#touch2 {
    position: absolute;
    opacity: 0;
    height: 0px;
}

    #touch2:checked + .slide2 {
        height: 100px;
    }


/*sidebar push content for learn*/

.span3 {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    display: block;
    color: white;
}

    .span3::after {
        float: right;
        right: 50%;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        margin: 0 0 0 65px;
    }

.slide3 {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: left;
    transition: height .4s ease;
    list-style: none;
    padding: 0;
    border-left: 1px solid white;
    padding-left: 15px;
}

    .slide3 li {
        padding: 5px;
        font-family: 'Plus Jakarta Sans light';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

        .slide3 li a {
            color: white !important;
        }

#touch3 {
    position: absolute;
    opacity: 0;
    height: 0px;
}

    #touch3:checked + .slide3 {
        height: 100px;
    }




@media screen and (max-width:630px) {
    .notoggle {
        display: none !important;
    }
}



.span4 {
    font-family: 'Plus Jakarta Sans Bold';
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
    display: block;
}

    .span4::after {
        float: right;
        right: 50%;
        font-family: "Font Awesome 5 Free";
        content: "\f0d7";
        margin: 0 0 0 40px;
    }

.slide4 {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: left;
    transition: height .4s ease;
    list-style: none;
    padding: 0;
}

    .slide4 li {
        padding: 5px;
        font-family: 'Plus Jakarta Sans light';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

        .slide4 li a {
            color: rgba(26, 32, 44, 1);
        }

#touch4 {
    position: absolute;
    opacity: 0;
    height: 0px;
}

    #touch4:checked + .slide4 {
        height: 150px;
    }



/*toggle switch1*/
:root {
    --switches-bg-color: goldenrod;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: goldenrod;
}

.switches-container1 {
    width: 9rem;
    height: 32px;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background-color: white;
    line-height: 3rem;
    border-radius: 6px;
    border: 1px solid rgba(248, 87, 87, 1) !important;
}

    /* input (radio) for toggling. hidden - use labels for clicking on */
    .switches-container1 input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    /* labels for the input (radio) boxes - something to click on */
    .switches-container1 label {
        width: 50%;
        padding: 0;
        margin: 3% 0 0 0;
        text-align: center;
        cursor: pointer;
        color: rgba(248, 87, 87, 1);
        font-family: "Plus Jakarta Sans light" !important;
        font-size: 14px;
        font-weight: 500;
    }

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper1 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

/* switch box highlighter */
.switch1 {
    border-radius: 4px;
    background: rgba(248, 87, 87, 1);
    height: 100%;
}

    /* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
    .switch1 div {
        width: 100%;
        text-align: center;
        opacity: 0;
        display: block;
        color: white;
        transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
        will-change: opacity;
        position: absolute;
        top: -9.5px;
        left: -1px;
        font-family: "Plus Jakarta Sans light" !important;
        font-size: 14px;
    }

/* slide the switch box from right to left */
.switches-container1 input:nth-of-type(1):checked ~ .switch-wrapper1 {
    transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container1 input:nth-of-type(2):checked ~ .switch-wrapper1 {
    transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container1 input:nth-of-type(1):checked ~ .switch-wrapper1 .switch1 div:nth-of-type(1) {
    opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container1 input:nth-of-type(2):checked ~ .switch-wrapper1 .switch1 div:nth-of-type(2) {
    opacity: 1;
}
/*toggle switch1*/


/*Lnaguage dropdown*/
.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
    }

.span-down::after {
    margin-left: 8px;
    margin-right: 10px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    content: "";
    display: block;
    height: 5px;
    box-sizing: content-box;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px;
    font-weight: 400 !important;
}


.sl-nav li .ul-menu.two + .span-down::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.sl-nav li .ul-menu {
    position: absolute;
    right: 6px;
    visibility: hidden;
    opacity: 0;
    width: 120px;
    top: -30px;
}

    .sl-nav li .ul-menu.two {
        position: absolute;
        top: 38px;
        right: 6px;
        visibility: visible;
        background: #fff;
        width: 120px;
        padding-top: 0px;
        z-index: 15;
        border-radius: 5px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        opacity: 1;
        transition: all 0.4s ease-in-out !important;
    }

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom: 0;
    z-index: 2;
    font-family: 'Plus Jakarta Sans light' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
}

    .sl-nav li ul li:last-of-type {
        padding-bottom: 15px;
    }

    .sl-nav li ul li span {
        padding-left: 10px;
    }

        .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
            font-weight: 700;
        }

.sl-flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: #aaa;
    position: relative;
    overflow: hidden;
}

.flag-aed {
    background: url('../Images/united-arab-emirates.png');
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}
/*language dropdown*/



/*accounts dropdown*/



.action .profile {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-family: "Plus Jakarta Sans light";
}

.action .profile {
    position: relative;
    z-index: 6 !important;
}

.action .menu {
    position: absolute;
    top: 0;
    right: 11px;
    background: rgba(255, 255, 255, 1);
    width: 180px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}


    .action .menu.active {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }

    .action .menu::before {
        content: "";
        position: absolute;
        top: -5px;
        right: 28px;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 1);
        transform: rotate(45deg);
    }


    .action .menu ul li {
        list-style: none;
        padding: 12px 0 12px 25px;
        border-top: 1px solid rgba(26, 32, 44, 0.1);
        display: flex;
        align-items: center;
        opacity: 1;
    }

        .action .menu ul li a {
            display: inline-block;
            text-decoration: none;
            color: #1A202C;
            transition: 0.5s;
            opacity: 1;
            font-family: 'Plus Jakarta Sans light';
            font-size: 17px;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: left;
        }



.nice-select1::after {
    margin-left: 8px;
    margin-right: 20px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    content: "";
    display: block;
    height: 5px;
    box-sizing: content-box;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.menu.active ~ .profile .nice-select1::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}



/*accounts dropdown*/


@media screen and (min-width:630px) {
    .footer-noshow {
        display: none;
    }
}

@media screen and (max-width:630px) {
    .footer-noshow1 {
        display: none;
    }
}

/*footer0 changes*/

@media screen and (min-width:992px) {
    .footer-width0 {
        max-width: 1200px;
    }
}

@media screen and (min-width:320px) {

    .footer-links {
        max-width: 150px;
    }
}

/*footer0 changes*/
/*bottom footer*/

.bottom-span {
    font-size: 12px;
    font-family: 'Plus Jakarta Sans light';
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.bottom-navbar {
    padding: 0;
}

    .bottom-navbar li {
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid rgba(26, 32, 44, 1);
    }


        .bottom-navbar li a {
            color: black;
            text-decoration: none;
            font-size: 11px;
            font-family: 'Plus Jakarta Sans light';
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0em;
            text-align: left;
        }

.bottom-right {
    font-size: 11px;
    font-family: 'Plus Jakarta Sans light';
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: none;
}


@media screen and (min-width:630px) {
    .les-than630px {
        display: none;
    }
}

@media screen and (max-width:630px) {
    .more-than630px {
        display: none;
    }
}




/*bottom footer*/

.card-para {
    font-family: 'Plus Jakarta Sans';
}
