
@font-face {
    font-family: "Onest-Regular";
    src: url(../fonts/Onest/static/Onest-Regular.ttf);
}

@font-face {
    font-family: "Space Grotesk";
    src: url(../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf);
}
@font-face {
    font-family: "MiSansArabic";
    src: url(../fonts/MiSans/MiSansArabic-Normal.ttf);
}

@import url('../css/responsive.css');

body {
    font-family: "Onest-Regular";
    font-size: 16px;
}

.container {
    position: relative;
}

[dir="rtl"] body{
    font-family: 'MiSansArabic';
}
[dir="rtl"] .aside-card{
    left: auto;
    right: -320px;
}
[dir="rtl"] .aside-card.show{
    left: auto;
    right: 0;
}
[dir="rtl"] .counter-card .name::after{
    left: auto;
    right: 0;
}
[dir="rtl"] .abt-product .products .product-card .title .angle{
    transform: rotateY(180deg);
}
[dir="rtl"] .footer-cards .footer-card.link .nav .nav-link::before,
[dir="rtl"] .footer-cards .footer-card.contact .table tr th::before{
    left: auto;
    right:0;
}

@media (min-width: 1728px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1584px;
    }
}

a {
    text-decoration: none;
}
.show-rtl {
    display: none !important;
}
[dir="rtl"] .show-rtl {
    display: block !important;
}
[dir="rtl"] .hide-rtl {
    display: none!important;
}

.primary-color {
    color: #1EB2AA;
}

.pruble-color {
    color: #B86DF1;
}

.blue-color {
    color: #43C6E0;
}

.white-color {
    color: #fff;
}

.black-section {
    position: relative;
    padding: 104px 0;
    background-color: #060606;
}

.black-section::before,
.black-section::after {
    position: absolute;
    top: 0;
    z-index: 0;
}

.black-section::before {
    content: url(../img/why-abt-vector-1.svg);
}

.black-section::after {
    right: 0;
    content: url(../img/why-abt-vector-2.svg);
}

.black-section .container {
    z-index: 1;
}

/*------------------------------------------------
    Btn
------------------------------------------------*/
.btn {
    padding: 16px 40px;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.67);
    background: linear-gradient(90deg, #1EB2AA 0%, #1E948D 100%);
    transition: all .3s ease;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
}

/*------------------------------------------------
    Navbar
------------------------------------------------*/
.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 116px;
    border-bottom: 1px solid #FFFFFF30;
    z-index: 9;
    transition: all .3s ease;
}
.navbar.sticky{
    position: sticky;
    height: 90px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(22.049999237060547px);
}
.navbar.sticky .navbar-container .menu .nav li a {
    height: calc(90px - 7px);
}

.navbar .navbar-container{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 70px;
}

.navbar .navbar-container .logo {
    min-width: 145px;
    width: 145px;
    height: 45px;
}

.navbar .navbar-container .logo img {
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.navbar .navbar-container .menu {
    width: 100%;
}
.navbar .navbar-container .menu .nav {
    justify-content: space-between;
}

.navbar .navbar-container .menu .nav li a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    height: calc(116px - 7px);
    padding: 0;
    text-transform: capitalize;
    transition: all .3s ease;
}

.navbar .navbar-container .menu .nav li a:hover {
    font-weight: 700;
}

.navbar .navbar-container .menu .nav li a::after {
    position: absolute;
    left: 50%;
    content: "";
    width: 0;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    bottom: 0;
    transition: all .3s ease;
    transform: translate(-50%);
}

.navbar .navbar-container .menu .nav li a.active::after,
.navbar .navbar-container .menu .nav li a:hover::after {
    width: 100%;
}

.navbar .navbar-container .action {
    display: flex;
    gap: 24px;
    margin-inline-start: auto;
}

.navbar .navbar-container .action .demo-assessments {
    max-width: 208px;
    width: 208px !important;
    height: 48px;
    border-radius: 67px;
    padding: 14px 20px;
    background-color: #fff;
}

.navbar .navbar-container .action .demo-assessments a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #090909;
}

.navbar .navbar-container .action .demo-assessments .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar-container .action .demo-assessments .dropdown-toggle::after {
    border: none;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f107';
    transition: all 0.3s ease;
}

.navbar .navbar-container .action .demo-assessments .dropdown-toggle.show::after {
    transform: rotate(-180deg)
}

.navbar .navbar-container .action .demo-assessments .dropdown-menu {
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 17px;
    border: 0;
}

.navbar .navbar-container .action .demo-assessments .dropdown-menu .dropdown-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #090909;
    padding: 12px 16px;
    border-radius: 6px;
}

.navbar .navbar-container .action .demo-assessments .dropdown-menu .dropdown-item.active,
.navbar .navbar-container .action .demo-assessments .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #1E948D;
}

