.krayonIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialIcons {
    padding-top: 10px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.imageFooter {
    width: 100px;
}

.containerImage {
    width: 15px
}

.containerImage img {
    width: 100%;
}

.imageInvestor {
    max-width: 100%;
    margin-bottom: 30px;
}

.pattern {
    padding-left: 100px;
}


#myFooter {
    height: 100vh;
    width: 100vw;
    background-image: url('../assets/footer/bg.png');
    background-color: #000;
    display: flex;
    margin-left: 50px;
}


#myFooter>div {
    width: 50%;
}

#myFooter h3 {
    color: white;
    font-size: 28px;
    font-family: Aref Ruqaa;
    font-weight: 700;
    word-wrap: break-word
}

#myFooter .footerLeft {
    height: 100%;
    background-image: url('../assets/footer/picture.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

#myFooter .footerLeft .image {
    display: flex;
    align-items: flex-start;
}

#myFooter .footerLeft .logo {
    width: 200px;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% + 50px);
}


#myFooter .footerLeft .logoK {
    width: 250px;
}

#myFooter .footerRight {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
    padding: 0 50px;
}


#myFooter .footerRight .rightTop {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}


#myFooter .footerRight .rightTop .item h3 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

#myFooter .footerRight .rightTop .item .imgContainer {
    width: 20px;
    height: 20px;
    padding-right: 10px;
}

#myFooter .footerRight .rightTop .item .imgContainer img {
    width: 100%;
    height: 100%;
}

#myFooter .footerRight .rightBottom h3 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}

#myFooter .footerRight .rightBottom .listIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 30px;
}

#myFooter .footerRight .rightBottom .listIcons img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

#myFooter .footerRight .rightBottom .listIcons i {
    font-size: 30px;
    color: #fff;
}

#myFooter .footerRight .rightBottom .btTitle {
    text-align: center;
    margin-bottom: 20px;
}

#myFooter .footerRight .aboutUs h3 {
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
    margin-bottom: 20px;
}


#myFooter .footerRight .aboutUs .description {
    color: #060A53;
    font-size: 17px;
    font-family: Arapey;
    /* font-style: italic; */
    font-weight: 400;
    word-wrap: break-word;
    text-align: justify;

}


#myFooter .fontP {
    color: #060A53;
    font-size: 17px;
    font-family: Arapey;
    font-style: italic;
    font-weight: 400;
    word-wrap: break-word
}

#myFooter .footerRight .rightTop .address,
#myFooter .footerRight .rightTop .phone {
    display: flex;
    padding: 5px;
}

@media screen and (max-width: 768px) {

    #myFooter .fontP {
        color: #060A53;
        font-size: 14px;
        font-family: Arapey;
        font-style: italic;
        font-weight: 400;
        word-wrap: break-word
    }

    #myFooter .footerRight .rightBottom {
        margin-top: 30px;
    }

    #myFooter .footerRight .rightBottom .listIcons img {
        width: 30px;
        height: 30px;
    }

    #myFooter .footerRight .rightBottom .listIcons i {
        font-size: 30px;
    }

    #myFooter .footerRight .aboutUs .description {
        color: #060A53;
        font-size: 14px;
        font-family: Arapey;
        font-style: italic;
        font-weight: 400;
        word-wrap: break-word;
        text-align: justify;

    }

    #myFooter .footerLeft .logo {
        width: 150px;
        position: absolute;
        top: calc(50% - 100px);
        left: calc(50%);
    }

    #myFooter .footerLeft .logoK {
        width: 150px;
    }

    #myFooter {
        height: auto;
        margin-top: 40px;
    }

    #myFooter .colorWhiteMobile {
        color: #fff !important;
    }

    .s-subscribe {
        padding-bottom: 100px;
    }

    .pattern {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #myFooter {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    #myFooter>div {
        width: 100%;
    }

    #myFooter .footerRight {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
        padding: 30px 10px;
    }

    #myFooter .footerRight .rightTop .item {
        width: 50%;

    }

    #myFooter .footerRight .rightTop {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        padding: 10px;
    }

    #myFooter .footerRight .rightTop ul {
        padding-left: 10px;
    }

    #myFooter .footerLeft {
        height: 500px !important;
    }

    #myFooter h3 {
        color: white;
        font-size: 20px;
        font-family: Aref Ruqaa;
        font-weight: 700;
        word-wrap: break-word
    }
}