@import url('/static/css/navbars.css');
@import url('/static/fonts/font-awesome-4.7.0/css/font-awesome.min.css');
@import url('/static/js_library/swiper-bundle.min.css');
@import url('/static/js_library/aos.css');
@import url('/static/css/footer.css');


* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0;
    margin: 0;
}

.numb-font {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.indexHeaderBox {
    width: 100%;
    text-align: center;
    margin: 4em 0 12em;
    position: relative;
}

.indexHeaderPublicationNastaliqImage {
    width: 30em;
}

.indexMainIntro {
    width: 90%;
    height: 26em;
    margin: 9em auto 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexMainIntroLeftSide {
    width: calc(100% / 1);
    display: flex;
    align-items: center;
}

.indexMainIntroLeftSide-div {
    width: 100%;
}

.indexMainIntroLeftSide img {
    width: 100%;
    height: 24em;
}

.indexMainIntroRightSide {
    width: calc(100% / 3);
    height: 24em;
    display: flex;
    align-items: center;
}

.indexMainIntroRightSide-div {
    display: flex;
    padding: 1em;
    color: #084d4d;
    background-color: #e8f7f7;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.indexMainIntroRightSide h1 {
    font-size: 1.8em;
}

.indexMainIntroRightSide p {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 2.2em;
}

.indexHeaderPublicationsIcon {
    width: 7em;
}

.upDownAnimation {
    animation: MoveUpDown 3s linear infinite;
    position: absolute;
    left: 45%;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: -9em;
    }

    50% {
        bottom: -6em;
    }
}

.index-publicationsInfoContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    justify-content: center;
    background-color: #e8f7f7;
    row-gap: 1em;
    column-gap: 2em;
    padding: 2em 0;
}

/*.index-publicationsSteps {*/
/*    font-size: 1em;*/
/*    color: #084d4d;*/
/*    width: 90%;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/

.index-publicationsInfoBox {
    width: calc(100% / 9);
    display: flex;
    flex-direction: column;
    gap: 2em;
    background-color: white;
    text-align: center;
    padding: 1em;
}

.text-bold {
    font-weight: 600;
    color: #1da59a;
    font-size: 1.2em;
}

.index-publicationsInfoBox-numberImg {
    width: 3em;
    margin: 0 auto;
}

.index-publicationsInfoBox-img {
    width: 100%;
    height: 7em;
}

.index-publicationsInfoBox h1 {
    font-size: 1.1em;
    color: #084d4d;
}

.index-publicationsInfoBox p {
    font-size: 0.9em;
    line-height: 2em;
    font-weight: 600;
    color: #1da59a;
}

.indexPublicationInfoNumbersMobile {
    display: none;
}

.indexPublicationInfoNumbers,
.indexPublicationInfoNumbersMobile {
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em !important;
    font-weight: 600;
    background-color: #259D9C;
    width: fit-content;
    margin: 0 auto;
    color: white;
    border-radius: 50%;
    padding: 0.1em 0.4em;
    z-index: 2;
}

.indexPublicationInfoNumbersBox {
    width: 95%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.indexPublicationInfoNumbers-border {
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 84%;
    left: 7em;
    background-color: #084d4d;
    top: 1.2em;
}

/* -------------------------------( index-swiper )---------------------------------------- */

.indexProductSwiperContainer {
    width: 100%;
    height: 20em;
    padding: 4em 0;
    position: relative;
    background-color: #e8f7f7;
}

.indexTitle {
    text-align: center;
    height: 15em;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 1.5em;
}

.indexTitle p {
    background-color: white;
    font-size: 1.5em;
    color: #1da59a;
    z-index: 3;
    padding: 0.5em 1em;
    border: 4px solid #1da59a;
    border-radius: 20%;
    width: fit-content;
}

.indexTitle-border {
    width: 90%;
    bottom: 3.5em;
    position: absolute;
    height: 4px;
    background-color: #1da59a;
    z-index: 1;
}

