* {
    padding: 0;
    margin: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: YekanBakh;
    position: relative;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style-type: none;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: YekanBakh;
    direction: rtl;
}

.corporate-color-1 {
    color: #616161;
    font-weight: 500;
}

.corporate-color-2 {}

.corporate-color-3 {}

#loginFirstImg,
#loginSecondImg {
    width: 100%;
    height: 100%;
}

.loginContent {
    min-height: 100vh;
    position: relative;
    user-select: none;
    cursor: default;
    width: 100vw;
    overflow: hidden;
}

.login-img-repository {
    height: 100vh;
    width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
}

#loginFirstImg img,
#loginSecondImg img {
    width: 100%;
    height: 100%;
}

#loginSecondImg img {
    border-bottom-right-radius: 25px;
}

#loginFirstImg img {
    border-bottom-left-radius: 25px;
}

#loginFirstImg {
    padding-left: 10px;
    position: relative;
    top: 0;
    left: 0;
}

#loginSecondImg {
    padding-right: 10px;
    position: relative;
    top: 0;
    left: 0;
}

.login-circle::after {
    content: "";
    background: url(../img/tamlikTxt.png) no-repeat;
    background-size: contain;
    position: absolute;
    background-position: center;
    width: 300px;
    height: 50%;
    z-index: 2;
    top: 25%;
}

.login-circle {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 300px;
    height: 33%;
    top: 30%;
}

.diagram-1 {
    height: 120%;
    width: 120%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: -30px;
}

.diagram-2 {
    height: 145%;
    width: 145%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    top: -22%;
    left: -69px;
}

.btn-market {
    position: absolute;
    bottom: 0;
    right: 10px;
    background: orange;
    color: #fff;
    padding: 25px 75px;
    border-radius: 50px 0 24px 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}

.btn-tamlik {
    position: absolute;
    bottom: 0;
    left: 10px;
    background: orange;
    color: #fff;
    padding: 25px 75px;
    border-radius: 0 50px 0 24px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}

.navbar-dark .navbar-toggler {
    color: #4cb2b3 !important;
    border-color: rgba(68, 192, 201, 0.3) !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%234cb2b3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav .nav-item a {
    position: relative;
    transition: all .3s linear;
}

.navbar-nav .nav-item a:hover {
    transition: all .3s linear;
}

.navbar-nav .nav-item a::before {
    content: "";
    width: 0%;
    height: 100%;
    bottom: -5%;
    right: 50%;
    position: absolute;
    border-bottom: 2px solid #006AFF;
    transform: scaleX(0);
    transition: all .3s linear;
}

.navbar-nav .nav-item:hover a::before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #006AFF;
    bottom: -5%;
    right: 0%;
    position: absolute;
    transform: scaleX(1);
    transition: all .3s linear;
}

.responsive-menu-inner>.menu-item:first-child>.menu-item-inner>a {
    padding-top: 0;
}

/* .panel-responsive-menu ul li:last-child,
.responsive-menu-inner>.menu-item:last-child>.menu-item-inner>a {
    padding-bottom: 0;
} */

.responsive-menu-inner>.menu-item>.menu-item-inner,
.responsive-menu-inner>.menu-item>.sub-menu {
    padding-right: 30px;
    padding-left: 30px;
}

.responsive-menu-inner>.menu-item>.sub-menu {
    margin-right: 20px;
}

.responsive-menu-inner .menu-item {
    border-bottom: 1px solid #ededed;
}

.responsive-menu-inner .menu-item .menu-item-inner a {
    padding: 1em 0;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
}

.responsive-menu-inner .menu-item .menu-item-inner a span {
    color: #7f8187;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.responsive-menu-inner .menu-item.menu-item-has-children>.menu-item-inner>a .menu-item-toggle-icon {
    left: 0;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    top: 0;
    padding-right: 0.7em;
    margin: auto 0;
    position: absolute;
    color: #7f8187;
    font-size: 1.2em;
    display: block;
}

