* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --color-primary: #1b9e89;
    --color-secound: #f8f8f8;
    --color-text: #9a9ea4;
    --color-white: #fff;
    --color-pargraph: #212529;
    --color-nav: #f0f8ff;
    --color-acordion: #f5f5f5;
    --color-new: #656565;
    --color-sidebar: #828c8d;
    --color-link: #818387;
    --color-details: #595d64;
    --color-celender: rgb(36 209 152);
    --color-done: rgba(129, 131, 135, 1);
    --color-blue: rgba(83, 146, 251, 1);
    --color-yellow: rgba(237, 184, 62, 1);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    direction: rtl;
    height: 100vh;
    scroll-behavior: smooth;
    position: relative;
    background-color: var(--color-white);
}

.settingsControl {
    display: block !important;
}
.settingsControl .notTouch {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "light";
    src: url("../fonts/ArbFONTS-Montserrat-Arabic-Light.ttf");
}

@font-face {
    font-family: "regular";
    src: url("../fonts/ArbFONTS-Montserrat-Arabic-Regular.ttf");
}

@font-face {
    font-family: "semibold";
    src: url("../fonts/ArbFONTS-Montserrat-Arabic-SemiBold.ttf");
}

@font-face {
    font-family: "bold";
    src: url("../fonts/ArbFONTS-Montserrat-Arabic-Bold.ttf");
}
@font-face {
    font-family: "more-bold";
    src: url("../fonts/Jenine-Regular.otf");
}

/* side */
input#flexRadioDefault3 {
    margin-top: 24px;
}
input#flexRadioDefault2 {
    margin-top: 19px;
}
.covers {
    width: 100%;
}
.covers img {
    width: 100%;
    height: 300px;
}
.img-ptofile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -73px;
}
.img-ptofile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid var(--color-white);
    object-fit: cover;
    object-position: center;
}
.text-profile {
    margin: auto;
    width: 50%;
    text-align: center;
}
.photos-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.photos-time img {
    width: 170px;
    height: 120px;
    border-radius: 15px;
}
.icons-related img {
    margin-top: 1rem;
    width: 8%;
    aspect-ratio: 4 / 2;
    object-fit: contain;
}
h4.names {
    font-family: "bold";
    margin-top: 12px;
    font-size: 1.8rem;
}
.text-profile hr {
    height: 3px !important;
    background-color: #f5f5f5;
}
.text-profile p {
    font-family: "regular";
    font-size: 1.1rem;
}
p.discription {
    color: #909dad;
}
p.location {
    color: #909dad;
}
h4.dis {
    font-family: "bold";
    font-size: 1.2rem;
}
h4.times {
    font-family: "bold";
    font-size: 1.2rem;
}
h4.links {
    font-family: "bold";
    font-size: 1.2rem;
}
.discription {
    margin: auto;
    width: 70%;
    text-align: center;
}
.icons-related {
    margin-bottom: 2rem;
}
.img-join {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

header .img-join img {
    width: 100%;
    height: 87vh;
    /* border-radius: 13px; */
    /* padding: 0.5rem; */
    filter: brightness(0.8);
}
header .img-join .text-slider {
    position: absolute;
    right: 5%;
    width: 100%;
    color: #fff;
    font-family: "semibold";
}
.sidebar {
    display: block;
    margin-right: 0%;
    width: 9%;
    transition: 0.7s;
    min-height: 100vh;
    padding: 2rem 0;
    position: fixed;
    right: 0;
    z-index: 999;
}
.sidebar.open,
.sidebar.opened {
    transition: 0.7s;
    width: 15%;
    margin-right: 0%;
    height: 100%;
    overflow-y: auto;
    background-color: var(--color-nav);
}
.sidebar.open::-webkit-scrollbar-track,
.sidebar.opened::-webkit-scrollbar-track {
    display: none;
    transition: 0.7s ease-in-out;
}
.sidebar.open::-webkit-scrollbar,
.sidebar.opened::-webkit-scrollbar {
    display: none;
    transition: 0.7s ease-in-out;
}
.sidebar.open::-webkit-scrollbar-thumb,
.sidebar.opened::-webkit-scrollbar-thumb {
    display: none;
    transition: 0.7s ease-in-out;
}
.sidebar.open:hover,
.sidebar.opened:hover {
    transition: 0.7s ease-in-out;
}
.sidebar.open:hover::-webkit-scrollbar-track,
.sidebar.opened:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: var(--color-acordion);
    transition: 0.7s ease-in-out;
    display: block;
}
.sidebar.open:hover::-webkit-scrollbar,
.sidebar.opened:hover::-webkit-scrollbar {
    width: 3px;
    background-color: var(--color-acordion);
    transition: 0.7s ease-in-out;
    display: block;
}
.sidebar.open:hover::-webkit-scrollbar-thumb,
.sidebar.opened:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    transition: 0.7s ease-in-out;
    display: block;
}

.sidebar.open .nav-pills .nav-link,
.sidebar.opened .nav-pills .nav-link {
    text-align: start;
}
.sidebar.open .nav-pills .nav-link i.dot,
.sidebar.opened .nav-pills .nav-link i.dot {
    color: var(--color-sidebar);
    font-size: 0.5rem;
    margin-inline-start: 1.5rem;
}
.sidebar.open .nav-pills .nav-link span,
.sidebar.opened .nav-pills .nav-link span {
    display: inline-block;
}
.sidebar.open .nav-pills .nav-link img,
.sidebar.opened .nav-pills .nav-link img {
    display: inline !important;
    margin: 0 !important;
}
.sidebar.open .nav-pills .accordion-button i,
.sidebar.opened .nav-pills .accordion-button i {
    display: block;
}
.sidebar .image_logo {
    width: 100%;
}
.sidebar .image_logo .logo {
    width: 100%;
    margin: 0 auto 1rem;
    display: block;
    padding: 0 1.5rem;
}
.sidebar .accordion-button {
    width: 100%;
    font-family: "semibold";
    padding: 0;
}
.sidebar .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    filter: brightness(0) invert(1);
}
.sidebar .nav-pills {
    width: 100%;
    font-family: "semibold";
    padding: 0;
}
.sidebar .nav-pills .accordion-button {
    display: block;
}
.sidebar .nav-pills .accordion-button.collapsed {
    background-color: transparent !important;
    box-shadow: none;
}
.sidebar .nav-pills .accordion-button.collapsed i {
    transform: rotate(180deg);
}
.sidebar .nav-pills .accordion-button i {
    float: right;
    font-size: 1.1rem;
    margin-top: 0.2rem;
    color: var(--color-sidebar);
    transform: rotate(0deg);
    display: none;
}
.sidebar .nav-pills .accordion-button:focus {
    border-color: unset;
    box-shadow: none;
}
.sidebar .nav-pills .accordion-button:not(.collapsed) {
    transition: 0.7s ease-in-out;
}
.sidebar .nav-pills .accordion-button:not(.collapsed)::after {
    margin-right: auto;
    margin-left: 0;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.sidebar .nav-pills .nav-item {
    width: 100%;
    margin: 0.3rem 0;
    list-style: none;
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    transition: 0.4s;
}
.video-1 {
    margin-top: 2rem;
}
.sidebar .nav-pills .nav-item .nav-link {
    text-align: start;
    padding: 1rem 1.2rem;
    font-size: 0.85rem;
    background-color: transparent;
    margin-bottom: 0;
}
.sidebar .nav-pills .nav-item .nav-link span {
    color: var(--color-link);
    margin: 0 5%;
    font-family: "regular";
    font-size: 0.8rem;
}
.sidebar .nav-pills .nav-item .nav-link img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}
.sidebar .nav-pills .nav-item .nav-link.active {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.sidebar .nav-pills .nav-item .nav-link.active span {
    font-family: "semibold";
    color: var(--color-white) !important;
}

.sidebar.open ~ .index_cards,
.sidebar.opened ~ .index_cards {
    width: 85%;
    margin-inline-start: 15%;
    transition: 1s ease-in-out;
}

.sidebar ~ .index_cards {
    width: 95%;
    margin-inline-start: 9%;
    transition: 1s ease-in-out;
}

.index_cards {
    padding: 0;
    background-color: var(--color-white);
    position: relative;
}

/* ====== small laptop style ====== */

.index_cards {
    padding: 0;
    background-color: var(--color-white);
    position: relative;
}

/* side */

/* header */
header .back {
    background-color: rgb(83 146 251 / 10%);
    background-image: url(../img/head.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
    overflow: hidden;
}
header .parent-logo {
    display: flex;
    align-items: end;
    width: 75%;
}
header .parent-logo .word-logo h4 {
    text-align: center;
    font-family: "bold";
    font-size: 15px;
    color: var(--color-yellow);
}
header .parent-logo .word-logo span {
    font-family: "bold";
    font-size: 15px;
    color: rgba(44, 55, 97, 1);
}

header .parent-logo .word-logo p {
    font-family: "regular";
    font-size: 7px;
    color: rgba(111, 111, 111, 1);
}
header .parent-logo .img-log img {
    width: 92px;
    height: 74px;
}

header .head-page {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0 1rem;
    flex-wrap: wrap;
    align-items: center;
}
header .join-account {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    /* width: 25%; */
}
.navbar-expand-lg .navbar-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
}
header .join-account .btn-link {
    border: 1px solid var(--color-primary);
    font-family: "regular";
    font-size: 0.8rem;
    text-decoration: none;
    color: var(--color-primary);
    padding: 0.7rem 2rem;
    border-radius: 28px;
    transition: 0.7s ease-in-out;
}
header .join-account .btn-link:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    transition: 0.7s ease-in-out;
}
button.btn.login {
    font-family: "regular";
    font-size: 0.8rem;
    text-decoration: none;
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 0.7rem 2rem;
    border-radius: 28px;
    transition: 0.7s ease-in-out;
}
button.btn.login:hover {
    color: var(--color-primary);
    background-color: var(--color-white);
    transition: 0.3s;
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
}
header .join-account a {
    color: black;
    text-decoration: none;
}
header .join-account .btn-warning {
    font-family: "bold";
    font-size: 18px;
    color: white;
    background-color: var(--color-yellow);
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
}