.navbar .navbar-container .action .lang {
    display: flex;
    align-items: center;
    color: #fff;
    height: 48px;
    gap: 10px;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 67px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    transition: all .3s ease;
}

.navbar .navbar-container .action .lang:hover {
    background-color: rgba(255, 255, 255, 0.26);
}

.navbar .logo .hamburger {
    display: none;
}

/*------------------------------------------------
    Aside
------------------------------------------------*/

.aside-card {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(22.049999237060547px);
    color: #fff;
    z-index: 9;
    padding: 16px 24px;
    transition: all .3s ease;
}

.aside-card.show {
    left: 0;
}
.aside-card .logo {
    min-width: 245px;
    height: 45px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aside-card .logo img {
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.aside-card .menu {
    margin-bottom: 40px;
}

.aside-card .menu .nav {
    flex-direction: column;
    gap: 30px;
}

.aside-card .menu .nav li a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
    transition: all .5s ease;
    opacity: 1;
}
.aside-card .menu .nav li a.active {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
    transition: all .3s ease;
}

/*------------------------------------------------
    Header
------------------------------------------------*/
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.header {
    position: relative;
    /* background-image: url(../img/image.svg); */
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
    padding-top: 116px;
    overflow: hidden;
}

.header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(5, 7, 14, 0.8), rgba(5, 7, 14, 0.8)),
        linear-gradient(180deg, rgba(6, 6, 6, 0) 0%, rgba(6, 6, 6, 0) 100%);

}

.header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: calc(100vh - 116px);
    z-index: 2;
}

.hero-card {
    text-align: center;
    max-width: 1064px;
    width: 100%;
    margin: auto;
}

.hero-card .title {
    text-align: center;
    font-size: 64px;
    line-height: 72px;
    color: #FFF;
    margin-bottom: 34px;
}

.hero-card .details {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 70px;
}

.hero-card .btn .title {
    font-size: 18px;
    line-height: 1.5;
}