.responsive-menu-inner .menu-item.menu-item-has-children>.menu-item-inner>a .menu-item-toggle-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color 0.15s ease-in-out, transform 0.2s ease-in-out;
    -webkit-transition: color 0.15s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: color 0.15s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: color 0.15s ease-in-out, transform 0.2s ease-in-out;
    transition: color 0.15s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.responsive-menu-inner .menu-item .sub-menu {
    display: none;
    padding-right: 20px;
}

.responsive-menu-inner .menu-item .sub-menu .menu-item a {
    font-size: 14px;
}

.responsive-menu-inner .sub-menu {
    border-top: 1px solid #ededed;
}

/* .responsive-menu-inner .menu-item:last-child,
.responsive-menu-inner .sub-menu .menu-item:last-child {
    border-bottom: none !important;
} */

.panel-menu-button,
.responsive-menu-button {
    cursor: pointer;
    position: relative;
    display: none;
}

.panel-menu-button-inner,
.responsive-menu-button-inner {
    top: 0;
    -webkit-transition: transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1);
    transition: background 0.3s ease-in-out, -webkit-transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1);
    transition: transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out;
    transition: transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out, -webkit-transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1);
    bottom: 0;
}

.panel-menu-button-inner {
    margin: auto 0;
}

.panel-menu-button-inner,
.panel-menu-button-inner:after,
.panel-menu-button-inner:before,
.responsive-menu-button-inner,
.responsive-menu-button-inner:after,
.responsive-menu-button-inner:before {
    position: absolute;
    width: 24px;
    height: 2.5px;
    background-color: #8b8b8b;
}

.panel-menu-button-inner:after,
.panel-menu-button-inner:before,
.responsive-menu-button-inner:after,
.responsive-menu-button-inner:before {
    content: "";
    -webkit-transition: transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), top 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), bottom 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out;
    -webkit-transition: top 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), bottom 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out, -webkit-transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1);
    transition: top 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), bottom 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out, -webkit-transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1);
    transition: transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), top 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), bottom 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out;
    transition: transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), top 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), bottom 0.45s cubic-bezier(0.5, -0.6, 0.19, 1), background 0.3s ease-in-out, -webkit-transform 0.45s cubic-bezier(0.5, -0.6, 0.19, 1);
}

.panel-menu-button-inner:after,
.responsive-menu-button-inner:after {
    top: -7px;
}

.panel-menu-button-inner:before,
.responsive-menu-button-inner:before {
    bottom: -7px;
}

.responsive-menu-button {
    height: 46px;
    width: 46px;
    background: #006aff25;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
    position: relative;
    top: -7px;
}

.panel-menu-button.active .panel-menu-button-inner,
.responsive-menu-button.active .responsive-menu-button-inner {
    -webkit-transform: translateX(0.375rem);
    transform: translateX(0.375rem);
    background: 0 0 !important;
}

.responsive-menu-button.active .responsive-menu-button-inner:before {
    bottom: 0;
}

.responsive-menu-button.active .responsive-menu-button-inner:after {
    top: 0;
}

.responsive-menu-button.active .responsive-menu-button-inner:before {
    -webkit-transform: translateX(-0.375rem) rotate(-45deg);
    transform: translateX(-0.375rem) rotate(-45deg);
}

.responsive-menu-button.active .responsive-menu-button-inner:after {
    -webkit-transform: translateX(-0.375rem) rotate(45deg);
    transform: translateX(-0.375rem) rotate(45deg);
}

.responsive-menu-button-inner {
    left: 0;
    margin: auto;
    right: 0;
}

.responsive-menu-button-inner:after,
.responsive-menu-button-inner:before {
    right: 0;
}

.responsive-menu-outer-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background-color: #fff;
    z-index: 99999;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    display: none;
    -webkit-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    -webkit-transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), -webkit-box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), -webkit-box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    transition: right 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1), -webkit-box-shadow 0.55s cubic-bezier(0.38, 0.11, 0.01, 1);
    right: -250px;
}