header .join h4 {
    font-family: "bold";
    font-size: 56px;
}
header .join p {
    font-family: "regular";
    font-size: 16px;
    color: rgba(89, 93, 100, 1);
    margin-bottom: 2rem;
}
header .join .btn-primary {
    font-family: "bold";
    font-size: 16px;
    color: white;
    background-color: var(--color-blue);
    padding: 0.8rem 4rem;
    border-radius: 10px;
}

/* header */

/* courses */
.courses {
    background-color: var(--color-white);
}
.courses .card {
    background-color: var(--color-white);
}
.courses .head-cours {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 3rem 0;
}
.courses .head-cours h4 {
    margin-bottom: 2rem;
    font-family: "bold";
    font-size: 48px;
}
.courses .head-cours p {
    color: rgba(89, 93, 100, 1);
    font-family: "regular";
    font-size: 18px;
    text-align: center;
}
.courses .head-cours img {
    position: absolute;
    top: 55px;
    translate: -70px;
}
.courses .card .calender {
    display: flex;
    align-items: flex-start;
}
.courses .card-body-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 2px solid rgba(218, 218, 247, 1);
}
.courses .card {
    border: none !important;
    background-color: unset !important;
    margin-bottom: 2rem;
    width: 90%;
}
.courses .card-body-btn .btn-primary {
    padding: 0.8rem 1.8rem;
    border-radius: 12px;
    font-family: "bold";
    font-size: 16px;
}
.courses .calender .back {
    background-color: var(--color-celender);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.courses .calender p {
    font-family: "regular";
    font-size: 15px;
    color: rgba(119, 119, 149, 1);
}
.card-body .card-title {
    font-family: "bold";
    font-size: 20px;
}
.card-body .card-text {
    font-family: "regular";
    font-size: 14px;
    color: var(--color-done);
}
.card-body-btn h6 {
    color: var(--color-blue);
    font-family: "bold";
    font-size: 24px;
}

/* courses */

/* chose-teacher */

.join-teach {
    margin-top: 4rem;
}
.chose-teacher .join-teach h4 {
    color: white;
    font-family: "bold";
    font-size: 40px;
}
/* .chose-teacher .swiper-slide{
    width: 100% !important;
} */

.chose-teacher .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chose-teacher .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chose-teacher .join-teach p {
    color: white;
    font-family: "regular";
    font-size: 16px;
}
.chose-teacher .join-teach h6 {
    color: rgba(234, 238, 246, 1);
    font-family: "regular";
    font-size: 18px;
    margin: 1.5rem 0 2rem;
}
.chose-teacher .join-teach .btn-warning {
    color: var(--color-white);
    background-color: var(--color-yellow);
    padding: 0.8rem 4rem;
    border-radius: 10px;
    font-family: "bold";
    font-size: 16px;
    margin: 1.5rem 0 2rem;
}
.chose-teacher .img-join img {
    width: 100%;
    height: 500px;
}

/* chose-teacher */

/* summary supject */
.summary {
    margin-top: 3rem;
}
.summary .group {
    display: flex;
}
.summary .group .yellow {
    background-color: var(--color-yellow);
    width: 55px;
    height: 55px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}
.summary .group .blue {
    background-color: var(--color-blue);
    width: 55px;
    height: 55px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}
.summary .group .red {
    background-color: rgba(255, 59, 83, 1);
    width: 55px;
    height: 55px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}
.text {
    width: 80%;
}
.text h6 {
    font-family: "bold";
    font-size: 18px;
    color: black;
}
.text p {
    color: var(--color-done);
    font-family: "regular";
    font-size: 13px;
}
/* summary supject */

/* couot */
.couot {
    background-image: url(../img/Rectangle\ 6.png);
    background-size: cover;
    background-position: center;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.couot h3 p {
    font-family: "regular";
}
/* couot */

/* footer */
footer {
    background-color: #f5f6fc;
}
/* footer .back {
  background-color: rgb(83 146 251 / 10%);
  background-image: url(../img/head.png);
} */
footer .title {
    text-align: center;
}
.all-social {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 2.4rem;
}
.download h4 {
    font-size: 1.1rem;
    font-family: "bold";
    margin-bottom: 1rem;
}
.play-store {
    margin-bottom: 1rem;
    background-color: white;
    width: fit-content;
    padding: 0.7rem 2rem;
    border: 1px solid;
    border-radius: 10px;
}
.app-store a {
    width: 200px;
    height: 60px;
    display: flex;
    flex-direction: column;
    background-color: white;
    color: #2c3761;
    border-radius: 10px;
    border: 1px solid;
    padding: 0.5rem;
    font-family: "bold";
    height: 120px;
    justify-content: center;
    align-items: center;
}
.app-store a:hover {
    color: #2c3761;
}

footer .title .word h4 {
    text-align: center;
    font-family: "bold";
    font-size: 15px;
    color: var(--color-yellow);
}
footer .title .word span {
    font-family: "bold";
    font-size: 15px;
    color: white;
}
.app-store {
    /* padding: 2.5rem; */
}
.app-store h6 {
    font-size: 0.9rem;
}
.app-store i {
    font-size: 2rem;
}

footer .title .word p {
    font-family: "regular";
    font-size: 7px;
}
footer .title .img-title img {
    width: 75px;
    height: 60px;
    margin-top: 3rem;
}
.phone {
    display: flex;
}
.phone i {
    margin-left: 0.5rem;
    color: white;
}
.phone h6 {
    margin: 0 1rem 2rem;
}
.social .wats {
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.social {
    display: flex;
    margin: 2rem 0 2rem;
    justify-content: center;
    margin-left: 62px;
}

.social span {
    font-family: "regular";
}

.social .wats {
    margin-left: 1.5rem;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.fixed-icon {
    position: fixed;
    top: 85%;
    left: 13px;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 0;
    gap: 14px;
    width: fit-content;
    z-index: 11;
}
.swiper-button-next {
    color: var(--color-primary) !important;
}
.swiper-button-prev {
    color: var(--color-primary) !important;
}
input#colorPicker {
    margin-bottom: 1rem;
    width: 100%;
}
.fixed-icon h4 {
    font-size: 0.9rem;
    font-family: "bold";
    background-color: #394267;
    color: white;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 0;
}
.fixed-icon .dropdown-toggle::after {
    display: none;
}
.fixed-icon button.btn.btn-secondary.dropdown-toggle {
    background: var(--color-primary);
    border: 0;
    padding: 0.5rem 1rem;
}
.fixed-icon button.btn.btn-secondary.dropdown-toggle i {
    font-size: 1.3rem;
}
.fixed-icon ul.dropdown-menu.show {
    min-width: fit-content;
}
.end {
    padding: 0.5rem;
    margin-bottom: 1rem;
    background-color: #f5f6fc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.end p {
    font-family: "regular";
}
.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.copyright span {
    font-family: "bold";
    color: var(--color-primary);
}
.copyright h4 {
    font-family: "regular";
    font-size: 0.8rem;
    margin-bottom: 0;
}
.copyright-2 h4 {
    font-family: "regular";
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #656b78;
}
.copyright-2 h4 span {
    color: black;
}
.copyright-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #656b78;
}
/* footer */

/* sign-in */
.sign-in .data h4 {
    font-size: 24px;
    font-family: "bold";
}
.sign-in .data h6 {
    font-size: 16px;
    font-family: "regular";
    margin: 1rem 0 2rem;
}
.sign-in form .form-control {
    margin-bottom: 1.5rem;
    padding: 0.5rem 2rem 0.4rem 0.75rem;
}
.sign-in form ::placeholder {
    color: var(--color-done);
    font-size: 15px;
    font-family: "regular";
}
.control-icon {
    position: relative;
}
.control-icon .right {
    position: absolute;
    top: 13px;
    right: -12px;
    color: var(--color-primary);
}
.control-icon-pass {
    position: relative;
}
.control-icon-pass .lock {
    position: absolute;
    top: 13px;
    right: 10px;
    color: var(--color-blue);
}
.control-icon-pass .lock-icon {
    position: absolute;
    top: 10px;
    left: 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

.sign-in .forget {
    display: flex;
    justify-content: end;
}
.sign-in .forget a {
    color: black;
    text-decoration: none;
}
.sign-in .forget h6 {
    font-size: 17px;
    font-family: "regular";
}
.sign-in .btn-primary {
    font-size: 17px;
    font-family: "bold";
    padding: 0.5rem 4.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    background-color: var(--color-primary);
    border: 0;
}
.new a {
    text-decoration: none;
}
.new p {
    font-size: 17px;
    font-family: "bold";
    color: black;
}
.new span {
    font-size: 17px;
    font-family: "bold";
    color: var(--color-primary);
}

.new p {
    color: black;
}

.sign-in .img-sign {
    margin: 0 auto;
    text-align: center;
    animation: keep 6s linear infinite;
}
.sign-in .img-sign img {
    width: 85%;
}
/* sign-in */

/* start forgetpass */
.forgetpass {
    display: flex;
    justify-content: center;
    align-items: center;
}
.style-bord {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.forgetpass .head-forget {
    width: 55%;
    border: 0.5px solid rgba(154, 158, 164, 1);
    border-radius: 19px;
    padding: 2rem 1.5rem 0;
}
.forgetpass .head-forget h4 {
    font-size: 24px;
    font-family: "bold";
    margin-top: 2rem;
}
.forgetpass .head-forget p {
    font-size: 16px;
    font-family: "regular";
    color: rgba(89, 93, 100, 1);
    margin-bottom: 2rem;
}
.forgetpass .style-bord form ::placeholder {
    color: var(--color-done);
    font-size: 15px;
    font-family: "regular";
}
.forgetpass .style-bord form .form-control {
    padding-right: 2rem;
    border-color: rgba(154, 158, 164, 1);
}
.forgetpass .style-bord form .btn-primary {
    width: 100%;
    color: white;
    background-color: var(--color-blue);
    margin: 1rem 0;
    padding: 0.5rem;
    font-family: "regular";
}
.forgetpass .style-bord form a {
    text-decoration: none;
}
.forgetpass .style-bord form p {
    color: black;
    font-size: 16px;
    font-family: "regular";
}
.forgetpass .style-bord form span {
    color: var(--color-blue);
}
/* end forgetpass */
/* Work-container-recode */
.resend {
    margin-top: 1rem;
}
.resend a {
    color: var(--color-primary);
    font-family: "regular";
}
fieldset.number-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.5rem;
}
input.code-input {
    padding: 2rem 0;
    border: unset;
    background-color: #f7f7f7;
    border-radius: 13px;
    text-align: center;
    font-size: 1.5em;
    width: 8em;
    margin-left: 0.3rem;
}
.code-input:focus {
    outline: none;
    border: 2px solid rgba(10, 18, 31, 1);
}
/* Work-container-recode */


.style-one h1 {
    gap: 10px;
}

/* new-account */
.form-check-radio {
    display: flex;
    justify-content: space-evenly;
}
form .radio {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
/* new-account */

.parent-logo-main {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin-right: 20px;
}
button#dropdownMenuButton1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: unset;
    color: black;
    font-family: "regular";
    border: unset;
}
button#dropdownMenuButton1 p {
    margin-bottom: 0;
    font-size: 0.7rem;
}
.word-logo h4 {
    text-align: center;
    font-family: "bold";
    font-size: 15px;
    color: var(--color-yellow);
}
.word-logo span {
    font-family: "bold";
    font-size: 15px;
    color: rgba(44, 55, 97, 1);
}
.word-logo p {
    font-family: "regular";
    font-size: 7px;
    color: rgba(111, 111, 111, 1);
}
.word-logo img {
    width: 75px;
    height: 60px;
}
li.nav-item.profile {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    padding: 1rem 1.2rem;
    flex-wrap: wrap;
    margin-bottom: 1rem !important;
}
.text-pro h4 {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.text-pro p {
    font-size: 0.7rem;
    margin-bottom: 0;
    color: var(--color-link);
    line-height: 1.3rem;
}
.text-pro {
    text-align: center;
}

/* .blue {
    width: 100%;
    background-color: var(--color-primary);
    height: 29px;
} */
.navbar {
    background-color: var(--color-white);
}
.right {
    margin-inline-start: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.saerch {
    margin-top: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.178);
    padding: 0.9rem 1.5rem;
    border-radius: 5px;
    position: relative;
}
.saerch i {
    position: absolute;
    top: 21px;
    right: 3px;
    color: #5c5c6b;
}
.saerch input {
    width: 100%;
    border: unset;
    outline: unset;
}
::placeholder {
    font-family: "regular";
    color: rgba(0, 0, 0, 0.24);
}
select.form-select.head {
    margin-top: 2rem;
    padding: 1rem 1rem;
    direction: ltr;
    font-family: "regular";
}
.content {
    background-color: var(--color-white);
    min-height: 100vh;
    margin-bottom: 100px;
}
.card-gology {
    background-color: #f8f8f8;
    padding: 1rem;
}
.card-gology a {
    text-decoration: none;
    font-family: "regular";
    color: #5392fb;
}
.navbar {
    display: flex;
    justify-content: space-between;
}
.navbar .menu {
    border: 1.5px solid rgba(50, 100, 235, 0.158);
    border-radius: 5px;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.3rem;
}
.text-card-gology h4 {
    font-family: "regular";
    font-size: 1.2rem;
}
.text-card-gology p {
    font-family: "regular";
    color: var(--color-details);
    font-size: 0.9rem;
}
.text-card-gology {
    border-bottom: 1px dashed #00000038;
}
.back-ground {
    width: 100%;
    margin-top: 2rem;
}
.icons-gology {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: "regular";
    color: #9a9ea4;
    padding: 1rem;
}
.icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.icons-gology p {
    margin-bottom: 0;
}
.img-not {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
.goback {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 2rem;
}
.goback a {
    text-decoration: none;
    color: var(--color-link);
    font-family: "regular";
}
.goback p {
    margin-bottom: 0;
}
.icons-detalis-curses {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.icons-detalis-curses p {
    margin-bottom: 0;
    font-family: "regular";
    color: #9a9ea4;
}
.spourt {
    margin-top: 22px;
}
video {
    width: 100%;
}
.text-details h4 {
    font-family: "regular";
}
.text-details p {
    font-family: "regular";
    color: var(--color-details);
}
.btn-details {
    margin-top: 17px;
}
.btn-details button {
    padding: 0.8rem 2rem;
    transition: 0.7s;
    font-family: "regular";
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
}
.btn-details button:hover {
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
}
.accordion-button::after {
    margin-right: auto !important;
    margin-left: unset !important;
}
.adress {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: "regular";
}
.adress .icons p {
    margin-bottom: 0;
    font-family: "regular";
    color: #9a9ea4;
}
.prg {
    padding: 1.1rem;
    margin-top: -20px;
    font-family: "regular";
}
.prg p {
    width: 38%;
    font-size: 0.8rem;
    color: var(--color-details);
}
.accordion-button:not(.collapsed) {
    background-color: unset !important;
    box-shadow: unset !important;
    outline: unset !important;
    border-color: unset !important;
}
.accordion-flush .accordion-item .accordion-button {
    box-shadow: unset;
    color: black;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.all-accordion {
    padding: 1rem;
    background-color: var(--color-acordion);
    border-radius: 15px;
}
.accordion-item {
    background-color: unset !important;
}
button.accordion-button.collapsed {
    background-color: unset !important;
}
.header-course {
    font-family: "regular";
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.accordion-body {
    border-top: 1px solid;
}
.course-header h4 {
    font-family: "regular";
    font-size: 1.1rem;
}
.body-content {
    display: flex;
    font-family: "regular";
    justify-items: center;
    gap: 10px;
    justify-content: space-between;
}
.details-body {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-family: "regular";
    font-size: 0.6rem;
}
.details-body p {
    margin-bottom: 0;
}
.details-body span {
    color: #9a9ea4;
}
.all-d {
    background-color: white;
    padding: 0.7rem;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7rem;
}
.more {
    display: flex;
    align-items: center;
    gap: 10px;
}
.link {
    text-decoration: none;
    color: black;
}
.check {
    border: 1px solid #5392fb;
    padding: 0.6rem;
    margin-top: 0.8rem;
    border-radius: 7px;
}
.form-check-input[type="radio"] {
    margin-top: 14px;
}
.form-check img {
    width: 100%;
}
.join-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.join-text h4 {
    font-family: "regular";
}
.join-text h5 {
    font-family: "regular";
}
button.btn.btn-primary.jion {
    margin-top: 1rem;
    padding: 0.5rem 3rem;
    font-family: "regular";
    transition: 0.7s;
}
button.btn.btn-primary.jion:hover {
    background-color: unset;
    color: #5392fb;
    border: 1px solid #5392fb;
}
h5.swal2-title {
    font-family: "regular";
}
p.swal2-html-container {
    font-family: "regular";
}
.text-found p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "regular";
    color: var(--color-details);
}
button.btn.btn-primary.fond {
    display: block;
    margin: auto;
    font-family: "regular";
    transition: 0.7s;
}
button.btn.btn-primary.fond:hover {
    background-color: unset;
    color: #5392fb;
    border: 1px solid #5392fb;
}
.not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 7rem;
}
.not-found p {
    font-family: "regular";
    color: #9a9ea4;
}
a {
    text-decoration: none !important;
}
.card-curses-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-acordion);
    margin-top: 2rem;
    padding: 1rem;
    gap: 10px;
    border-radius: 10px;
}
.text-curses h4 {
    font-family: "regular";
    font-size: 1.2rem;
}
.text-curses p {
    font-family: "regular";
    color: #707070;
    font-size: 0.9rem;
}
.skill-main {
    margin-top: 37px;
    width: 54%;
}
*,
::after,
::before .skill-main {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline-start: 17px;
    margin-top: -19px;
}
.skill-main .skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.skill-main .skill-wrrap .skill-name {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
}
.skill-main .skill-wrrap .skill-bar {
    height: 9px;
    background-color: #d9d9d9;
    border-radius: 8px;
}
.skill-main .skill-wrrap .skill-per {
    height: 9px;
    background: #5392fb;
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;
}
.skill-main .skill-wrrap .skill-per:before {
    content: attr(per);
    position: absolute;
    padding: 4px 6px;
    background-color: #23576f;
    color: var(--color-white);
    font-size: 11px;
    border-radius: 4px;
    top: -32px;
    right: 11px;
    transform: translateX(50%);
}
.skill-main .skill-wrrap .skill-per:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #23576f;
    top: -9px;
    right: 10px;
    transform: translateX(50%) rotate(45deg);
    border-radius: 2px;
}
/* .nav-item:hover {
    background-color: var(--color-primary);
    border-top: 1px solid white;
    color: white !important;
} */

.nav-item:hover .nav-link span,
.nav-item:hover .nav-link {
    color: var(--color-primary) !important; /* Text and icon color on hover */
}
.modal-body.out {
    text-align: center;
}
.modal-body.out h4 {
    font-family: "regular";
}
button.btn.PrimaryButton {
    margin-top: 10px;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-family: "regular";
    transition: 0.7s;
}
button.btn.PrimaryButton:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.modal-dialog.out {
    margin-top: 215px;
}

/* seiting */
.shape-tab .title-bab {
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0.5rem 1rem;
    gap: 10px;
}
.all-tabs-new {
    margin-top: 1rem;
    text-align: center !important;
    .nav-pills {
        padding: 0;
        .nav-item {
            .nav-link {
                color: var(--color-primary);
            }
        }
    }
}
.all-tabs-new .nav-pills .nav-link.active,
.all-tabs-new .nav-pills .show > .nav-link {
    background-color: rgba(6, 121, 126, 1);
    border-radius: 0;
    border: 1px solid var(--color-primary);
    /* border-left: 1px solid black; */
    /* height: 10px; */
    position: relative;
    transition: 0.7s ease-in-out;
    color: #fff;
    &:hover {
        background-color: transparent;
        border: 1px solid var(--color-primary);
        color: var(--color-primary);
        transition: 0.7s ease-in-out;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: rgba(6, 121, 126, 1);
    border-radius: 0;
    border: 1px solid var(--color-primary);
    /* border-left: 1px solid black; */
    /* height: 10px; */
    position: relative;
    transition: 0.7s ease-in-out;
    &:hover {
        background-color: transparent;
        border: 1px solid var(--color-primary);
        color: var(--color-primary);
        transition: 0.7s ease-in-out;
    }
}
.shape-tab .seting {
    display: flex;
    align-items: center;
}
.nav-link h5 {
    font-family: "regular";
    font-size: 14px;
    /* padding-right: 0.8rem; */
    padding: 0.8rem;
    /* border-bottom: 1px solid #E0E0E0; */
}
.shape-tab {
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    margin-bottom: 2rem;
}
.shape-tab .title-bab .user h5 {
    font-family: "regular";
    font-size: 14px;
    color: var(--color-white);
}
.shape-tab .title-bab .user h6 {
    font-family: "light";
    font-size: 12px;
    color: #f3f3f3;
}
.nav-link .out {
    color: #ed1c24 !important;
}
.parent .h4 {
    font-family: "regular";
    margin: 2rem 0;
    font-size: 20px;
}
.tab-content {
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    border-bottom-left-radius: 10px;
}
.tab-content .tab-pane .head-tab {
    background-color: var(--color-primary);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-upload .avatar-preview {
    width: 105px;
    height: 115px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); */
}
.tab-content .name .btn-success:hover {
    background-color: transparent;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
}
.avatar-edit .btn {
    background-color: var(--color-primary);
    color: var(--color-white);
    transition: 0.7s ease-in-out;
}
.old-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
}
.old-child .details-child {
    display: flex;
}
.old-child .details-child h6 {
    font-family: "regular";
    font-size: 13px;
    padding-left: 1rem;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    height: 35px;
    margin-bottom: 0;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    font-family: "regular";
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    border-radius: 35px;
    /* padding: 1rem; */
}
.avatar-upload {
    position: relative;
    margin: 25px auto;
}
.name {
    display: flex;
    flex-wrap: wrap;
}
.tab-content .name .btn-success {
    background-color: var(--color-primary);
    padding: 10px 45px;
    border-radius: 33px;
    margin: 1rem 0 2rem;
    font-family: "regular";
    font-size: 15px;
    box-shadow: unset;
    transition: 0.7s ease-in-out;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    bottom: -40px;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tab-content .tab-pane .head-tab h6 {
    color: var(--color-white);
    font-family: "semibold";
    font-size: 20px;
    padding: 25px;
    margin: 0;
    /* border-radius: 10px; */
    border-top-right-radius: 10px;
}
.old-child .child .name-clid h5 {
    font-family: "regular";
    font-size: 15px;
}
.old-child .child .name-clid p {
    font-family: "regular";
    font-size: 13px;
    color: var(--color-new);
}
.tab-pane .btn-success {
    background-color: var(--color-primary);
    padding: 10px 50px;
    border-radius: 33px;
    margin: 1rem 0 2rem;
    font-family: "regular";
    font-size: 15px;
    box-shadow: unset;
    transition: 0.7s ease-in-out;
    margin: 0 1rem 2rem;
}
.btn-toggle {
    display: none;
}
.tab-pane .btn-success:hover {
    background-color: transparent;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
}
.bord {
    width: 35%;

    /* height: 100%; */
    padding: 1px;
}
.chat-of-massege .status-of-teacher {
    display: flex;
    border-bottom: 2px solid var(--color-primary);
    /* align-items: center; */
}
.wats-chat .date {
    display: flex;
    justify-content: center;
    text-align: center;
}
.tab-of-masseges {
    display: flex;
}
.chat-of-massege {
    width: 65%;
    border-right: 2px solid var(--color-primary);
    border-bottom-left-radius: 10px;
    margin: 0 1px;
    /* height: 100%; */
    /* padding: 1px; */
}

.chat-of-massege .status-of-teacher .img {
    width: 10%;
    margin: 1rem;
}
.status-of-teacher .list-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 1rem;
}
.wats-chat .date {
    display: flex;
    justify-content: center;
    text-align: center;
}
.wats-chat .quesion {
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 1rem 1rem 0.2rem;
    width: fit-content;
    margin: 1rem;
}
.wats-chat .anser-flex {
    display: flex;
    justify-content: end;
}
.wats-chat .send-massge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    margin-top: 7rem;
}
.wats-chat .send-massge .tlegram {
    background-color: var(--color-primary);
    color: white;
    padding: 1rem;
    border-bottom-left-radius: 10px;
}
.wats-chat .anser {
    background-color: var(--color-primary);
    color: white;
    border-radius: 10px;
    padding: 1rem 1rem 0.2rem;
    margin: 1rem;
}
.all-teachers {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-right: 1rem;
}
.all-meaasae h4 {
    font-family: "semibold";
    font-size: 20px;
    padding-right: 1rem;
    margin: 1rem 0;
}
.name-teacher {
    display: flex;
    justify-content: space-between;
}
.explain-teacher {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(172, 172, 172, 1);
}
.status-name-teacher h4 {
    font-family: "semibold";
    font-size: 12px;
}
.status-name-teacher p {
    font-family: "regular";
    font-size: 12px;
    color: var(--color-new);
}
.all-teachers .teacher h5 {
    font-family: "regular";
    font-size: 12px;
}
.explain-teacher h6 {
    font-family: "light";
    font-size: 12px;
    color: var(--color-new);
}
.explain-teacher p {
    font-family: "medium";
    font-size: 10px;
    padding: 3px;
    color: white;
    background-color: var(--color-primary);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
}
.all-teachers .teacher h6 {
    font-family: "light";
    font-size: 12px;
    color: var(--color-new);
}
.wats-chat .date p {
    font-family: "regular";
    font-size: 10px;
    color: var(--color-new);
    border: 1px solid var(--color-new);
    border-radius: 10px;
    padding: 1px 16px;
    margin: 1rem;
}
.wats-chat .quesion h6 {
    font-family: "regular";
    font-size: 14px;
}
.wats-chat .anser-flex h6 {
    font-family: "regular";
    font-size: 14px;
}
.wats-chat .quesion p {
    font-family: "regular";
    font-size: 9px;
}
.wats-chat .anser-flex p {
    font-family: "regular";
    font-size: 9px;
}
input.form-control {
    margin-top: 1rem;
    border-radius: 33px;
    padding: 0.75rem;
    background-color: #f7f7f7;
    padding-right: 40px;
    border: unset;
    font-family: "light";
    font-size: 13px;
}
.tab-content .password .btn-success {
    background-color: var(--color-primary);
    padding: 10px 50px;
    border-radius: 33px;
    margin: 1rem 0 2rem;
    font-family: "regular";
    font-size: 15px;
    box-shadow: unset;
    transition: 0.7s ease-in-out;
}
.tab-content .password {
    padding: 0 1rem;
}

.tab-content .password .btn-success:hover {
    background-color: transparent;
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
}
.notification {
    display: flex;
    align-items: center;
    padding: 1rem;
}
.notification .details-notification h5 {
    font-family: "regular";
    font-size: 14px;
    margin-bottom: 1rem;
}
.notification .details-notification p {
    font-family: "regular";
    font-size: 15px;
    color: var(--color-new);
}
.notification .details-notification {
    padding-right: 1rem;
    width: 80%;
}

.nav-item {
    transition: 0.7s;
}
.shape-tab i {
    color: #b2b2cd !important;
    transition: 0.7s;
}
/* icon */
i.i-inline--fa.fa-phone.te {
    position: absolute;
    top: 99px;
    color: #575a596b;
}
.name {
    position: relative;
}
.name i {
    color: #575a596b;
}
i.i-inline--fa.fa-user.po {
    position: absolute;
    top: 14px;
    right: 13px;
    color: #575a596b;
}
i.i-inline--fa.fa-phone.te {
    position: absolute;
    top: 75px;
    right: 13px;
    color: #575a596b;
}
i.i-inline--fa.fa-envelope.ma {
    position: absolute;
    top: 133px;
    right: 13px;
    color: #575a596b;
}
.crad-lesson-set {
    margin-top: 43px;
    border: 1px solid #00000024;
    padding: 1rem;
    border-radius: 9px;
}
.comti h4 {
    font-family: "regular";
    margin-top: 25px;
}
button.btn.btn-secondary.dropdown-toggle.set {
    border: 1px solid #00000026;
    padding: 9px 3px;
}
.las i {
    color: #8c8c8c;
    font-size: 1.2rem !important;
}

i.i-inline--fa.fa-user.po {
    position: absolute;
    top: 14px;
    right: 13px;
    color: #575a596b;
}
.change-password {
    padding: 2rem;
}
#lockIcon-now {
    position: absolute;
    top: 0;
    right: -12px;
    cursor: pointer;
}
#lockIcon-now-1 {
    position: absolute;
    top: 45px;
    right: -12px;
}
.all-check {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
}
#educationSelect {
    display: none; /* Hide the select element by default */
}
.all-check label {
    margin-top: 0.6rem !important;
}
i.i-inline--fa.fa-unlock {
    position: absolute;
    top: 8px;
    right: 10px;
    color: var(--color-primary);
}
.change-password h4 {
    font-family: "regular";
}
.change-password label {
    font-family: "regular";
}
h4.h4 {
    margin: 2rem;
    font-family: "regular";
    color: var(--color-details);
}
button#closeSidebar {
    background-color: aliceblue;
    border: 1px solid;
    margin-inline-start: auto;
    border-radius: 50%;
    display: none;
}
i.i-inline--fa.fa-unlock.nasra {
    top: 8px;
}