.social-media-card {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.social-media-card .nav-card {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-media-card .nav-card::before,
.social-media-card .nav-card::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #FFFFFF30;
}

.social-media-card .nav-card::before {
    bottom: 30%;
    top: 0;
}

.social-media-card .nav-card::after {
    bottom: 0;
    top: 30%;
    transform: translateY(50%);
}

.social-media-card .nav .nav-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.social-media-card .nav .nav-item .nav-link {
    color: #fff;
    padding: 0;
    transition: all .3s ease;
}

.social-media-card .nav .nav-item:hover .nav-link {
    transform: scale(1.2);
}

.social-media-card .nav .nav-item:first-child,
.social-media-card .nav .nav-item:last-child {
    height: 120px;
}

.social-media-card .nav .nav-item:first-child span,
.social-media-card .nav .nav-item:last-child span {
    transform: rotate(-90deg);

}

.academic-journey {
    position: relative;
    width: 100%;
    border-top: 1px solid #FFFFFF30;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(22.049999237060547px);
    padding: 30px 0;
    z-index: 2;
}

.academic-journey .academic-journey-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.academic-journey .academic-journey-card .title {
    max-width: 550px;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.time-out {
    display: inline-flex;
    align-items: center;
    gap: 43px;
}

.time-out .timezone-card {
    display: flex;
    width: 110px;
    height: 110px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(147deg, rgba(91, 142, 197, 0.20) 2.65%, rgba(83, 164, 251, 0.20) 49.95%, rgba(91, 142, 197, 0.12) 98.2%);
    box-shadow: -6px -6px 91.2px 0px rgba(24, 81, 156, 0.25);
}

.time-out .timezone-card .number {
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 54.117px;
    /* 135.293% */
    letter-spacing: -1.6px;
}

.time-out .timezone-card .name {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}


.white-30 {
    color: #FFFFFF30;
}

main {
    overflow-x: hidden;
}

/*
    countries-list
*/
.countries {
    padding: 46px 0;
}

.countries-list {
    display: flex;
    align-content: center;
    justify-content: space-between;
    overflow-x: scroll;
}

.countries-list .countries-card {
    /*display: flex;*/
    align-items: center;
    gap: 14px;
}

.countries-list .countries-card .countries-flag {
    min-width: 45px;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.countries-list .countries-card .countries-flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.countries-list .countries-card .countries-name {
    color: #1C274B;
    font-size: 18px;
    font-weight: 500;
    width: 150px;
    text-align: center;
}

/*
    Counters
*/
.counters {
    padding-bottom: 74px;
}

.counter-hero-card {
    width: 1000px;
    height: 456px;
    background-image: url(../img/world.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}

.counter-hero-card .title,
.counter-hero-card .details {
    max-width: 788px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.counter-hero-card .title {
    padding-top: 84px;
    color: #1C274B;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}

.counter-hero-card .details {
    color: #1C274B;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
}


.counter-card {
    display: flex;
    padding: 16px 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    border: 1px solid rgba(118, 118, 128, 0.12);
    margin-bottom: 24px;
    transition: all .3s ease;
}

/* .counter-card:hover{
    box-shadow: ;
} */
.counter-card .number {
    color: #1C274B;
    font-family: "Space Grotesk";
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 80px;
}

.counter-card .name {
    position: relative;
    color: #1C274B;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 24px;
    margin-bottom: 24px;
    width: 100%;
}
.counter-card .name::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% + 32px);
    height: 2px;
    background: rgba(118, 118, 128, 0.12);
    transition: all .3s ease;
}
.counter-card:hover .name::after{
    background: linear-gradient(270deg, #21C29E -2.41%, #662D91 98.12%);
}

/*
    Why ABT
*/
.why-abt {
    position: relative;
    padding: 104px 0;
    background-color: #060606;
}

.why-abt .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1343px;
    margin: auto;
    margin-bottom: 104px;
}

.why-abt .head .title {
    max-width: 543px;
    width: 100%;
    color: rgba(255, 255, 255, 0.64);
    font-size: 44px;
    font-weight: 500;
}

.why-abt .head .details {
    max-width: 619px;
    width: 100%;
    color: rgba(255, 255, 255, 0.64);
    font-size: 20px;
    font-weight: 500;
}

.why-abt .features-card {
    width: 100%;
    height: 450px;
    border-radius: 32px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(147deg, rgba(152, 198, 247, 0.16) 11.25%, rgba(91, 142, 197, 0.16) 40.39%, rgba(91, 142, 197, 0.18) 62.85%, rgba(91, 142, 197, 0.12) 98.2%);
    transition: all.3s ease;
}

.why-abt .features-card .title {
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-size: 30px;
    font-weight: 600;
}

.why-abt .features-card .title::before {
    position: relative;
    top: 10px;
    content: url(../img/star.svg);
}

.why-abt .features-card .description {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    transition: all.3s ease;
}

.why-abt .features-card:hover .description {
    transform: translateY(-50px);
    display: none;
}

/*
    more-about-abt
*/
.more-about-abt {
    padding: 136px 0;
}

.more-about-abt .more-about-abt-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 50px;
}

.more-about-abt .more-about-abt-card:last-child {
    margin-bottom: 0;
}

.more-about-abt .more-about-abt-card .title {
    max-width: 275px;
    width: 100%;
    font-size: 48px;
}

.more-about-abt .more-about-abt-card .title strong {
    color: #1C274B;
    font-size: 48px;
    font-weight: 700;
}

.more-about-abt .more-about-abt-card .details {
    max-width: 953px;
    width: 100%;
    color: #242C2D;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    /* 150% */
}

.more-about-abt .more-about-abt-card .details small {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.6;
}

.more-about-abt .more-about-abt-card .details p {
    margin-bottom: 50px;
}

.more-about-abt .more-about-abt-card .details p:last-child {
    margin-bottom: 0;
}

.more-about-abt .more-about-abt-card:last-child .details {
    max-width: 705px;
}

.more-about-abt .more-about-abt-card .pic {
    width: 711px;
    height: 322px;
    width: 100%;
    height: 100%;
}

.more-about-abt .more-about-abt-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*

*/


.abt-glance .section-title {
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    margin-bottom: 117px;
}

.abt-glance .section-title strong {
    font-weight: 700;
    font-size: 48px;
}

.abt-glance .glance-card {
    margin-bottom: 60px;
}

.abt-glance .glance-card .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #1EB2AA;
    margin-bottom: 0;
}

.abt-glance .glance-card .details {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 0;
}

.abt-glance .our-value .title {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    margin-bottom: 117px;
}

.abt-glance .our-value .title strong {
    font-weight: 700;
}

.our-value-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.our-value-cards .our-value-card {
    max-width: calc((100% / 2) - 15px);
    width: 100%;
    min-height: 208px;
    border-radius: 32px;
    padding: 20px;
    color: #fff;
    transition: all .3s ease;
    background: linear-gradient(147.24deg, rgba(152, 198, 247, 0.16) 11.25%, rgba(91, 142, 197, 0.16) 40.39%, rgba(91, 142, 197, 0.18) 62.85%, rgba(91, 142, 197, 0.12) 98.2%);
}
.our-value-cards .our-value-card:hover:nth-child(1) {
    background: #1EB0A861;
}
.our-value-cards .our-value-card:hover:nth-child(2) {
    background: #B86DF17A;
}
.our-value-cards .our-value-card:hover:nth-child(3) {
    background: #43C6E07A;
}
.our-value-cards .our-value-card:hover:nth-child(4) {
    background: #B0711E61;
}

.our-value-cards .our-value-card .icon {
    margin-top: 19px;
    width: 40px;
    height: 40px;
    margin-bottom: 60px;
}

.our-value-cards .our-value-card .icon img {
    width: 40px;
    height: 40px;
}

.our-value-cards .our-value-card .title {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFFB2;
    max-width: 200px;
    transition: all .3s ease;
    margin-bottom: 0;
}

/*
    abt-update
*/

.abt-update {
    padding: 74px 0;
}

.abt-update .section-title {
    display: flex;
    gap: 284px;
    align-items: center;
    margin-bottom: 73px;
}

.abt-update .section-title .title {
    max-width: 290px;
    width: 100%;
    font-weight: 600;
    font-size: 48px;

}

.abt-update .section-title .details {
    max-width: 788px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.updates-card {
    display: flex;
    gap: 40px;
    margin-bottom:48px;
    padding-bottom: 110px;
    overflow-x: scroll;
}

.update-card {
    max-width: 424px;
    width: 100%;
    display: block;
    margin-bottom: 24px;
}

.update-card .pic {
    position: relative;
    width: 424px;
    height: 360px;
    border-radius: 36px;
    overflow: hidden;
    margin-bottom: 40px;
    background: linear-gradient(147.24deg, rgba(152, 198, 247, 0.16) 11.25%, rgba(91, 142, 197, 0.16) 40.39%, rgba(91, 142, 197, 0.18) 62.85%, rgba(91, 142, 197, 0.12) 98.2%);
}

.update-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.update-card:hover .pic img {
    opacity: .85;
}

.update-card .pic .date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 86px;
    padding: 15px;
    border-radius: 18px;
    background-color: #fff;
}

.update-card .pic .date .full-date {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #090909;
    font-size: 13px;
    color: #090909;
    font-weight: 600;
}

.update-card .pic .date .full-date .day {
    font-weight: 400;
    font-size: 36px;
    font-family: "Space Grotesk";
    line-height: 1;
}

.update-card .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #1C274B;
    transition: all .3s ease;
}

.update-card:hover .title {
    color: #1EB2AA;
}

.more-card {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.more-card .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
}

.more-card .link a {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1C274B;
    transition: all .3s ease;
}

.more-card .link a:hover,
.black-section .more-card .link a:hover {
    color: #1EB2AA;
}

.black-section .more-card .title,
.black-section .more-card .link a {
    color: #fff;
}

/*
    abt-competitions
*/
.abt-competitions {
    padding: 98px 0;
}

.abt-competitions .section-title {
    margin-bottom: 74px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.abt-competitions .section-title .title {
    max-width: 570px;
    width: 100%;
    font-weight: 500;
    font-size: 44px;
    line-height: 54.12px;
    letter-spacing: -4%;
    color: #FFFFFFAB;
}

.abt-competitions .section-title .details {
    max-width: 620px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.competitions-card {
    display: flex;
    gap: 24px;
    margin-bottom:48px;
    padding-bottom: 62px;
    overflow-x: scroll;
}

.competitions-card .competition-card {
    background: linear-gradient(147.24deg, rgba(152, 198, 247, 0.16) 11.25%, rgba(91, 142, 197, 0.16) 40.39%, rgba(91, 142, 197, 0.18) 62.85%, rgba(91, 142, 197, 0.12) 98.2%);
    max-width: 374px;
    width: 100%;
    border-radius: 32px;
    padding: 32px 24px;
    transition: all .3s ease;
}

.competitions-card .competition-card .pic {
    width: 319px;
    height: 293px;
    border-radius: 21px;
    overflow: hidden;
    margin-bottom: 32px;
}

.competitions-card .competition-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.competitions-card .competition-card .content {
    text-align: center;
    color: #fff;
}

.competitions-card .competition-card .content .name {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 8px;
}

.competitions-card .competition-card .content .school {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 8px;
}

.competitions-card .competition-card .content .performance {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
}

.competitions-card .competition-card .content .grade {
    color: #1EB2Aa;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    transition: all .3s ease;
}

.competitions-card .competition-card:hover {
    background: #1EB2AA;
    transform: translateY(-5px);
}

.competitions-card .competition-card:hover .content .grade {
    color: #fff;
}

/*
    abt-product
*/
.abt-product {
    position: relative;
    padding: 72px 0 150px;
}

.abt-product::before {
    position: absolute;
    content: url(../img/world.svg);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.abt-product .section-title {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    width: 100%;
    height: 456px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 36px;
    padding: 0 106px;
    margin: auto;
}

.abt-product .section-title .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 54.12px;
    color: #1C274B;

}

.abt-product .section-title .title strong {
    font-weight: 700;
}

.abt-product .section-title .details {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.abt-product .products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.abt-product .products .product-card {
    max-width: calc((100% / 4) - 18px);
    width: 100%;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #7676801F;
    transition: all .3s ease;
}

.abt-product .products .product-card .pic {
    width: 145px;
    height: 145px;
    display: block;
    margin: auto;
    margin-bottom:2rem;
}

.abt-product .products .product-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abt-product .products .product-card .title {
    display: flex;
    gap: 16px;
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    width: 100%;
    height: 24px;
    color: #1C274B;
    transition: all .3s ease;
}

.abt-product .products .product-card:hover {
    border-color: #1EB2AA50;
    background-color: #1EB2AA10;
}

.abt-product .products .product-card:hover .title {
    color: #1EB2AA;
}

/*
    abt-documents
*/

.abt-documents {
    padding: 91px 0;
}

.abt-documents .section-title {
    display: flex;
    gap: 134px;
    margin-bottom: 104px;
}

.abt-documents .section-title .title {
    max-width: 499px;
    width: 100%;
    font-weight: 700;
    font-size: 48px;
    line-height: 54.12px;
    color: #fff;
}

.abt-documents .section-title .details {
    max-width: 620px;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.abt-documents .documents {
    display: flex;
    gap: 60px;
    max-width: 790px;
    width: 100%;
    flex-wrap: wrap;

}

.abt-documents .documents .document-card {
    display: flex;
    max-width: calc((100% / 2) - 30px);
    width: 100%;
    gap: 24px;
    align-items: center;
    overflow: hidden;
}

.abt-documents .documents .document-card .icon {
    min-width: 81px;
    width: 81px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 16px;
    transition: all 0.3s ease;
    background: linear-gradient(147.24deg, rgba(152, 198, 247, 0.16) 11.25%, rgba(91, 142, 197, 0.16) 40.39%, rgba(91, 142, 197, 0.18) 62.85%, rgba(91, 142, 197, 0.12) 98.2%);
}

.abt-documents .documents .document-card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-documents .documents .document-card:hover .icon {
    background-color: #1E948D30;
}

.abt-documents .documents .document-card .content .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    transition: all 0.3s ease;
}

.abt-documents .documents .document-card:hover .content .title {
    color: #1E948D;
}

.abt-documents .documents .document-card .content .description {
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
}

.abt-documents .documents .document-card .download {
    opacity: 0;
    position: relative;
    right: -50px;
    transition: right 0.3s ease;
}
.abt-documents .documents .document-card .download svg path {
    fill: #1E948D;
}
.abt-documents .documents .document-card:hover .download {
    opacity: 1;
    right: 0;
}

/*
    footer-section
*/

.footer-section {
    padding: 40px 0 0;
    overflow: hidden;
}

.footer-section::before,
.footer-section::after {
    content: "";
}

.footer-section::after {
    content: url("/assets/img/footer.svg");
    top: auto;
    bottom: -17px;
    right: 0
}

.footer-cards {
    display: flex;
    flex-wrap: wrap;
}

.footer-cards .footer-card {
    width: calc(100%/3);
}

.footer-cards .footer-card.about {
    max-width: 500px;
    width: 100%;
}

.footer-cards .footer-card.about .logo {
    display: block;
    width: 223px;
    height: 72px;
    margin-bottom: 88px;
}

.footer-cards .footer-card.about .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-cards .footer-card.about .title {
    font-weight: 500;
    color: #fff;
    font-size: 32px;
}

.footer-cards .footer-card.link {
    max-width: 630px;
    width: 100%;
}

.footer-cards .footer-card.link .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 24px;
}

.footer-cards .footer-card.link .nav {
    flex-direction: column;
    gap: 16px;
}

.footer-cards .footer-card.link .nav .nav-link {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    transition: all .3s ease;
}

.footer-cards .footer-card.link .nav .nav-link:hover {
    color: #1EB2AA;
    padding-inline-start: 24px;
}

.footer-cards .footer-card.link .nav .nav-link::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 10px;
    margin-inline-end: 8px;
    transform: translateY(-50%);
    transition: all .3s ease;
    opacity: 0;
    background-color: #1EB2AA;
}

.footer-cards .footer-card.link .nav .nav-link:hover::before {
    opacity: 1;
}

.footer-cards .footer-card.contact {
    max-width: 421px;
    width: 100%;
}

.footer-cards .footer-card.contact .nav-social-media {
    gap: 14px;
    margin-bottom: 40px;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link {
    width: 48px;
    height: 48px;
    ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-break: 48px;
    font-size: 20px;
    color: #fff;
    border: 1.28px solid #FFFFFF40
}

.footer-cards .footer-card.contact .nav-social-media .nav-link.facebook {
    background-color: #4F80C8;
    border-color: #4F80C8;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link.linkedin {
    background-color: #007BB6;
    border-color: #007BB6;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link.instagram {
    background: linear-gradient(135deg, #FF5995 42.31%, #FFE872 120.28%);
}

.footer-cards .footer-card.contact .nav-social-media .nav-link.youtube {
    background-color: #FF0302;
    border-color: #FF0302;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link:hover {
    background: #060606;
    border-color: #fff;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link:hover.facebook {
    color: #4F80C8;
    border-color: #4F80C8;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link:hover.linkedin {
    color: #007BB6;
    border-color: #007BB6;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link:hover.instagram {
    color: #FF5995;
    border-color: #FF5995;
}

.footer-cards .footer-card.contact .nav-social-media .nav-link:hover.youtube {
    color: #FF0302;
    border-color: #FF0302;
}

.footer-cards .footer-card.contact .table>:not(caption)>*>* {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.footer-cards .footer-card.contact .table tr th {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #CECECE;
    padding-inline-start: 30px;
}

.footer-cards .footer-card.contact .table tr th::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 13px;
    left: 10px;
    transition: all .3s ease;
    background-color: #1EB2AA;
}

.footer-cards .footer-card.contact .table tr td a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 12px;
}

.footer-cards .footer-card.contact .table tr td a:hover {
    color: #1EB2AA;
}

.footer-copyright {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF60;
}

.footer-copyright .copyright .links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF60;
}

.footer-copyright .links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF60;
}

.footer-copyright .links a:hover {
    color: #1EB2AA;
}

/*
    header inner
*/

.inner-header {
    min-height: calc(284px + 116px);
    height: calc(284px + 116px);
    padding-top: 116px;
    background-image: none;
}

.inner-header .breadcrumb {
    margin-top: 32px;
    margin-bottom: 0;
}

.inner-header .breadcrumb .breadcrumb-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #CBCBCB;
}