.responsive-menu-outer-holder .navbar-brand {
    padding: 25px 25px 15px 15px;
}

#all-navbar-links a {
    font-size: 18px;
    font-weight: 700;
    color: #006AFF;
}

.responsive-logo {
    position: absolute;
    right: 30px;
    top: 30px;
}

.responsive-menu-outer {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 92px;
    bottom: 45px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: hidden;
}

.responsive-menu-outer .mobile-menu .menu-item .menu-item-inner a i:not(.menu-item-toggle-icon) {
    font-size: 18px;
}

.responsive-menu-outer .mobile-menu .menu-item .sub-menu .menu-item-inner a i:not(.menu-item-toggle-icon) {
    font-size: 16px;
}

.responsive-menu-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    cursor: pointer;
    z-index: 99991;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
    transition: opacity 0.5s cubic-bezier(0.38, 0.11, 0.01, 1);
}

html.responsive-menu-opened .responsive-menu-outer-holder {
    right: 0;
}

html.responsive-menu-opened .responsive-menu-overlay {
    opacity: 1;
}

.diagram-home-header-circle::after {
    content: "";
    background-image: url(../img/Ellipse\ 24.svg);
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.diagram-vertical-line-1 {
    background-color: #f2f2f2;
    width: 1px;
    position: absolute;
    left: 25%;
    min-height: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.diagram-vertical-line-2 {
    background-color: #f2f2f2;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100%;
}

.diagram-vertical-line-3 {
    background-color: #f2f2f2;
    width: 1px;
    position: absolute;
    display: inline-block;
    left: 75%;
    top: 0;
    bottom: 0;
    min-height: 100%;
    z-index: -1;
}

#header {
    position: relative;
}

.home--header::before {
    content: "";
    background-image: url(../img/Group\ 1847.svg);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -1;
}

.home-btn-join-tamlik,
.market-btn-join {
    color: #fff;
    background: #006AFF;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
}

.home-btn-join-tamlik:hover,
.market-btn-join:hover {
    outline: 2px solid #006AFF;
    background: #fff;
    color: #006AFF;
    font-weight: 700;

}

.home-header-img-diagram {
    border: 3px solid #9AC3FB;
    height: 670px;
    width: 500px;
    position: absolute;
    z-index: -1;
    border-radius: 50% 50% 15px 15px;
    top: 9px;
    left: -27px;
}

.home-header-img-box {
    position: relative;
    top: 0;
    left: 0;
}

.home-header-number {
    color: #006AFF;
    font-weight: 700;
    font-size: 24px;
    text-decoration: underline;
    padding-left: 10px;

}

.home-header-title {
    font-size: 52px;
    font-weight: 700;
    z-index: 2;
}


#home-header-details {
    padding-top: 140px;
}

.diagram-vertical-line-4 {
    border: 1px solid #f2f2f2;
    width: 72%;
    height: 735px;
    border-radius: 50%;
    position: absolute;
    top: 132px;
    left: 14%;
    z-index: -1;
}

.diagram-vertical-line-5 {
    border: 1px solid #f2f2f2;
    width: 80%;
    height: 1000px;
    border-radius: 50%;
    position: absolute;
    top: 145px;
    left: 10%;
    z-index: -1;
}

.diagram-vertical-line-6 {
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 1300px;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}

.nested-circle::after {
    content: "";
    width: 70%;
    height: 500px;
    background: #EDF3FB;
    position: absolute;
    top: 112px;
    left: 15%;
    border-radius: 50%;
}

.nested-circle,
.nested-tamlik {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nested-circle::before {
    content: "";
    background-image: url(../img/henry-co-tuNGv69BFmM-unsplash\ 2.png);
    position: absolute;
    /* top: 0; */
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 350px;
    z-index: 3;
    border-radius: 100px;
    background-position: center;
}

.nested-tamlik::after {
    content: "";
    background-image: url("../img/Layer\ 3.png");
    position: absolute;
    top: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 35px;
    z-index: 4;
    background-position: center;
}

#all-Introducing-Program {
    margin-top: 100px;
    position: relative;
}