.swiper {
    width: 80%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectsSwiper-slide {
    width: 19em !important;
    height: 19em !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.projectsSwiper-slide {
    flex-direction: column;
    justify-content: normal;
    background-color: #C6C5C0;

}

.projectsSwiper-slide img {
    height: calc(100% / 1.5) !important;
}

.projectsSwiper-slide p {
    font-size: 1em;
    font-weight: 600;
    padding: 0.5em 1em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    color: #333333;
    width: 80%;
    border-radius: 10%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.swiper-slide {*/

/*}*/

:root {
    --swiper-navigation-size: 5em !important;
    --swiper-theme-color: #259D9C !important;
}

.swiper-button-next {
    display: block !important;
}

.swiper-button-prev {
    display: block !important;
}

.indexNewsContainer {
    position: relative;
}

.indexNewsTitle {
    font-size: 1.5em;
    border-radius: 10%;
    padding: 1em;
    background-color: #8dd3d3;
    margin: 1em;
    width: fit-content;
    color: white;
}

.newsSwiperSlide {
    display: flex !important;
    height: 15em !important;
    gap: 2em;
}

.newsSwiperImg {
    width: calc(100% / 1);
    order: 2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.newsSwiperImg a:hover {
    opacity: 60%;
    transition: 0.3s;
}

.newsSwiperText {
    width: calc(100% / 1);
    order: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.newsSwiperText h3 {
    font-size: 1.5em;
    color: #084d4d;
}

.newsSwiperText p {
    font-size: 1.2em;
    color: #1da59a;
    line-height: 1.5em;
}

/* -------------------------------( index-contact us )---------------------------------------- */

.indexContactUsContainer {
    display: flex;
    flex-wrap: wrap;
    background-color: #e8f7f7;
    width: 100%;
    padding: 2em 0;
    justify-content: center;
    align-items: center;
    gap: 3em;
}

.indexContactUs-p {
    width: 100%;
    font-size: 1.3em;
    color: #084d4d;
    font-weight: 600;
    text-align: center;
    margin: 2em 0;
}

.indexContactUsDetails {
    width: calc(calc(100% / 2) - 8em);
    display: flex;
    flex-direction: column;
    padding: 2em;
    background-image: linear-gradient(to bottom, #084d4d, #1da59a);
    color: white;
    border-radius: 10%;
}

.indexContactUsDetails label {
    font-size: 1.6em;
    margin: 1em 0;
}

.indexContactUsDetails span {
    font-size: 1.1em;
}

.indexContactUsDetails-ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    column-gap: 3em;
    padding: 0 4em;
}

.indexContactUsDetails-ul a {
    color: white;
    font-size: 2em;
    transition: 0.3s;
}

.indexContactUsDetailsWhatsApp {
    font-size: 1.5em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #00ffea;
}

.indexContactUsDetailsWhatsApp i {
    font-size: 1.5em !important;
}

.indexContactUsForm {
    width: calc(calc(100% / 2) - 4em);
    border: 2px dashed #084d4d;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1em;
    gap: 1em;
}

.indexContactUsForm input {
    font-size: 1.3em;
    padding: 0.3em 0.7em;
    width: 12em;
    border: none;
    border-radius: 10%;
}

input[type=number]::-webkit-inner-spin-button {
    display: none;
}

.indexContactUsForm textarea {
    resize: none;
    font-size: 1.3em;
    padding: 0.3em 0.7em;
    border: none;
    border-radius: 10%;
    width: 24em;
}

.indexContactUsForm button {
    background-color: #084d4d;
    color: white;
    border-radius: 10%;
    border: none;
    font-size: 1.4em;
    padding: 0.3em 1em;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

.indexContactUsForm button:hover {
    color: #084d4d;
    background-color: #cacaca;
}

.indexContactUsForm button:active {
    transform: translate(9px);
}

.indexContactUsDetails-ul a:hover {
    color: #cacaca;
}







@media only screen and (max-width: 1023.98px) {
    .indexHeaderBox {
        margin: 0;
    }

    .indexHeaderPublicationNastaliqImage {
        width: 30em;
    }

    .indexHeaderPublicationsIcon {
        width: 6em;
    }

    .indexHeaderWhiteSpaces {
        height: 10em;
    }

    @keyframes MoveUpDown {

        0%,
        100% {
            bottom: -7em;
        }

        50% {
            bottom: -5em;
        }
    }

    .indexMainIntroRightSide {
        width: calc(100% / 2);
        height: 20em;
        display: flex;
        align-items: center;
    }


    .indexMainIntroRightSide h1 {
        font-size: 1.5em;
    }

    .indexMainIntroRightSide p {
        font-size: 1em;
        font-weight: 600;
        line-height: 2.2em;
    }

    .indexMainIntro {
        width: 90%;
        height: 22em;
        margin: 12em auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexMainIntroLeftSide {
        width: calc(100% / 1);
        display: flex;
        align-items: center;
    }

    .indexMainIntroLeftSide-div {
        width: 100%;
    }

    .indexMainIntroLeftSide img {
        width: 100%;
        height: 20em;
    }










    .index-publicationsInfoBox {
        width: calc(100% / 7);
        gap: 1em;
        background-color: white;
        text-align: center;
        padding: 1em;
    }

    .index-publicationsSteps {
        font-size: 0.8em;
    }

    .index-publicationsInfoBox-numberImg {
        width: 3em;
        margin: 0 auto;
    }

    .index-publicationsInfoBox-img {
        width: 100%;
        height: 7em;
    }

    .index-publicationsInfoBox h1 {
        font-size: 1em;
    }

    .index-publicationsInfoBox p {
        font-size: 0.7em;
        line-height: 2em;
    }

    .indexPublicationInfoNumbersBox {
        display: none;
    }

    .indexPublicationInfoNumbersMobile {
        display: block;
        font-size: 1.5em !important;
    }







    .indexTitle {
        height: 8em;
    }

    .indexTitle p {
        font-size: 1.5em;
        border: 3px solid #1da59a;
    }

    .indexTitle-border {
        bottom: 3.2em;
        height: 3px;
    }







    :root {
        --swiper-navigation-size: 4em !important;
    }

    .projectsSwiper-slide {
        width: 16em !important;
        height: 16em !important;
    }

    .indexNewsTitle {
        font-size: 1.4em;
        border-radius: 10%;
        padding: 0.7em;
        margin: 1em;
    }

    .newsSwiperImg {
        width: calc(calc(100% / 1) - 3em);
    }

    .newsSwiperText {
        width: calc(calc(100% / 1) - 3em);
    }

    .newsSwiperText h3 {
        font-size: 1.4em;
    }

    .newsSwiperText p {
        font-size: 1.1em;
        line-height: 1.6em;
    }





    
    .indexContactUsDetails label {
        font-size: 1.4em;
    }
    
    .indexContactUsDetails-ul {
        gap: 2em;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    
    .indexContactUsDetails-ul a {
        font-size: 1.8em;
    }

    .indexContactUsDetailsWhatsApp {
        font-size: 1.3em;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: #00ffea;
        order: 3;
    }

    .indexContactUsDetailsWhatsApp i {
        font-size: 1.3em !important;
    }
    
    .indexContactUsForm input {
        font-size: 1.2em;
        width: 16em;
    }
    
    .indexContactUsForm textarea {
        font-size: 1.2em;
        width: 16em;
    }
    
    .indexContactUsForm button {
        font-size: 1.3em;
    }

}












@media only screen and (max-width: 767.98px) {
    .indexHeaderWhiteSpaces {
        height: 9em;
    }

    .indexHeaderPublicationNastaliqImage {
        width: 17em;
    }

    .indexHeaderPublicationsIcon {
        width: 4em;
        left: 40%;
    }

    .indexMainIntroRightSide {
        width: 100%;
        height: 18em;
        display: flex;
        align-items: center;
    }

    .indexMainIntroRightSide h1 {
        font-size: 1.4em;
    }

    .indexMainIntroRightSide p {
        font-size: 1em;
        font-weight: 600;
        line-height: 2.4em;
    }

    .indexMainIntro {
        width: 90%;
        height: 20em;
        margin: 12em auto;
        display: flex;
        flex-direction: column;
    }

    .indexMainIntroLeftSide img {
        width: 100%;
        height: 10em;
    }

    @keyframes MoveUpDown {

        0%,
        100% {
            bottom: -5em;
        }

        50% {
            bottom: -3em;
        }
    }

    .index-publicationsInfoBox {
        width: calc(100% / 3);
    }


    .index-publicationsInfoBox h1 {
        font-size: 0.9em;
    }

    .index-publicationsInfoBox p {
        font-size: 0.6em;
    }

    .indexPublicationInfoNumbersMobile {
        font-size: 1.2em !important;
    }







    .indexTitle p {
        font-size: 1.3em;
        padding: 0.3em 1em;
        border: 2px solid #1da59a;
    }

    .indexTitle-border {
        bottom: 2.8em;
        height: 2px;
    }






    .projectsSwiper-slide {
        width: 100% !important;
        height: 100% !important;
    }

    :root {
        --swiper-navigation-size: 2em !important;
    }

    .indexNewsContainer {
        padding: 0;
    }

    .NewsSwiper {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border: 2px solid #084d4d;
    }

    .newsSwiperSlide {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        height: 100% !important;
        width: 100% !important;
        background-color: #e8f7f7;
    }

    .indexNewsTitle {
        font-size: 1.2em;
        padding: 0.3em 0.5em;
    }

    .newsSwiperImg {
        width: 100%;
        height: 10em;
        order: 1;
    }

    .newsSwiperText {
        width: 90%;
        font-size: 0.7em !important;
    }

    .newsSwiperText h3 {
        font-size: 0.9em;
        text-align: center  ;
    }

    .newsSwiperText p {
        font-size: 1em;
        font-weight: 600;
        line-height: 2.4em;
        text-align: center;
    }





    
    .indexContactUsContainer {
        display: flex;
        flex-direction: column;
        background-color: #e8f7f7;
        width: 100%;
        padding: 2em 0;
        justify-content: center;
        align-items: center;
        gap: 3em;
    }

    .indexContactUsForm {
        width: 85%;
        border: 2px dashed #084d4d;
        border-radius: 10%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1em;
        gap: 1em;
    }
    
    .indexContactUsDetails {
        width: 85%;
        display: flex;
        flex-direction: column;
        padding: 1em;
        background-image: linear-gradient(to bottom, #084d4d, #1da59a);
        color: white;
        border-radius: 10%;
    }

    .indexContactUs-p {
        font-size: 1.2em;
    }

    .indexContactUsDetails label {
        font-size: 1.1em;
    }
    
    .indexContactUsDetails-ul {
        gap: 2em;
        justify-content: center;
    }
    
    .indexContactUsDetails-ul a {
        font-size: 1.5em;
    }
    
    
    .indexContactUsForm input {
        font-size: 1.2em;
        width: 13em;
    }
    
    .indexContactUsForm textarea {
        font-size: 1.2em;
        width: 13em;
    }
    
    .indexContactUsForm button {
        font-size: 1.2em;
        width: fit-content;
    }

}