@font-face {
    font-family: "AnticSlab";
    font-style: normal;
    src: url("../../fonts/Antic_Slab/AnticSlab-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Black";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/Lato/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-BlackItalic";
    font-style: italic;
    font-weight: 700;
    src: url("../../fonts/Lato/Lato-BlackItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/Lato/Lato-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-BoldItalic";
    font-style: italic;
    font-weight: 700;
    src: url("../../fonts/Lato/Lato-BoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Italic";
    font-style: italic;
    font-weight: 400;
    src: url("../../fonts/Lato/Lato-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Light";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/Lato/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-LightItalic";
    font-style: italic;
    font-weight: 300;
    src: url("../../fonts/Lato/Lato-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/Lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Thin";
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/Lato/Lato-Thin.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-ThinItalic";
    font-style: italic;
    font-weight: 100;
    src: url("../../fonts/Lato/Lato-ThinItalic.ttf") format("truetype");
}

@font-face {
    font-family: "yekan-bakh";
    font-style: italic;
    font-weight: 100;
    src: url("../../fonts/iranyekan/ttf/iranyekanwebmediumfanum.ttf") format("truetype");
}

* {
direction: rtl;
    box-sizing: border-box;
    font-family: 'yekan-bakh', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: unset !important;
    cursor: pointer;
}

a:hover {
    color: unset !important;
}

a,
h1,
h2,
h3,
h4,
p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none !important;
}

div#offcanvasScrolling {
    background-color: #101015 !important;
}
button.btn-close.text-reset {
    filter: invert(1);
}
div#offcanvasScrolling li.nav-item {
    border-bottom: 1px solid white;
}
.blu {
    color: #039be5;
}

.yellow {
    color: #ff6f00;
}

/* Navbar Styling */
.logo-app img {
    width: 70px;
}

.navbar {
    border-bottom: 0.5px solid rgb(255 255 255 / 10%);
    padding: 30px 0;

}
li.nav-item.dropdown {
    list-style: none;
}
.dropdown-toggle{
    width: 100%;
    gap: 5px;
    display: flex;
}
ul.dropdown-menu.show {
    text-align: center;
    display: block;
    border: 1px solid #ffffff47;
    border-radius: 10px;
    background-color: #ffffff17 !important;
    max-width: max-content !important;
    min-width: 5rem;
}
ul.dropdown-menu.show a {
    font-size: 12px;
    color: white !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #0e0e0e8a !important;
}
.navbar-brand,
.nav-link {
    color: #ffff !important;
}

.navbar-i.n-login p {
    font-size: 12px;
    color: white;

}

.navbar-icon {
    gap: 15px;
}

li.nav-item a {
    font-size: 16px;

}

.navbar-i {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff47;
    border-radius: 50px;
    background-color: #ffffff0d;
}

.navbar-i.n-insta {
    width: 52px;
}

.navbar-i.n-login {
    width: 89px;
    gap: 5px;
}

/* Footer */
.hero-section-11 {
    background-color: #1a212e !important;
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
}

.top-footer {
    border-radius: 16px;
    border: 1px solid #707070;
    height: 163px;
    overflow: hidden;
    justify-content: center;
    background-color: #1010157a;
}

.box-right {
    background-color: #101015;
    height: 500px;
    width: 500px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-right.w-100 h4 {
    font-size: 40px;
    width: max-content;
}

.box-right img {
    width: 50px;
    margin-right: 15px;
}

.content-foter h5 {
    font-size: 30px;
}
.box-right .row {
    display: flex
;
    flex-direction: row-reverse;
}
.copy-right {
    font-size: 14px;
    text-align: right;
}

.content-foter p {
    font-size: 16px;
    color: #dededec4;
}

.content-foter {
    padding: 40px;
}

.comp-foter {
    list-style: none;
    display: flex;
    text-align: right;
}

.content-foter {
    text-align: right;
}

.comp-foter h5 {
    font-size: 14px;

}

.comp-foter li {
    color: #dedede99;
    font-size: 14px;
}

.c-right-footer p {
    color: #dedede99;
    font-size: 14px;
}

.box-social {
    border-top: 1px solid;
    color: #707070;
    padding: 20px 0;
}
.title-section {
    font-size: 25px;
    position: relative;
    flex-direction: row-reverse;
    display: flex
;
    gap: 5px;
}
.red {
    color: #FF0404;
}

.img-ar-footer {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #dedede67;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app {
    display: none;
}
.btn-check:focus+.btn, .btn:focus {

    box-shadow: unset !important;
}
.collapse .card-body {
    background-color: transparent !important;
    border: unset !important;
}

@media (max-width: 768px) {
    .box-social a {
        justify-content: flex-start !important;
        display: flex !important
    ;
        gap: 25px;
        width: 100%;
        flex-direction: row;
    }
    .box-social .revrs.right{
        flex-direction: row;
        justify-content:end !important;
        gap: 25;
    }
    nav#navbar {
        border-bottom: none;
    }
    #navbar .desc{
        display: none !important;
    }
    .desk {
        display: none !important;
    }
    .hero-section-11 .desc {
        display: none !important;
    }

    .app {
        display: block;
    }

}
@media (max-width: 576px) {
    .revrs.right {
        justify-content: flex-end !important;
        gap:25px;
    }
    .revrs.right {
        justify-content: flex-start !important;
        gap: 25px;
    }
    .border-bt .col-6{
        padding: 0;
    }
    .revrs{
        flex-direction: row-reverse;
    }
#comp-foter{
    justify-content: end;
    display: flex
;
    flex-direction: column;
    align-items: end;
}
    #comp-foter{
        position: relative;
    }
    #comp-foter::before{
        position: absolute;
        content: "";
        width: 1px;
        background-color: rgb(222 222 222 / 20%);
        height: 262px;
        bottom: -95px;
        right: -5px;
    }

    .center-footer {
        position: relative;
    }
    .center-footer::before{
        position: absolute;
        content: "";
        width: 1px;
        background-color: rgb(222 222 222 / 20%);
        height: 222px;
        bottom: -94px;
        right: 147px;
    }
    .border-bt{
        border-top:0.5px solid rgb(222 222 222 / 20%);
        border-bottom: 0.5px solid rgb(222 222 222 / 20%);
    }
    .box-social{
    border-top: unset;
        justify-content: space-around !important;
    }
    .comp-foter.w-100 {
        display: flex
    ;
        justify-content: center;
    }
    .comp-foter h5 {
        font-size: 18px;
    }
    .comp-foter li{
        color: #dedede;
    }
    .comp-foter li a{
        font-size: 18px;
    }
    .copy-right {
        font-size: 18px;
        text-align: center;
    }
    .navbar-i.n-insta.app {
        display: flex
    ;
    }
}