.introducing-program {
    height: 75px;
    width: 75px;
    background-color: #EDF3FB;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
}

.introducing-program::after {
    content: "";
    background-image: url("../img/home\ 2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    z-index: 4;
    position: absolute;
    left: 18px;
    top: 15px;
}

.property {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 15px;
    position: relative;
    top: 0;
    left: 0;
}

.property::after {
    content: "";
    background-image: url("../img/home\ 3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 35px;
    height: 35px;
    z-index: 4;
    position: absolute;
    left: 23px;
    top: 21px;
}

.property-details {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.06);
    border-radius: 15px;
    padding: 0 15px;
    margin-right: 10px;
}

.introducing-program-box {
    padding-top: 150px;
}

.property-box1 {
    margin-top: 120px;
}

.property-list-right .property-box2 {
    margin-right: -70px;
}

.property-box2,
.property-box3 {
    margin-top: 80px;
}

.property-list-left {
    padding-right: 25px;
}

.property-list-left .property-box2 {
    margin-right: 70px;
}

#all-Introducing-Program h6 {
    font-weight: 700;
}

.introducing-program-box h1,
.whay-tamlik-title h1,
.educational-content-title h1,
.articles-content-title h1,
.material-prices-content-title h1 {
    font-weight: 700;
}

#whayTamlik {
    margin-top: 200px;
    position: relative;
    left: 0;
    top: 0;
}

.whay-tamlik-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    grid-template-rows: auto;
    column-gap: 50px;
    align-items: center;
    margin-top: 70px;
}

.whay-tamlik-item {
    background: #EDF3FB;
    border-radius: 50% 50% 25px 25px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
}

.whay-tamlik-item img {
    width: 50px;
    height: 50px;
}

.whay-tamlik-item p {
    font-weight: 700;
    position: absolute;
    bottom: -50px;
}

#whayTamlik::after {
    content: "";
    background-image: url("../img/Group\ 1847.svg");
    position: absolute;
    right: 0;
    top: -30%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#joinPlatform,
#joinMarket {
    margin-top: 200px;
    position: relative;
    top: 0;
    left: 0;
}

.join-platform,
.join-market {
    background: #EDF3FB;
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 35px;
}

#joinPlatform h1,
#joinMarket h1 {
    font-weight: 800;
    font-size: 38px;
}

#joinPlatform::after,
#joinPlatform::before,
#joinMarket::after,
#joinMarket::before {
    content: "";
    background-image: url("../img/Group\ 1847.svg");
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#joinPlatform::before,
#joinMarket::before {
    background-position: left;
}

#educationalContent,
#articlesContent {
    margin-top: 150px;
}

#cards .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 15px;
}

#cards .card-body>div>div>p {
    font-size: 16px;
}

#cards .card-body>div>div:nth-child(2)>span {
    color: #616161;
    font-size: 16px;
    padding-right: 15px;
}

#cards img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 15rem;
}

#cardDetails img {
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

#cardDetails i {
    color: #616161;
}

.btn-all {
    margin-top: 5.5rem;
}

.btn-all a {
    padding: 15px 30px;
    border: 2px solid #006AFF;
    color: #006AFF;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
}

.btn-all a:hover {
    color: #fff;
    background-color: #006AFF;
}

#questions {
    margin-top: 150px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
}

#questions p {
    margin-bottom: 0;
}

#questions h6 {
    font-weight: 700;
}

#questionsBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 15px;
    padding: 20px 25px;
}

#questionsBox p {
    text-align: justify;
}

#joinPlatform_2,
#joinMarket_2 {
    margin-top: 120px;
    position: relative;
    top: 0;
    left: 0;
}