.inner-header .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #CBCBCB;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f105';
}

[dir="rtl"] .inner-header .breadcrumb .breadcrumb-item+.breadcrumb-item::before {

    content: '\f104';
}

.inner-header .header-container {
    all: unset;
}

.inner-header .header-container .hero-card {
    max-width: 788px;
    padding: 52px 0;
    text-align: inherit;
    margin: 0;
}

.inner-header .header-container .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 32px;
    color: #FFFFFFB2;
    text-align: inherit;
}

.inner-header .header-container .details {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFFB2;
    text-align: inherit;
    margin-bottom: 0;
}

.inner-header .header-container .title strong,
.inner-header .header-container .details strong {
    color: #FFFFFF;
}

/*
    product-view-section
*/
.product-view-section {
    padding: 75px 0;
}

.product-view-section .product-view-card .pic {
    position: absolute;
    right: 140px;
    top: -170px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border-width: 3px;
    display: block;
    background-color: #fff;
}

.product-view-section .product-view-card .pic img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.product-view-section .product-view-card .title {
    width: 275px;
    height: 88px;
    font-weight: 400;
    font-size: 48px;
    line-height: 54.12px;
    color: #1C274BB2;
    margin-bottom: 117px;
}

.product-view-section .product-view-card .title strong {
    font-weight: 700;
    color: #1C274B;
}

