@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
:root {
    --first-color: #29235c;
    --color-botton:blue;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
        scroll-behavior: smooth;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: 'Cairo', sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* span
{
    display: block;
} */


/* end navbar */

/* ------------------------------------------------- */
/* home */

.list-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #6B73FF 0%, #000DFF 100%);

}

.div2-list-bar-base {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.div2-list-bar-levels-hidden {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.div2-list-bar-base a {
    color: #F9F9F9;
    text-align: right;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div2-list-bar-levels-hidden {
    display: none;
}

.div2-list-bar-levels-hidden div {
    display: flex;
    justify-content: space-between;
}

.div2-list-bar-levels-hidden div i {
    display: none;
}

.div2-list-bar-levels-hidden div:hover .div2-list-bar-levels-hidden div i {
    display: block;
}

.bar-level i {
    display: none;
}

.bar-level:hover {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    cursor: pointer;
}

.bar-level:hover .bar-level i {
    display: block;

}

.visible {
    display: none;
}

.div1-list-bar {
    display: flex;
    justify-content: left;
    cursor: pointer;
}

.container-bar {
    padding-top: 43px;
    padding-left: 16px;
    padding-right: 16px;
}
.container-home {
    gap: 96px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
}

.home-content {
    width: 40%;
    margin-top: 100px;
}

.home-image {
    width: 60%;
    margin-top: 30px;
}

.home-image img {
    width: 100%;
}

/* .home-content h1{
    
} */
.home-content-p,
.read {
    margin-top: 24px;
}

.read {
    width: 115px;
    height: 46px;
    background-color: var(--color-botton);
    border-color: var(--color-botton);
    font-size: 17px;
    border-radius: 8px;
    opacity: 0.6;
    transition: opacity 0.5s;
}

.read a {
    text-decoration: none;
    color: white;
    padding: 8px 20px;
    font-family: 'Cairo';
    cursor: pointer;
}

.read:hover {
    opacity: 1;
}

@media screen and (min-width:767px) and (max-width:968px) {
    .container-home {
        gap: 5%;
        align-items: center;
    }

    .home-content {
        width: 40%;
        /* margin-top: 100px; */
    }

    .home-image {
        width: 60%;
        margin-top: 30px;
    }

    .home-image img {
        width: 80%;
        margin-top: 100px;
    }
}

@media screen and (min-width:401px) and (max-width:776px) {
    .container-home {
        gap: 0;
        display: flex;
        /* flex-direction: column; */
        flex-direction: column-reverse;
        padding-top: 32px;
        padding-right: 32px;
        padding-left: 16px;
        padding-bottom: 32px;
    }

    .home-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: auto;
        margin-top: 0;
    }

    .home-content h1 {
        text-align: right;
        font-family: Cairo;
        font-size: 40px;
        font-weight: 700;
    }

    .home-content p {
        margin-top: 0px;
    }

    .home-image {
        width: auto;
    }

    .home-image img {
        width: 90%;
        padding-bottom: 32px;
        align-items: center;
    }
}
/* ----------------------------------------------------- */
/* section-may */
/* .section-may
{
    
}
.section-header
{
    text-align: center;
    font-size: 30px;
    margin-top: 96px;
}
.may-items
{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    /* justify-content: center;
    gap: 24px;
} */
/*
.may-item
{
    width: 269px;
    height: 378px;
    background-color: #f5f5f5;
    margin-top: 44px;
    border-radius: 16px;
    position: relative;
    transition: all .5s;
}
.may-item:hover
{
    transform: scale(1.1);
}

.may-item-content
{
    padding: 64px 24px 24px 24px;
}
.may-item-content-icons
{
    position: absolute;
    top: -27px;
    right: 24px;
}
.may-item-content h3
{
    padding-bottom: 16px;
    font-size: 30px;
}
.may-item-p
{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: -0.36px;
}
.read-write
{
    display: block;
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}
.read-write a
{
    font-family: 'Cairo';
    text-decoration: underline;
}
.may-item-3::after
{
    background-color: #ff4545;
}
.may-item-4::after {
    background-color: var(--color-botton);
}
.may-item-2::after {
    background-color: #316bff
}
.section-may .read
{
    border-radius: 8px;
    width: 167px;
    height: 46px;
    border-color: var(--color-botton);
    margin-right: 42%;
    margin-top: 44px;
    cursor: pointer;
}
.section-may a.link-read{
    color: white;
    list-style: none;
    padding: 8px 20px;
    cursor: pointer;
}


@media screen and (min-width:401px) and (max-width:766px) {
    .may-item
    {
        width: 400px;
    }
    .section-may .read
    {
        margin-right: 30%;
    }
} */
/* end-section-may */



.section-may {
    /* margin-top: 96px; */
}

.section-header {
    text-align: center;
    font-size: 30px;
    margin-top: 96px;
}

.may-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.may-item {
    width: 269px;
    height: 378px;
    background-color: #f5f5f5;
    margin-top: 44px;
    border-radius: 16px;
    position: relative;
    transition: all .5s;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}

.may-item:hover {
    transform: scale(1.1);
}

.may-item-content {
    padding: 64px 24px 24px 24px;
}

.may-item-content-icons {
    position: absolute;
    top: -27px;
    right: 24px;
}

.may-item-content h3 {
    padding-bottom: 16px;
    font-size: 30px;
}

.may-item-p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: -0.36px;
}

.read-write {
    display: block;
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}

.read-write a {
    font-family: 'Cairo';
    text-decoration: underline;
}

.may-item-3::after {
    background-color: #ff4545;
}

.may-item-4::after {
    background-color: var(--color-botton);
}

.may-item-2::after {
    background-color: #316bff
}

.section-may .read {
    border-radius: 8px;
    width: 167px;
    height: 46px;
    border-color: var(--color-botton);
    margin-right: 42%;
    margin-top: 44px;
    cursor: pointer;
   
}

.section-may a.link-read {
    color: white;
    list-style: none;
    padding: 8px 20px;
    cursor: pointer;
}


@media screen and (min-width:401px) and (max-width:766px) {

    .section-may .read {
        margin-right: 30%;
    }

    .may-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
         .section-may .read {
             display: flex;
             /* margin-right: 37%; */
             align-items: center;
             justify-content: center;
         }

}

@media screen and (min-width:1500px) {

    .may-items {
        display: flex;
        flex-wrap: nowrap;
    }
}
/* ------------------------------------------ */

/* levels-education */
/* .levels-education-item-header
{
    font-size: 24px;
    font-weight: bold;
}
.levels-education-items
{
    display: flex;
    flex-direction: column;
    gap: 96px;
}
.levels-education-item
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.levels-education-item p
{
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.levels-education-item1
{
    margin-top: 48px;
}
.levels-education-item button
{
    width: 151px;
}
.developers
{
    margin-top: 96px;
}
.levels-education-item-part1
{
    width: 465px;
    height: 309px;
}
.levels-education-item a
{
    font-size: 16px;
    font-weight: 700;
}
.levels-education-item1 a
{
    text-decoration: none;
    cursor: pointer;
} 
.levels-education-item a
{
    cursor: pointer;
} */


.levels-education-item-header {
    font-size: 24px;
    font-weight: bold;
}

.levels-education-items {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

.levels-education-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.levels-education-item p {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.levels-education-item1 {
    margin-top: 48px;
}

.levels-education-item button {
    width: 151px;
}

.developers {
    margin-top: 96px;
}

.levels-education-item-part1 {
    width: 465px;
    height: 309px;
}

.levels-education-item a {
    font-size: 16px;
    font-weight: 700;
}

.levels-education-item1 a {
    text-decoration: none;
    cursor: pointer;
}

.levels-education-item a {
    cursor: pointer;
}

@media screen and (min-width:401px) and (max-width:766px) {
    .levels-education-item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 32px;

    }

    .levels-education-item1 {
        display: flex;
        flex-direction: column-reverse;

    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .levels-education-item-part2 img {
        width: 90%;
    }

    .levels-education-item-part1
    {
        width: auto;
    }
    .levels-education-item-part1 p {
        font-weight: 500;
        line-height: 1.7;
        letter-spacing: 0.36px;
    }
    .read {
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
}


/* -------------------------------------- */
/* developers */
.developers {
    background-color: #f8f8f8;
    height: 700px;
}

.developers .section-header {
    padding-bottom: 30px;
    padding-top: 96px;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    cursor: default;
}

.testim {
    width: 100%;
    transform: translateY(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
    margin-top: 230px;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: black;
    cursor: pointer;
    font-size: 2em;
    top: 40%;
    transform: translateY(-40%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .arrow:hover {
    color: #ea830e;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid black;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: black;
    border-color: black;
}

.testim .dots .dot.active {
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
    /* margin-top: 300px; */
}

.Display {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.Display-content {
    margin-top: -30px;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {

    position: relative;
    opacity: 1;

}

.testim .cont div .img img {
    padding-right: 50px;
}

.testim .cont .Display-content {
    padding-left: 100px;
    text-align: right;
}

.testim .cont div h2 {
    font-family: Cairo;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.44px;
    margin: 24px 0;
}

.testim .cont div p {
    align-items: center;
    color: rgba(0, 0, 0, 0.50);
    text-align: right;
    font-family: Cairo;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
    margin-top: 44px;
}

.testim .cont div span {
    font-family: Cairo;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.36px;
}

.testim .cont div.active .img img {
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.active span {
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive span {
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}


/* Responsive */

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        /* font-size: 14px; */
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

@media screen and (min-width:401px) and (max-width:1002px) {
    .developers {
        /* margin-top: -50px; */
        background-color: transparent;
        margin-bottom: 200px;
    }

    .developers .section-header {
        padding-bottom: 160px;
        padding-top: 0px;
    }

    .Display {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Display .img {
        margin-top: 32px;

    }

    .testim .cont div .img img {
        padding-right: 0px;
        border-radius: 16px;
        width: 100%;
    }

    .testim .arrow {
        top: 100%;
        font-size: 30px;
        padding-bottom: 32px;
        padding-left: 10px;
        padding-right: 10px;

    }

    .testim .cont div p {
        text-align: center;
        line-height: 1.7;
        letter-spacing: 0.36px;
    }

    .testim .cont .Display-content {
        padding-left: 0px;
        text-align: center;
    }

    .testim .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .testim .dots .dot {
        margin: 0px;
    }
}
/* ------------------------------------- */