.join-platform-2,
.join-market-2 {
    background: #EDF3FB;
    width: 100%;
    height: 100%;
    padding: 50px;
    border-radius: 35px;
}

#joinPlatform_2 h1,
#joinMarket_2 h1 {
    font-weight: 800;
    font-size: 38px;
}

#footer {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 100px;
    background: #EDF3FB;
    padding: 0;
}

#topFooter {
    width: 100%;
    height: 100%;
    padding: 70px 0;
}

#topFooter li {
    margin-top: 15px;
}

#topFooter i {
    color: #F09717;
    padding-left: 12px;
    font-size: 18px;
}

#btmFooter {
    background: #DDEAF3;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}

#btmFooter .container {
    padding-left: 0;
    padding-right: 0;
}

#socialNetworks i {
    color: #006AFF;
    font-size: 18px;
    position: relative;
    top: 8px;
}

#socialNetworks li {
    margin-left: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid #006AFF;
    border-radius: 50%;
}

#btmFooter p {
    font-weight: 700;
}

#aboutUs_Links {
    width: 25%;
}

#aboutUs_Links a {
    color: #616161;
    transition: all .4s;
    font-weight: 500;
}

#aboutUs_Links a:hover {
    color: #0c0c0c;
}

#specifications li {
    font-size: 16px;
    font-weight: 700;
}

#questions::after,
#questions::before {
    content: "";
    background-image: url("../img/Group\ 1847.svg");
    position: absolute;
    right: 0;
    top: 10%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#questions::before {
    background-position: left;
}

#aboutUs_Links ul li,
#aboutUs_Links h5 {
    display: block;
}

#articlesContent,
#educationalContent {
    position: relative;
    top: 0;
    left: 0;
}

#articlesContent::after,
#educationalContent::after {
    content: "";
    background-image: url("../img/Group\ 1847.svg");
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#educationalContent::after {
    background-position: left;
}

#showCartBtn a {
    font-weight: 700;
    border: 2px solid #006AFF;
    padding: 10px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#showCartBtn i {
    padding-left: 10px;
}

#showCartBtn a:hover {
    font-weight: 700;
    outline: 2px solid #fff;
    color: #fff;
    background: #006AFF;
}

.cart-card-details,
.facture {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 25px;
    overflow: hidden;

}

.price-cart p {
    color: #006AFF;
    font-size: 20px;
    font-weight: 700;
}

.cart-card-content h6 {
    font-weight: 700;
    font-size: 20px;
}

#productsImg img {
    width: 100px;
    height: 100px;
}

#productsNumber a,
#productsNumber img {
    width: 35px;
    height: 35px;
}

#available img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.navbar--logo {
    width: 80px;
    height: 40px;
}

.payment {
    background: #006AFF;
    padding: 15px 30px;
    border: 1px solid #006AFF;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 21px;
}

.facture p {
    font-size: 18px;
    font-weight: 500;
    color: #616161;
}

.facture {
    position: sticky;
    top: 0;
    left: 0;
}

#selerListDetails {
    margin-top: 2rem;
    background: #EDF3FB;
    border-radius: 15px;
}

#selerListDetails div {
    padding: 40px 30px;
}

#selerListDetails p {
    text-align: justify;
}

#selerListDetails h5 {
    font-weight: 700;
    font-size: 21px;
}

.sellers-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 25px;
    padding: 25px;
}

.sellers-card-img {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.sellers-card-img img {
    width: 100px;
    height: 100px;
}

#sellersStar img {
    padding-left: 5px;
}

#sellersStar span {
    display: block;
    padding-right: 10px;
    font-weight: 500;
    font-size: 14px;
}

.sellers-card-details h6 {
    font-weight: 700;
    font-size: 19px;
}

#sellersBtnCard a {
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #006AFF;
    width: 100%;
}

#sellersBtnCard i {
    padding-left: 10px;
}

.slr-rtl-content p img {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 3px;
    margin-left: 5px;
}

.slr-rtl-content p {
    padding-left: 50px;
}