.product-view-section .product-view-card .details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.product-view-section .product-view-card .details .details-card {
    max-width: calc((100% / 4) - 20px);
    width: 100%;
    margin-bottom: calc(66px - 15px);
}

.product-view-section .product-view-card .details .details-card .key {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #1EB2AA;
    margin-bottom: 16px;
}

.product-view-section .product-view-card .details .details-card .value {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #1C274B;
}

/*
    ready-bring-section
*/

.ready-bring-section {
    position: relative;
    padding: 62px 0 44px;
    backdrop-filter: blur(44.099998474121094px);
    background: #1EB2AA;
}

.ready-bring-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(33, 194, 158, 0.18) 49.52%, rgba(255, 255, 255, 0.18) 100%);
}

.ready-bring-section .ready-bring-card {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.ready-bring-section .ready-bring-card .title {
    color: #FFFFFFA3;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
}

.ready-bring-section .ready-bring-card .btn {
    background: #fff;
    color: #1C274B;

}

/*
    updates-section
*/

.updates-section {
    padding: 48px 0;
}

.updates-section .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 80px;
}

.updates-section .head .tabs .nav-tabs {
    border: none;
}

.updates-section .head .tabs .nav-tabs .nav-item {
    margin-inline-end: 1rem;
}

.updates-section .head .tabs .nav-tabs .nav-item:last-child {
    margin-inline-end: 0;
}

