@font-face {
    font-family: "lamaSensmedium";
    src: url("../font/lamaSens/LamaSans-Medium.woff2");
    font-weight: 700;
}

@font-face {
    font-family: "lamaSensbold";
    src: url("../font/lamaSens/LamaSans-Bold.woff2");
    font-weight: 900;
}

@font-face {
    font-family: "Switzer";
    src: url("../font/Switzer-Bold.otf");
    font-weight: 900;
}

/*----global----*/
html {
    height: 100%;
}

body {

    height: 100%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: #471a7d;
    direction: rtl;
}

#single-particles-fs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

/*----nav----*/
.nav-item .nav-link {
    font-family: 'lamaSensbold';
    font-size: 20px;
    color: #000;
    padding-left: 1rem !important;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
    color: #5C00B5;
}

.navbar-collapse {
    margin-inline: auto;
    justify-content: center;
}

.navbar-brand img {
    height: 60px;
}

/*----repotq-header----*/
.repoteq-header {
    margin-top: 86px;
    background-image: url('../img/Group\ 2055.svg');
    min-height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-repoteq-header h1 {
    font-family: 'lamaSensbold';
    color: #fff;
    text-align: center;
    font-size: 35px !important;

}

.text-repoteq-header h2 {
    font-family: 'lamaSensmedium';
    color: #00FFC1;
    text-align: center;
    font-size: 26px !important;
}

/*-----blog section-----*/
#blog {
    min-height: 500px;
    padding: 30px 0px;
    width: 100%;
    position: relative;
}

.img-small img {
    height: 200px;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 15px;
    object-fit: cover;

}

.parent-tap {
    width: fit-content;
    margin-inline: auto;
    position: relative;
    height: 100%;
}

.img-show {
    width: fit-content;
    margin-inline: auto;
    position: relative;
    width: 40vw;
    min-height: 81.965vh;
    height: 100%;
}

.selected-image {
    border: 2px solid #000;
}

.img-show img {
    max-width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    object-fit: cover;
}

.table_class {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.eid_4 {
    margin-top: 30px;
    font-family: 'lamaSensbold';
    color: #FFF;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.GInput {
    margin: 15px auto;
    box-sizing: border-box;
    font-size: 20px;
    color: #243d7f;
    vertical-align: middle;
    margin-bottom: inherit;
    padding: 10px 10px;
    width: 100%;
    direction: rtl;
    border: 0px solid #a6a6a6;
    border-radius: 10px;
    background-color: white;
    font-family: "GR" !important;
    text-align: center;
    transition: 0.4s;
    box-shadow: inset 0px 5px 8px rgba(0, 0, 0, 0.2);
    outline: none;
}

.lamaSensbold {
    font-family: 'lamaSensbold' !important;
}

.Switzer {
    font-family: 'Switzer' !important;
}

.GInput::placeholder {
    font-family: 'lamaSensmedium';
}

.downloadBTN {
    margin: 15px auto;
    padding: 10px 40px;
    font-family: "lamaSensbold" !important;
    font-size: 16px;
    color: white;
    border-radius: 15px !important;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    transition: 0.4s;
    background-color: rgb(0, 168, 134);
}

.downloadBTN:disabled,
.downloadBTN:disabled:hover {
    background-color: rgba(0, 117, 201, 0.242);
    cursor: not-allowed;
}

.show-in-mobile {
    display: none;
}

/*----swiper slide----*/
.homeswiper {
    height: 700px;
    position: relative;
}

.home-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    position: relative;
    height: 85px;
}

.home-nav .swiper-button-prev,
.home-nav .swiper-button-next {
    color: #3c4242;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-self: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.home-nav .swiper-button-prev:hover,
.home-nav .swiper-button-next:hover {
    color: #fff;
    background: #3c4242;
}

.home-nav .swiper-button-prev {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 50px;


}

.home-nav .swiper-button-next {
    right: 50%;
    transform: translateX(50%);
    left: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    top: 0px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

/*----repoteq-service----*/
.repoteq-service {
    min-height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-block: 40px;
    background-color: #5342AB;
}

.header-services h1 {
    font-family: 'lamaSensbold';
    color: #00FFC1;
    font-size: 35px;
    position: relative;
    text-align: center;
}

.header-services::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #FFF;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.parent-service {
    margin-top: 20px;
}

.img-service {
    text-align: center;
    margin-bottom: 10px;
    height: 70px;
}

.img-service img {
    width: 60px;
    height: 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.parent-service:hover .img-service img {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.test-img {
    height: 70px !important;
}

.img-service .work-remote {
    height: 70px;
    width: 55px;
}

.parent-service a {
    text-align: center;
    color: #fff;
    font-family: 'lamaSensmedium';
    font-size: 16px;
    text-decoration: none;
    display: block;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.parent-service a:hover {
    color: #00FFC1;
}

/*----footer----*/
.footer {
    min-height: 100px;
    padding-block: 10px;
    background: #471A7D;
    display: flex;
    align-items: center;
}
.img-footer {
    height: 100%;
    display: flex;
    align-items: center;
}
.img-footer img {
    height: 60px;
}

.info-footer {
    direction: ltr;
}

.info-link {
    display: flex;
    align-items: center;
}
.info-link:not(:last-child) {
    margin-bottom: 10px;
}
.info-link a {
    color: #fff;
    font-family: 'lamaSensbold';
    font-size: 15px;
    text-decoration: none;

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.info-link a:hover {
    color: #00FFC1;
}

.img-info img {
    width: 20px;
    margin-right: 15px;
}

.img-infos img {
    width: 20px;
    height: 30px;
    margin-right: 5px;
}

.img-infos .youtube-img {
    width: 30px;
}

/*----responsive----*/
@media only screen and (max-width: 1282px) {
    .img-show {
        width: 51.485vw;
        height: 82.376vh;
    }
}

@media only screen and (max-width: 1026px) {
    .img-show {
        width: 65.43vw;
        min-height: 83.75vh;
    }
}

@media(max-width: 998px) {
    .img-show {
        width: 90vw;
        min-height: 70vh;
    }
}

@media(max-width: 768px) {
    .container {
        max-width: 667px;
    }
}

@media(max-width:578px) {
    #blog {
        display: block;
    }

    .img-show {
        padding-bottom: 20px;
        min-height: 600px;
    }

    .table_class {
        width: 75%;
    }

    .homeswiper {
        width: 65vw;
    }

    .parent-service a {
        font-size: 14px;
    }

    .show-in-mobile {
        display: block;
    }

    .show-in-desktop {
        display: none;
    }

    .img-footer {
        text-align: center;
        margin-bottom: 20px;
    }

    .img-footer img {
        width: 150px;
    }

    .home-nav {
        display: none;
    }

    .text-repoteq-header h2 {
        font-size: 25px !important;
    }
}

/*----animation----*/
.zoomIn {
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
    animation-duration: 3s;
}

@keyframes zoomin {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}