.slr-ltr-content span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-cover {
    position: relative;
    top: 0;
    left: 0;
}

.video-cover::after {
    content: "";
    background-image: url(../img/Group\ 2005.png);
    background-size: cover;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-cover::before {
    content: "";
    background-image: url(../img/Group\ 2004.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2;
    width: 7%;
    height: 15%;
    top: 45%;
    left: 45%;
    cursor: pointer;
}

.video-btn {
    width: 7%;
    height: 15%;
    background: inherit;
    position: absolute;
    top: 45%;
    left: 45%;
    cursor: pointer;
    z-index: 2;

}


#listProductsHome {
    width: 90%;
}

#listProductsHome .swiper-container {
    height: 100px;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-thumbs .swiper-slide {
    height: 200px;
    opacity: 0.5;
}

.swiper-slide-child {
    background: #FFFFFF;
    box-shadow:
        inset 0px 11px 8px -10px rgba(0, 106, 255, 0.05),
        inset 0px -11px 8px -10px rgba(0, 106, 255, 0.05);
}

.product-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.product-button-prev {
    background: #ecf4ff;
    height: 50px;
    width: 50px;
    position: absolute;
    right: -50px;
    top: 32%;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 50%;
}

.product-button-next {
    background: #ecf4ff;
    height: 50px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 32%;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 50%;
}

.product-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.product-button-prev span,
.product-button-next span {
    font-size: 18px;
    font-weight: 700;
    /* font-family: Tahoma; */
}

#listProductsHome p {
    font-weight: 700;
}

#materialPrices {
    margin-top: 150px;
}

.material-active {
    background: #006AFF;
    border-radius: 12px;
    color: #fff;
}

#NumberOfSellers a {
    font-weight: 700;
    border: 2px solid #006AFF;
    padding: 10px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006AFF;
    background: #ffffff;
    width: 100%;
}

#listProductsHome p {
    cursor: pointer;
}

#productsBox1,
#productsBox2,
#productsBox4,
#productsBox5,
#productsBox6,
#productsBox7 {
    position: relative;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#productsBox1::after,
#productsBox2::after,
#productsBox4::after,
#productsBox5::after,
#productsBox6::after,
#productsBox7::after {
    content: " ";
    background-image: url("../img/nothing-found.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 110px;
    height: 110px;
    margin-top: 100px;
}

#priceGoldCoin {
    margin-top: 150px;
}

.item1 {
    width: 120px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
}

.price-products-act {
    background: #006AFF;
    color: #FFFFFF;
    font-size: 20px;
}

.pricecoin-boxes {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.pricegoldcoin-title,
.pricegoldcoin-details {
    display: flex;
    align-items: center;
    color: #006AFF;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.pricegoldcoin-details {
    color: #000000;
}

.pricegoldcoin-col-1 {
    width: 309px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.pricegoldcoin-col-1 div {
    width: 309px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 15px;
    margin-left: 12px;
}

.pricegoldcoin-col-2 {
    width: 987px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 15px;
    margin-right: 12px;
}

.pricegoldcoin-col-2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 80px;
    text-align: center;
}

.choice-items {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 106, 255, 0.05);
    border-radius: 15px;
    width: 700px;
    margin: 50px auto;
}

#materialPrices,
#priceGoldCoin {
    position: relative;
}

#materialPrices::after,
#materialPrices::before,
#priceGoldCoin::after,
#priceGoldCoin::before {
    content: "";
    background-image: url("../img/Group\ 1847.svg");
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#materialPrices::before,
#priceGoldCoin::before {
    background-position: left;
}

#showVideo {
    width: 100%;
    border-radius: 100px;
    z-index: -1;
}

.pagetions-sellers a{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EDF3FB;
    color: #616161;
    border-radius: 50%;
    margin: 0 5px;
    font-weight: 700;
    transition: all .4s;
}

.pagetions-sellers a:hover{
    color: #006AFF;
    background: #e2eeff;
}