.updates-section .head .tabs .nav-link {
    position: relative;
    max-width: 320px;
    min-width: 248px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    gap: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 64px;
    color: #464461;
    border: none;
    padding-inline-start: 0;
}

.updates-section .head .tabs .nav-link.active,
.updates-section .head .tabs .nav-link:hover {
    font-weight: 600;
    color: #1C274B;
}

.updates-section .head .tabs .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    background: linear-gradient(270deg, #21C29E -2.41%, #662D91 98.12%);
    transition: all .3s ease;
}

.updates-section .head .tabs .nav-link.active::before,
.updates-section .head .tabs .nav-link:hover::before {
    width: 100%;
}

.updates-section .head .sort-card {
    max-width: 205px;
    width: 205px;
    min-height: 56px;
    height: 100%;
    padding: 16px 24px;
    border-radius: 12px;
    background: #1EB2AA;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.updates-section .head .sort-card .sort-btn {
    display: flex;
    justify-content: space-between;
}

.updates-section .head .sort-card .selected {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.updates-section .head .sort-card .dropdown-toggle::after {
    display: none;
}

.updates-section .head .sort-card .dropdown-toggle.show+.dropdown-menu.show {
    position: relative !important;
    left: 0;
    top: 0;
    transform: unset !important;
    background-color: transparent;
    color: #fff;
    border: none;
    transition: all .3s ease;
}

.updates-section .head .sort-card .dropdown-toggle.show+.dropdown-menu.show .dropdown-item {
    color: #fff;
    text-align: end;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 0;
}

.updates-section .head .sort-card .dropdown-toggle.show+.dropdown-menu.show .dropdown-item.active,
.updates-section .head .sort-card .dropdown-toggle.show+.dropdown-menu.show .dropdown-item:hover {
    background-color: transparent;
    font-weight: 600;
}

.updates-section .updates-card {
    flex-wrap: wrap;
    overflow-x: auto;
}

.updates-section .updates-card .update-card {
    max-width: calc((100% / 3) - 27px);
}

.updates-section .updates-card .update-card:first-child {
    max-width: calc((100% / 1.5) - 14px);
    width: calc((100% / 1.5) - 14px);
}
.updates-section .updates-card .update-card .pic,
.updates-section .updates-card .update-card:first-child .pic{
    width: 100%;
}

.updates-section .updates-card .update-card .title {
    font-size: 20px;
}

.updates-section .updates-card .update-card .details {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #696783;
}

/*
    updates-view-section
*/

.updates-view-section {
    padding: 40px 0;
}

.updates-view-section .updates-view-card {
    max-width: 1074px;
    width: 100%;
    margin: auto;
}

.updates-view-section .updates-view-card .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1C274B;
    margin-bottom: 24px;
}