label.form-check-label {
    margin-top: 9px;
    font-family: "regular";
}
label.col-form-label {
    font-family: "regular";
}
/* nasra */
.celender {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.celender img {
    width: 30px;
    height: 30px;
    background-color: var(--color-primary);
    border-radius: 50%;
    padding: 0.3rem;
}
.celender h4 {
    font-family: "regular";
    color: #777795;
    font-size: 0.9rem;
    margin-bottom: 0;
}
h4.title {
    font-family: "regular";
    font-size: 1.1rem;
}
img.master {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 340px;
}

.text-card {
    padding: 0.5rem;
    background-color: white;
    border-radius: 0 0 10px 10px;
}
.text-card-filtter {
    padding: 0.5rem;
    background-color: #fafafa;
    border-radius: 0 0 10px 10px;
}
.card-teacher {
    margin-top: 0 !important;
    margin-bottom: 2rem;
    box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.2);
}
.card-teacher p {
    font-family: "regular";
    font-size: 0.9rem;
    color: #818387;
}
.courses {
    background-color: rgb(230 235 245);
}
/* .swiper-wrapper {
    margin-top: 2rem !important;
} */
/* .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 52rem !important;
    background: #5392fb;
    color: white !important;
    padding: 1.5rem;
    border-radius: 10px;
} */
/* .swiper-button-next,
.swiper-button-prev {
    top: 32% !important;
} */
/* .swiper-button-prev {
    background: #5392fb;
    color: white !important;
    padding: 1.5rem;
    border-radius: 10px;
} */
.page-item .page-link {
    color: var(--color-primary) !important;
    font-family: "regular";
}
.page-item.active .page-link {
    background-color: var(--color-primary) !important;
    color: #fff !important;
    border-color: var(--color-primary) !important;
}
.page-item.disabled {
    opacity: 0.5;
}
.page-item .page-link:focus {
    box-shadow: 0 0 0 .25rem #1b9e8942;
}
.all-arows {
    position: relative;
}
.had-cours {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 2rem 0;
    font-family: "regular";
}
/* .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -60rem !important;
    right: auto !important;
} */
.had-cours h4 {
    color: black !important;
    text-decoration: 1px solid black underline;
}
.had-cours i {
    color: #5392fb;
}
.info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}
.info h4 {
    font-family: "regular";
    font-size: 0.9rem;
    margin-bottom: 0;
    color: var(--color-primary);
}
.text-card p {
    font-family: "regular";
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #818387;
}
.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}
.price h4 {
    margin-bottom: 0;
    font-family: "regular";
    font-size: 1.5rem;
    color: var(--color-primary);
}
.price button {
    font-family: "regular";
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    transition: 0.7s ease-in-out;
    &:hover {
        background-color: transparent;
        color: var(--color-primary);
        border: 1px solid var(--color-primary);
        transition: 0.7s ease-in-out;
    }
}
.cover {
    background-image: url(../img/coverfillter.png);
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
}
.text-cover {
    color: white;
    text-align: center;
}
.text-cover h4 {
    font-family: "bold";
    font-size: 1.5rem;
}
.text-cover p {
    font-family: "regular";
    font-size: 0.7rem;
}
.search {
    padding: 0.5rem;
    border-radius: 6px;
    background-color: #f3f7fb;
}
.search input {
    border: 0;
    outline: 0;
    font-family: "regular";
    font-size: 0.9rem;
    width: 87%;
    background-color: unset;
}
.search i {
    color: #5392fb;
    font-size: 1rem;
    border-right: 1px solid rgba(0, 0, 0, 0.233);
    padding-right: 0.3rem;
    cursor: pointer;
}
.main-search {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 1rem;
    border-radius: 10px;
}
.main-fillter {
    margin-top: 1rem;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 1rem;
    border-radius: 7px;
    box-shadow: 1px 1px 6px 1px #00000012;
}
.header-fillter {
    font-family: "bold";
    font-size: 0.8rem;
    border-bottom: 1px dashed rgb(0 0 0 / 10%);
    padding: 0.5rem;
}
.check-fillter label {
    margin-top: 0;
    margin-right: 25px;
    font-size: 0.8rem;
}
.check-fillter .form-check .form-check-input {
    float: right !important;
}
.check-fillter .form-check {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
button:focus:not(:focus-visible) {
    border: 0;
    outline: 0;
}
.img-curses img {
    width: 100%;
    height: 250px;
}
.img-log {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px 0;
}
.courses-all .img-ptofile {
    display: block;
}
.courses-all .text-profile {
    display: block;
    margin: unset;
    text-align: right;
}
.courses-all .discription {
    margin: unset;
    width: 100%;
    text-align: right;
}
.courses-all .photos-time {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    flex-wrap: nowrap !important;
}
.left-sec {
    width: 50%;
    margin-top: 2rem;
}
.left-secd {
    width: 80%;
    max-height: 500px;
    overflow-y: auto;
}
.ss {
    width: 100%;
}
.all-ss {
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-secd h4 {
    margin-bottom: 1rem;
    font-family: "bold";
}
.text-cards p {
    font-family: "regular";
    font-size: 0.8rem;
}
.cardright img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.tow-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
}
.cardright {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.cardright p {
    margin-bottom: 0;
}
.sign-in {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
}
.dropdown-menu.show a {
    padding: 0.5rem 1rem !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
}
.dropdown-menu.show {
    text-align: start;
    padding: 0.3rem;
}
/* nasra */

/* relevant code for the icons starts here */
.wrapper-social-media {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}



.fab {
    margin: auto;

}

.social-icon {
    color: #FFF;
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-icon:hover {
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    transition: all ease 0.5s;
    -moz-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;

}

.facebook {
    color: #4267B2;
}

.twitter {
    color: #14171A;

}

.linkedin {
    color: #0a66c2;
}

.instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;

}

.whatsapp {
    color: #25D366;
}

.bg-ico {
    display: flex;
    background-color: #FFF;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;

    i {
        transition: all ease 0.5s;
        -moz-transition: all ease-in 0.5s;
        -webkit-transition: all ease-in 0.5s;
        -o-transition: all ease-in 0.5s;
        transform: scale(1);
        font-size: 1.5rem;
    }

}

.bg-ico:hover {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);

    i {
        color: #fff;
        transform: scale(1.3);
        transition: all ease 0.5s;
        -moz-transition: all ease-in 0.5s;
        -webkit-transition: all ease-in 0.5s;
        -o-transition: all ease-in 0.5s;
    }
}

#facebook:hover {
    background-color: #4267B2;
}