.updates-view-section .updates-view-card .details {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #1C274B;
    margin-bottom: 40px;
}

.updates-view-section .updates-view-card .details p {
    margin-bottom: 20px;
}

.updates-view-section .updates-view-card .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
    padding: 13px 0;
}

.updates-view-section .updates-view-card .info .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #808080;
}

.updates-view-section .updates-view-card .info .share ul {
    gap: 10px;
}

.updates-view-section .updates-view-card .info .share ul .nav-link {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #69678399;
    color: #696783;
    font-size: 20px;
    padding: 0;
    transition: all .3s ease;
}

.updates-view-section .updates-view-card .info .share ul .nav-link.whatsapp:hover {
    border-color: #69678399;
    background-color: #69678399;
    color: #fff;
}

.updates-view-section .updates-view-card .info .share ul .nav-link.facebook:hover {
    border-color: #4F80C8;
    background-color: #4F80C8;
    color: #fff;
}

.updates-view-section .updates-view-card .info .share ul .nav-link.twitter:hover {
    border-color: #060606;
    background-color: #060606;
    color: #fff;
}

.updates-view-section .updates-view-card .info .share ul .nav-link.share-link:hover {
    border-color: #1EB2AA;
    background-color: #1EB2AA;
    color: #fff;
}

.updates-view-section .updates-view-card .info .share ul .nav-link.share-link:hover svg path {
    stroke: #fff;
}

.updates-view-section .updates-view-card .pic {
    max-width: 1074px;
    width: 100%;
    height: 502px;
    border-radius: 36px;
    overflow: hidden;
    margin-bottom: 70px;
}

.updates-view-section .updates-view-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.updates-view-section .updates-view-card .blockquote {
    width: 100%;
    border-radius: 36px;
    background: #1C274B;
    color: #fff;
    padding: 48px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
}

/*
    competitions-section
*/
.competitions-section {
    padding: 74px 0;
}

.competitions-container {
    display: flex;
    gap: 20px;
}

.competitions-sidebar {
    max-width: 373px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: #EEEEEE80;
    position: sticky;
    top: 30px;
}

.competitions-sidebar .competitions-type {
    padding: 22px 0;
    border-bottom: 1px solid #EEEEEE
}

.competitions-type-cards {
    display: flex;
    max-width: 273px;
    width: 100%;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 16px 20px;
    margin: auto;
}

.competitions-type-cards .competitions-type-card .competitions-type-name {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #1C274B;
    padding: 11px 24px;
    border-radius: 8px;
    transition: all .3s ease;
    text-transform: capitalize;
}

.competitions-type-cards .competitions-type-card input[type=radio]:checked+.competitions-type-name {
    background: #EAEADE;
}

.competitions-category {
    padding: 32px;
}

.competitions-category .competitions-category-name {
    display: flex;
    width: 100%;
    height: 55px;
    padding: 16px 40px;
    border-radius: 16px;
    color: #0C132B;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.competitions-category .competitions-category-name:last-child {
    margin-bottom: 0;
}

.competitions-category .competitions-category-name:hover,
.competitions-category .competitions-category-name.active {
    background: linear-gradient(90deg, #1EB2AA 0%, #1E948D 100%);
    color: #fff;
}

.competitions-content {
    max-width: 1170px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: #EEEEEE80;
    overflow: hidden;
}

.competitions-content .head {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding: 23px 39px;
    background: #0000000D;
}

.competitions-content .head .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #1C274B;
    text-transform: capitalize;
}

.competitions-content .head .filter {
    display: flex;
    gap: 15px;
    align-items: center;
}

.competitions-content .head .filter .search-card {
    display: flex;
    align-items: center;
    max-width: 547px;
    width: 547px;
    height: 60px;
    display: flex;
    background-color: #fff;
    border-radius: 29px;
    padding: 20px;
}

.competitions-content .head .filter .search-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.competitions-content .head .filter .search-card .input {
    width: 100%;
}

.competitions-content .head .filter .search-card .input .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    color: #1B2442CC;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.competitions-content .head .filter .search-card .input .form-control::placeholder {
    color: #1B2442CC;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.competitions-content .head .filter .action {
    width: 59px;
    height: 59px;
    border-radius: 19px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}

.competitions-content .head .filter .action:hover {
    background-color: #1E948D;
}

.competitions-content .head .filter .action:hover svg path {
    fill: #fff;
}

.competitions-content .competitions-card {
    flex-wrap: wrap;
    padding: 32px;
    margin-bottom: 0;
}

.competitions-content .competitions-card .competition-card {
    max-width: calc((100% / 3) - 16px);
    background: #fff;
}

.competitions-content .competitions-card .competition-card .pic {
    width: 100%;
}

.competitions-content .competitions-card .competition-card .name,
.competitions-content .competitions-card .competition-card .school,
.competitions-content .competitions-card .competition-card .performance {
    color: #1C274B;
}

.competitions-content .competitions-card .competition-card .name,
.competitions-content .competitions-card .competition-card .performance,
.competitions-content .competitions-card .competition-card .grade {
    font-weight: 600;
}

.competitions-content .competitions-card .competition-card:hover .grade {
    color: #1C274B;
}

/*
    loader
*/

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #C8C8C8;
    border-bottom-color: #1EB2AA;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
    hamburger
*/

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #69678333;
}
.updates-card::-webkit-scrollbar-track {
    background: repeating-linear-gradient(-45deg, #69678333, #69678333 3px, white 3px, white 8px);
}
.competitions-card::-webkit-scrollbar-track {
    background: repeating-linear-gradient(-45deg, #FFFFFF33, #FFFFFF33 3px, #060606 3px, #060606 8px);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1EB2AA;
  border-radius: 4px;
  height: 8px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1E948D;
}

/*
    document-container
*/

.document-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
}
.document-container .tabs{
    max-width: 312px;
    width: 100%;
}
.document-container .tabs .head{
    position: relative;
    margin-bottom: 48px;
}
.document-container .tabs .head::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    background: linear-gradient(270deg, #21C29E -2.41%, #662D91 98.12%);
}
.document-container .tabs .head .title{
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 1rem;
    color: #1EB2AA;
}
.document-container .tabs .head .details{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    padding-bottom: 32px;
}
.document-container .tabs .tab-list .nav{
    flex-direction: column;
    border: none;
    gap: 40px;
}
.document-container .tabs .tab-list .nav .nav-link{
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    padding-bottom: 2rem;
    border: 0;
    border-bottom: 2px solid #FFFFFF29;
    border-radius: 0;
}
.document-container .tabs .tab-list .nav .nav-link.active{
    background-color: transparent;
    font-weight: 600;
    border-bottom-color: #fff
}

.navbar .navbar-container .action .lang .flag{
    border-radius: 50%;
    min-width: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