#twitter:hover {
    background-color: #14171A;

}

#linkedin:hover {
    background-color: #0a66c2;
}

#instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);


}
#whatsapp:hover {
    background-color: #25D366;
}

.facebook:hover,
.twitter:hover,
.linkedin:hover,
.instagram:hover,
.whatsapp:hover {
    color: #fff;
    transform: scale(1.3);
}

/* Make visual changes and generate code for this style here https://thewpgeek.com/icon-maker-6-generator/

if you can think of improvments let me know in the comments at the link above.  I  will update the site and this pen */



@media only screen and (max-width: 1440px) {
    .icons-related img {
        width: 4%;
    }
    .all-teacher-text {
        margin-top: unset !important;
    }

    button.show {
        background: white;
        color: black;
        font-family: "regular";

        border-radius: 38px;
        border: 0;
        box-shadow: -6px 6px 0px var(--color-primary);
        font-size: 0.8rem;
    }

    .swiper-slide .text-slider h4 {
        width: 100%;
        font-size: 1.2rem;
    }
    .swiper-slide .text-slider p {
        width: 100%;
        font-size: 1rem;
    }
    .swiper-slide .text-slider-2 h4 {
        width: 100%;
        font-size: 1.2rem;
    }
    .swiper-slide .text-slider-2 p {
        width: 51%;
        font-size: 1rem;
    }

    /* .fixed-icon {

        top: 749px;

    } */
    .left-secd {
        width: 100%;
    }
    .text-profile {
        width: 100%;
    }
    header .img-join img {
        width: 1457px;
        height: 476px;
        object-fit: cover;
    }
    .couot {
        height: 37%;
    }
    .sidebar.open,
    .sidebar.opened {
        width: 20%;
        margin-top: unset !important;
    }
    .sidebar.open ~ .index_cards,
    .sidebar.opened ~ .index_cards {
        width: 80%;
        margin-inline-start: 20%;
    }
    .text-pro {
        text-align: center;
    }
    li.nav-item.profile {
        flex-wrap: wrap;
    }
    .chose-teacher .img-join img {
        width: 100%;
        height: 500px;
        object-fit: contain;
    }
    .courses-end .swiper-slide {
        height: 68% !important;
    }
}
@media (max-width: 1024px) {
    .prise h4 {
        font-size: 1rem;
    }
    button.supscribe a {
        font-size: 1rem;
    }
    .courses-end .swiper-slide {
        height: 81% !important;
    }
    .img-title img {
        width: 100px !important;
        height: 100px !important;
    }

    button.show {
        background: white;
        color: black;
        font-family: "regular";
        padding: 0.5rem 1rem;
        border-radius: 38px;
        border: 0;
        box-shadow: -6px 6px 0px var(--color-primary);
        font-size: 0.8rem;
    }

    .swiper-slide .text-slider h4 {
        width: 100%;
        font-size: 1.2rem;
    }
    .swiper-slide .text-slider p {
        width: 51%;
        font-size: 1rem;
    }
    .swiper-slide .text-slider-2 h4 {
        width: 100%;
        font-size: 1.2rem;
    }
    .swiper-slide .text-slider-2 p {
        width: 51%;
        font-size: 1rem;
    }
    .frist-slider {
        height: 78vh;
    }
    .download h4 {
        font-size: 0.9rem;
    }
    .app-store h6 {
        font-size: 0.7rem;
    }
    .app-store a {
        width: 95px;
        height: 95px;
    }
    /* header .img-join img {
        width: 625px;
        height: 315px;
    } */
    /* .fixed-icon {

        top: 704px;

    } */

    .courses-all .photos-time {
        flex-wrap: wrap !important;
    }
    .left-secd {
        width: 100%;
    }
    .tow-sec {
        display: block;
    }
    .text-profile {
        width: 100%;
    }
    .chose-teacher .join-teach h6 {
        font-size: 10px;
        margin: 1rem 0 1rem;
    }
    .chose-teacher .join-teach h4 {
        font-size: 29px;
    }
    .join-teach {
        margin-top: 2rem;
    }

    .couot {
        height: 42%;
    }

    footer {
        background-position: center center;
    }
    .search input {
        width: 79%;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 32rem !important;
        background: #5392fb;
        color: white !important;
        padding: 1.5rem;
        border-radius: 10px;
        display: none !important;
    }
    header .join-account {
        /* width: 51%; */
    }
    .chose-teacher .img-join img {
        width: 100%;
    }
    .summary .group {
        margin-bottom: 0.5rem;
    }

    .forgetpass .head-forget {
        width: 80%;
    }
    input.code-input {
        margin: 0.2rem;
    }
    .sign-in .img-sign img {
        width: 90%;
    }
    header .parent-logo {
        width: 60%;
    }
    .all-teacher {
        background-color: #fafafa;
        padding: 1rem;
    }
    .adress-teacher h4 {
        width: 100%;
        font-size: 0.9rem;
    }
    .all-teacher-text {
        margin: 0 !important;
        padding: 0 !important;
    }
    button.show-teacher {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        margin-bottom: 2rem;
    }
    .all-details-teacher img {
        width: 95px;
        height: 93px;
        border-radius: 50%;
    }
    .teacher-details h4 {
        font-size: 0.9rem;
    }
    .teacher-details p {
        font-size: 0.7rem;
        margin-bottom: 0;
    }

    .icons-social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }
    .icons-social img {
        width: 20px !important;
        height: 20px !important;
    }
    .img-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 991.98px) {
    input.code-input {
        width: 75px;
        height: 75px;
    }

    .courses-end .swiper-slide {
        height: 83% !important;
        width: 50% !important;
    }
    #loader {
        position: fixed;
        top: 18px;
        left: 14px;
        width: 100%;
        height: 100vh;
        background-color: #f5f6fc;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        color: black;
        transition: opacity 4s ease, transform 4s ease;
    }
    .icons-social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }
    .icons-social img {
        width: 20px !important;
        height: 20px !important;
    }

    .swiper-slide .text-slider {
        text-align: center !important;
    }

    button.show {
        background: white;
        color: black;
        font-family: "regular";
        padding: 0.5rem 1rem;
        border-radius: 38px;
        border: 0;
        box-shadow: -6px 6px 0px var(--color-primary);
        font-size: 0.8rem;
    }

    .swiper-slide .text-slider h4 {
        width: 100%;
        font-size: 0.9rem;
    }
    .swiper-slide .text-slider p {
        width: 100%;
        font-size: 0.8rem;
    }
    .swiper-slide .text-slider-2 h4 {
        width: 100%;
        font-size: 0.9rem;
    }
    .swiper-slide .text-slider-2 p {
        width: 100%;
        font-size: 0.8rem;
    }
    .frist-slider {
        height: 53vh;
    }

    .download h4 {
        text-align: center;
    }
    .circle {
        justify-content: space-around;
        margin-bottom: 1rem;
    }
    .phone {
        display: flex !important;
        justify-content: space-between;
    }
    .all-social {
        display: block;
    }
    header .img-join img {
        width: 100%;
        height: 315px;
    }
    header .back {
        display: block;
        text-align: center;
        /* padding: 9px 1rem; */
    }
    .card-teacher {
        width: 100%;
    }

    .all-social {
        /* justify-content: center; */
        flex-wrap: wrap;
    }
    .phone {
        display: block;
    }
    .phone h6 {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    .text-profile {
        width: 100%;
    }
    .end p {
        font-size: 0.8rem;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: start !important;
    }
    .head-cours {
        display: block !important;
    }
    .btn-toggle {
        display: block;
    }
    .summary {
        margin-top: 2rem;
    }
    .couot {
        height: 27%;
    }
    header .join p {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    header .join h4 {
        font-size: 35px;
    }
    .chose-teacher .join-teach h4 {
        font-size: 26px;
    }
    footer {
        background-position: center center;
    }
    .search input {
        width: 94%;
    }
    .slider-cards .swiper-slide {
        width: 50% !important;
        height: 73% !important;
        display: flex !important;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0 !important;
        background: #5392fb;
        color: white !important;
        padding: 1.5rem;
        border-radius: 10px;
        display: none !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 0 !important;
        display: none !important;
    }
    .swiper-button-prev {
        background: #5392fb;
        color: white !important;
        padding: 1.5rem;
        border-radius: 10px;
        display: none !important;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0rem !important;
        right: auto !important;
        display: none !important;
    }
    .sidebar {
        width: 100%;
        margin-inline-start: 0%;
        position: fixed;
        top: 0;
        z-index: 9999;
        height: fit-content;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 0;
        display: flex;
    }

    .sidebar .logout_sidebar {
        display: block;
    }

    .sidebar .nav-pills {
        width: 30%;
        background-color: var(--color-primary);
        padding: 2rem 1rem;
        min-height: 100vh;
    }

    .sidebar .nav-pills .nav-link {
        display: flex;
        align-items: center;
        text-align: start;
    }

    .sidebar .nav-pills .nav-link img {
        margin: 0 !important;
    }

    .sidebar .nav-pills .nav-link span {
        display: block;
        margin: 0;
    }
    .prg p {
        width: 100%;
    }
    .adress {
        flex-wrap: wrap;
    }
    .tab-content {
        margin-top: 0.5rem;
    }

    .courses-all .photos-time {
        flex-wrap: wrap !important;
    }
    .left-secd {
        width: 100%;
    }
    .tow-sec {
        display: block;
    }
    /* .fixed-icon {
        position: fixed;
        top: 775px;
        left: 13px;
    } */
    .all-teacher {
        background-color: #fafafa;
        padding: 1rem;
    }
    .adress-teacher h4 {
        width: 100%;
        font-size: 0.9rem;
    }
    .all-teacher-text {
        margin: 0 !important;
        padding: 0 !important;
    }
    button.show-teacher {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        margin-bottom: 2rem;
    }
    .all-details-teacher img {
        width: 95px;
        height: 93px;
        border-radius: 50%;
    }
    .teacher-details h4 {
        font-size: 0.9rem;
    }
    .teacher-details p {
        font-size: 0.7rem;
        margin-bottom: 0;
    }

    .all-stores {
        text-align: center;
        margin: auto;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        gap: 11px;
    }
    .img-title img {
        width: 100px;
        height: 100px;
        text-align: center;
        margin: auto;
        justify-content: center;
        display: flex;
    }
    .counication h4 {
        text-align: center;
    }
    .download-stors {
        display: block !important;
        margin: auto !important;
    }

    .right-header {
        display: block !important;
        margin-bottom: 0.5rem;
    }

    .left-header h4 {
        margin-bottom: 0.5rem !important;
    }
    .right-header h4 {
        margin-bottom: 0.5rem !important;
    }

    .left-header {
        display: block !important;
        margin-bottom: 0.5rem;
    }
    .social {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .sidebar {
        margin-right: 0%;
        width: 10%;
    }

    .sidebar .image_logo .logo {
        width: 85%;
    }

    .sidebar.open span {
        font-size: 0.7rem;
    }

    .sidebar.open .nav-pills .nav-item .nav-link {
        padding: 1rem 0.5rem;
    }
}
@media (max-width: 600px) {
    input.code-input {
        width: 46px !important;
        height: 47px;
    }
    .courses-end .swiper-slide {
        height: 68% !important;
        width: 100% !important;
    }
    .icons-social {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }
    .icons-social img {
        width: 20px !important;
        height: 20px !important;
    }
    .all-stores {
        text-align: center;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .img-title img {
        width: 100px;
        height: 100px;
        text-align: center;
        margin: auto;
        justify-content: center;
        display: flex;
    }
    .counication h4 {
        text-align: center;
    }
    .download-stors {
        display: block !important;
        margin: auto !important;
    }
    .slider-cards .swiper-slide {
        width: 100% !important;
    }
    .new-header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .end {
        padding: 0.5rem;
        margin-bottom: 1rem;
        background-color: #f5f6fc;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .electronic {
        margin-top: 1rem;
    }
    .subject-card .overlay {
        width: 100%;
    }
    .subject-card img {
        width: 100%;
    }

    .heads h5 {
        width: 100%;
    }
    .all-teacher {
        background-color: #fafafa;
        padding: 1rem;
    }
    .adress-teacher h4 {
        width: 100%;
        font-size: 0.9rem;
    }
    .all-teacher-text {
        margin: 0 !important;
        padding: 0 !important;
    }
    button.show-teacher {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        margin-bottom: 2rem;
    }
    .all-details-teacher img {
        width: 95px;
        height: 93px;
        border-radius: 50%;
    }
    .teacher-details h4 {
        font-size: 0.9rem;
    }
    .teacher-details p {
        font-size: 0.7rem;
        margin-bottom: 0;
    }
    .btnshowteacher {
        margin: auto;
        text-align: center;
    }
    .disc p {
        width: 100%;
        font-size: 0.8rem;
    }

    .swiper-slide .text-slider {
        text-align: center !important;
    }

    button.show {
        background: white;
        color: black;
        font-family: "regular";
        padding: 0.5rem 1rem;
        border-radius: 38px;
        border: 0;
        box-shadow: -6px 6px 0px var(--color-primary);
        font-size: 0.8rem;
    }

    .swiper-slide .text-slider h4 {
        width: 100%;
        font-size: 0.7rem;
    }
    .swiper-slide .text-slider p {
        width: 100%;
        font-size: 0.6rem;
    }
    .swiper-slide .text-slider-2 h4 {
        width: 100%;
        font-size: 0.9rem;
    }
    .swiper-slide .text-slider-2 p {
        width: 100%;
        font-size: 0.8rem;
    }
    .all-ss {
        flex-wrap: wrap;
    }
    .card-teacher {
        width: 100%;
    }
    h4.names {
        font-size: 1.2rem;
    }
    .text-profile p {
        font-size: 0.9rem;
    }
    .fixed-icon h4 {
        font-size: 0.7rem !important;
    }
    .fixed-icon i {
        font-size: 1rem !important;
    }
    h4.dis {
        font-family: "bold";
        font-size: 1.2rem;
    }
    a.dropdown-item {
        font-size: 0.6rem !important;
    }
    /* img#myImage {
        margin-top: 0.8rem;
    } */
    .price button {
        width: 100%;
        margin-top: 0.9rem;
    }
    .price {
        display: block;
    }
    .img-join {
        padding: 0;
    }
    .app-store a {
        width: 90px;
        height: 90px;
    }
    .app-store h6 {
        font-size: 0.7rem;
    }
    .app-store h6 {
        font-size: 0.7rem;
    }
    .download h4 {
        text-align: center;
        font-size: 0.8rem;
    }
    .chose-teacher .img-join img {
        width: 100%;
        height: 324px;
        object-fit: contain;
    }
    /* .swiper-wrapper {
        display: block !important;

    } */
    /* .fixed-icon {
        position: fixed;
        top: 540px;
        left: 13px;
    } */

    .courses-all .photos-time {
        flex-wrap: wrap !important;
    }
    .left-secd {
        width: 100%;
    }
    .tow-sec {
        display: block;
    }
    .skill-main {
        width: 100%;
    }
    .end p {
        font-size: 0.8rem;
    }
    header .join-account {
        justify-content: start !important ;
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: start !important;
    }
    .head-cours {
        display: block !important;
    }
    .btn-toggle {
        display: block;
    }
    .search input {
        width: 91%;
    }
    .join-teach {
        margin-top: 1rem;
    }
    footer {
        background-position: center center;
    }
    header .img-join img {
        height: 200px;
        width: 100%;
    }
    .join {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0 !important;
        background: #5392fb;
        color: white !important;
        padding: 1.5rem;
        border-radius: 10px;
        display: none !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 0 !important;
        display: none !important;
    }
    .swiper-button-prev {
        background: #5392fb;
        color: white !important;
        padding: 1.5rem;
        border-radius: 10px;
        display: none !important;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0rem !important;
        right: auto !important;
        display: none !important;
    }
    header .join-account {
        width: 100%;
    }

    .courses .card {
        margin: 1rem auto;
    }
    .chose-teacher .join-teach h4 {
        font-size: 18px;
    }
    .chose-teacher .join-teach h6 {
        margin: 1rem 0 1rem;
    }
    .chose-teacher .join-teach .btn-warning {
        font-size: 9px;
        margin: 1rem 0 1rem;
    }
    .couot h3 {
        flex-direction: column;
    }
    .couot {
        height: 55%;
    }
    header .join h4 {
        font-size: 34px;
    }
    header .join p {
        font-size: 9px;
        margin-bottom: 1rem;
    }
    .join {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    header .join .btn-primary {
        font-size: 10px;
    }
    .join-teach {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 1rem;
    }
    .chose-teacher .join-teach p {
        font-size: 13px;
    }
    .chose-teacher .img-join img {
        width: 100%;
    }
    .sign-in .img-sign img {
        width: 70%;
    }
    .forgetpass .head-forget {
        width: 95%;
    }
    .tab-content {
        margin-top: 0.5rem;
    }

    .swiper-slide {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
    }
    .text-profile {
        width: 100%;
    }
    .discription {
        width: 100%;
    }
    header .parent-logo .img-log img {
        width: 60px;
        height: 60px;
    }
    .all-social {
        justify-content: center;
        flex-wrap: wrap;
    }
    .phone {
        display: block !important;
        text-align: center;
    }
    .phone h6 {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    header .back {
        display: block;
    }
    header .img-join .text-slider {
        font-size: 1rem;
        width: 92%;
    }
    .frist-slider {
        height: 53vh;
    }
    .top-header {
        display: block !important;
        text-align: center !important;
    }
    .right-header {
        display: block !important;
        margin-bottom: 0.5rem;
    }

    .left-header h4 {
        margin-bottom: 0.5rem !important;
    }
    .right-header h4 {
        margin-bottom: 0.5rem !important;
    }

    .left-header {
        display: block !important;
        margin-bottom: 0.5rem;
    }
    .friendly {
        margin-top: 3rem;
    }
    .tab-content > .active {
        width: 100%;
    }
    .swiper-slide .text-slider h4 {
        line-height: 1.5rem;
    }
    .icons-related img {
        width: 15%;
    }
    .sign-in .img-sign img {
        display: none;
    }
    .sign-in {
        margin-bottom: 6rem;
    }
    .social {
        margin-left: 0;
    }
    .nav-tabs {
        justify-content: start;
        align-items: start;
    }
    .rr img {
        width: 32%;
    }
    .logo-container h1#page-logo {
        font-size: 2rem !important;
    }
    .animated-text {
        font-size: 2rem !important;
    }
    .logo-container {
        height: 200px !important;
    }
    .style-two {
        height: 200px !important;
    }
    section.frist-slider {
        height: 35% !important;
    }
    .swiper-container {
        height: 40vh !important;
    }
    .style-one h1 {
        font-size: 1rem !important;
    }
    .style-two h2 {
        font-size: 1.1rem !important;
    }
    .all-details-teacher img {
        width: 99px;
        height: 99px;
        border-radius: 50%;
    }
    .all-slider-cards {
        margin-top: 13rem;
        margin-bottom: 2rem;
    }
    .frist-slider .text {
        color: white !important;
        position: absolute !important;
        top: 20% !important;
        right: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }
}
@media (max-width: 425px) {
    input.code-input {
        width: 47px;
        height: 47px;
    }
    .courses-end .swiper-slide {
        height: 60% !important;
        width: 100% !important;
    }
    .card-teacher {
        width: 100%;
    }
    .fixed-icon h4 {
        font-size: 0.7rem !important;
    }
    .fixed-icon i {
        font-size: 1rem !important;
    }
    a.dropdown-item {
        font-size: 0.6rem !important;
    }
    /* img#myImage {
        margin-top: 0.8rem;
    } */
    .price button {
        width: 100%;
        margin-top: 0.9rem;
    }
    .price {
        display: block;
    }
    .img-join {
        padding: 0;
    }
    .app-store a {
        width: 90px;
        height: 90px;
    }
    .app-store h6 {
        font-size: 0.7rem;
    }
    .app-store h6 {
        font-size: 0.7rem;
    }
    .download h4 {
        text-align: center;
        font-size: 0.8rem;
    }
    .chose-teacher .img-join img {
        width: 100%;
        height: 324px;
        object-fit: contain;
    }
    /* .swiper-wrapper {
        display: block !important;

    } */
    /* .fixed-icon {
        position: fixed;
        top: 540px;
        left: 13px;
    } */
    .discription {
        width: 100%;
    }
    .end p {
        font-size: 0.8rem;
    }
    header .join-account {
        justify-content: start !important ;
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: start !important;
    }
    .head-cours {
        display: block !important;
    }
    .btn-toggle {
        display: block;
    }
    .join-teach {
        margin-top: 1rem;
    }
    footer {
        background-position: center center;
    }
    header .img-join img {
        height: 200px;
        width: 100%;
    }
    .join {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-curses-1 {
        display: block;
    }
    header .join-account {
        flex-direction: column;
    }
    .prg p {
        width: 100%;
        margin-top: 10px;
    }
    .adress {
        flex-wrap: wrap;
        gap: 0;
    }
    .adress h4 {
        font-size: 1rem;
        text-align: start;
    }
    button.accordion-button.collapsed {
        padding: 0;
    }

    .more h5 {
        font-size: 0.8rem;
    }
    .details-body {
        gap: 3px;
    }
    .accordion-body {
        padding: 0.5rem !important;
    }
    video {
        margin-top: 12px;
    }

    button#dropdownMenuButton1 {
        display: block;
    }
    .card-curses-1 {
        display: block;
    }
    .parent-logo-main {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .icons {
        gap: 16px;
    }
    button#closeSidebar {
        display: block;
    }
    .tab-content {
        margin-top: 0.5rem;
    }
    .text-profile {
        width: 100%;
    }
    header .parent-logo .img-log img {
        width: 60px;
        height: 60px;
    }
    .all-social {
        justify-content: center;
        flex-wrap: wrap;
    }
    .phone {
        display: block !important;
        text-align: center;
    }
    .phone h6 {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    header .back {
        display: block;
    }
    header .img-join .text-slider {
        font-size: 1rem;
        width: 92%;
    }
    .frist-slider {
        height: 53vh;
    }
    .swiper-slide .text-slider h4 {
        line-height: 1.5rem;
    }
    .icons-related img {
        width: 15%;
    }
    .sign-in .img-sign img {
        display: none;
    }
    .sign-in {
        margin-bottom: 6rem;
    }
    .social {
        margin-left: 0;
    }
    .nav-tabs {
        justify-content: start;
        align-items: start;
    }
    .rr img {
        width: 32%;
    }
    section.frist-slider {
        height: 100%;
    }
    .frist-slider .text {
        color: white !important;
        position: absolute;
        top: 10%;
        right: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 400px) {
    input.code-input {
        width: 47px;
        height: 47px;
    }
    .courses-end .swiper-slide {
        height: 68% !important;
        width: 100% !important;
    }
    .card-teacher {
        width: 100%;
    }
    .fixed-icon h4 {
        font-size: 0.7rem !important;
    }
    .fixed-icon i {
        font-size: 1rem !important;
    }
    a.dropdown-item {
        font-size: 0.6rem !important;
    }
    /* img#myImage {
        margin-top: 0.8rem;
    } */
    .price button {
        width: 100%;
        margin-top: 0.9rem;
    }
    .price {
        display: block;
    }
    .img-join {
        padding: 0;
    }
    .app-store a {
        width: 90px;
        height: 90px;
    }
    .app-store h6 {
        font-size: 0.7rem;
    }
    .download h4 {
        text-align: center;
        font-size: 0.8rem;
    }
    .chose-teacher .img-join img {
        width: 100%;
        height: 324px;
        object-fit: contain;
    }
    /* .swiper-wrapper {
        display: block !important;

    } */
    /* .fixed-icon {
        position: fixed;
        top: 540px;
        left: 13px;
    } */
    .discription {
        width: 100%;
    }
    .end p {
        font-size: 0.8rem;
    }
    header .join-account {
        justify-content: start !important ;
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: start !important;
    }
    .head-cours {
        display: block !important;
    }
    .btn-toggle {
        display: block;
    }
    .join-teach {
        margin-top: 1rem;
    }
    footer {
        background-position: center center;
    }
    header .img-join img {
        width: 100%;
        height: 200px;
    }
    .join {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .join-account {
        flex-direction: column;
    }
    .prg p {
        width: 100%;
        margin-top: 10px;
    }
    .adress {
        flex-wrap: wrap;
        gap: 0;
    }
    .adress h4 {
        font-size: 1rem;
        text-align: start;
    }
    button.accordion-button.collapsed {
        padding: 0;
    }

    .more h5 {
        font-size: 0.8rem;
    }
    .details-body {
        gap: 3px;
    }
    .accordion-body {
        padding: 0.5rem !important;
    }
    video {
        margin-top: 12px;
    }

    button#dropdownMenuButton1 {
        display: block;
    }
    .card-curses-1 {
        display: block;
    }
    .parent-logo-main {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .icons {
        gap: 16px;
    }
    button#closeSidebar {
        display: block;
    }
    .tab-content {
        margin-top: 0.5rem;
    }
    .text-profile {
        width: 100%;
    }
    header .parent-logo .img-log img {
        width: 60px;
        height: 60px;
    }
    .all-social {
        justify-content: center;
        flex-wrap: wrap;
    }
    .phone {
        display: block !important;
        text-align: center;
    }
    .phone h6 {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    header .back {
        display: block;
    }
    header .img-join .text-slider {
        font-size: 1rem;
        width: 92%;
    }
    .frist-slider {
        height: 53vh;
    }
    .swiper-slide .text-slider h4 {
        line-height: 1.5rem;
    }
    .icons-related img {
        width: 15%;
    }
    .sign-in .img-sign img {
        display: none;
    }
    .sign-in {
        margin-bottom: 6rem;
    }
    .social {
        margin-left: 0;
    }
    .nav-tabs {
        justify-content: start;
        align-items: start;
    }
    .rr img {
        width: 32%;
    }
    section.frist-slider {
        height: 100%;
    }
    .frist-slider .text {
        color: white !important;
        position: absolute;
        top: 10%;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .sss {
        width: 57% !important;
    }
}
