#toTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 60px;
    height: 60px;
    z-index: 999;
    border: none;
    outline: none;
    background-color: #1F77AD;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 10px 10px #08466d60;
}

#toTop img {
    width: 50%;
    transform: rotate(180deg);
}

/******************* ContactHead ******************/
.headContact {
    width: 100%;
    z-index: 40000;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    position: relative;
}

.headContact a {
    padding-right: 16px;
    text-decoration: none;
    color: white;
}

.headContact a:last-child {
    text-align: end;
    padding-right: 0px;
}



.headContact img {
    width: 25px;
    padding-right: 10px;
}

/************************ Cursor **********************/
.cursor {
    z-index: 9999;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #1f77ad;
    box-sizing: border-box;
    transition: 0.1s;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

.cursorHover {
    width: 100px;
    height: 100px;
    border: 2px dashed #1f77ad;
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*********************** Social icons **************************/
.SocialIcons {
    z-index: 99999;
    position: absolute;
    top: 180px;
    left: 11%;
}

.SocialIcons .Topline,
.SocialIcons .Bottomline {
    background: #fff;
    width: 2px;
    height: 80px;
}

.SocialIcons .Icons {
    margin: 40px 0;
}

.SocialIcons .Icons img {
    width: 20px;
    display: block;
    margin: 20px 0;
    margin-left: -10px;
}

/********************* language switcher ********************/
.langSwicher {
    z-index: 99999;
    position: absolute;
    top: 520px;
    left: 11%;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.langSwicher .En {
    background: #fff;
    border: 2px solid #fff;
    color: #1f77ad;
    display: inline;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 50px 0 0 50px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    text-decoration: none;
}

.langSwicher .Ar {
    background: #fff;
    border: 2px solid #fff;
    color: #1f77ad;
    display: inline;
    font-size: 18px;
    border-radius: 0 50px 50px 0;
    background: none;
    color: #fff;
    padding: 10px 25px;
    margin-left: -10px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    text-decoration: none;

}

/******************** TypeWrite **********************/
.h1TypeWrite {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    z-index: 99999;
    position: absolute;
    top: 200px;
    left: 20%;
}

.SpanTypeWrite {
    border-right: .05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

/************* Start Slider ************/
.mySwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide h1 {
    width: 20%;
    text-align: left;
    font-size: 70px;
    line-height: 65px;
    margin-top: 0px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6)
}

.mySwiper .toggle-button {
    top: 45%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 0 10px 10px 0;

}

.mySwiper .swiper-pagination-vertical {
    right: 8% !important;
}

.mySwiper .swiper-pagination-bullet {
    margin-bottom: 30px !important;
    border: 1px white solid;
    height: 10px;
    width: 10px;
    background: none
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.78) !important;
}


.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    right: 8% !important;
    transform: rotate(0deg);
    transform-origin: left center;
}

.mySwiper .swiper-button-prev {
    top: 10px;
}

.mySwiper .swiper-button-next {
    top: auto;
    bottom: 70px;
}

.mySwiper .swiper-button-next::after {
    content: "";
}

.mySwiper .swiper-button-next img {
    width: 80%;
    height: 130%;
}

/************ Contact Us Btn*************/
.Contact_Us_Btn {
    text-decoration: none;
    background-color: #3493CE;
    border-radius: 50%;
    position: absolute;
    z-index: 100000;
    color: white;
    width: 120px !important;
    height: 120px !important;
    top: 75%;
    left: 45%;
    text-align: center;
    line-height: 7;
    font-size: 16px;
}

.Contact_Us_Btn a {
    text-decoration: none;
    color: white;
}

/************* Start Logo ***************/
.logo {
    z-index: 40;
    background: none;
    padding: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background: white;
    width: 90px !important;
    height: 90px !important;
    border-radius: 50px;
}

.logo img {
    width: 65%;
}

.logo-scroll .logo {
    width: 80%;
    margin-top: 10%;
}

/************* End Logo ***************/
header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 80%;
    margin: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.nav {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.containerNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav div.logo {
    /*width: 130px;*/
    width: auto;
    height: auto;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.nav div.main_list {
    padding: 0;
    margin: 0;
}

.nav div.main_list ul {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    padding: 0;
    padding-right: 4rem;
    line-height: 3 !important;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 1.2rem;
}

.nav div.main_list ul li a:hover {
    color: #3493CE;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .containerNav {
        margin: 0;
    }
}

@media screen and (max-width:768px) {

    .nav div.logo {
        padding-right: 0;
    }

    .nav div.main_list {
        display: none;
    }

}

/************* Start Mobile Nav ****************/
.nav .mobile-btn {
    width: 40px;
    height: 40px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 9999;
}

.nav .mobile-btn span {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    display: block;
}

.nav .mobile-btn span:last-child {
    margin-bottom: 0px;
}

.mobile-nav,
.mobile-nav.active {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: -200%;
    background-color: #000;
    opacity: .95;
    color: #fff;
    padding: 24px;
    padding-top: 200px;
    list-style: none;
    transition: all .3s ease-in-out;
}

.mobile-nav li {
    text-align: left;
    padding: 5% 0%;

}

.mobile-nav li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width:768px) {
    header {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav .mobile-btn {
        display: flex;
    }



    .mobile-nav.active {
        left: 0;
    }
}


/************* end Mobile Nav ****************/



@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    backdrop-filter: blur(0.5) !important;
    background-blend-mode: multiply;
    top: -150px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


/************************** speech ******************************/

.speech-card {
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 4%;
    padding: 5% 3%;
    width: 70%;
    border: 1px solid #1F77AD;
    border-radius: 10px;
    box-shadow: 0px -10px 1px #1F77AD;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.speech-card:hover {
    box-shadow: 0px -10px 1px #1F77AD, -50px 50px 30px rgba(53, 116, 153, 0.089);
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.speech-card p {
    padding-bottom: 5%;
    padding-top: 3%;
}

.speech-card h2 {
    text-transform: uppercase;
    color: #1F77AD;
    font-size: 40px;
    margin-bottom: 1%;
}

.speech-card p {
    font-size: 16px;
    line-height: 30px;
}

.speech-card h4 {
    font-size: 24px;
    color: #1F77AD;
}

.speech-card h6 {
    color: #1f77ad;
    font-size: 20px;
    font-weight: thin !important;
    line-height: 30px;
}

/************************** Values ******************************/
.values {
    margin-bottom: 5%;
}

.our-values {
    background: linear-gradient(hsl(36, 100%, 23%), hsl(36, 100%, 31%)), url("../assets/img/whyXYTIQbg.png") center center no-repeat !important;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
    padding: 8%;
    padding-top: 4%;
    height: 400px;
}

.our-values .line {
    background: #FAA323;
    width: 8%;
    height: 5px;
    margin-bottom: 5%;
}

.our-values h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #FAA323;

}

.our-values p {
    padding-bottom: 3%;
    padding-top: 3%;
    font-size: 16px;
    line-height: 30px;
}

.clients-satisfaction,
.quality-assurance {
    padding: 30px;
    padding-left: 50px;
    width: 75%;
    height: 300px;
    border-radius: 10px;
    margin-top: -19%;
    margin-bottom: 10%;
    background: #fff;
}

.clients-satisfaction {
    box-shadow: 0px 5px 1px #FAA323, -20px 20px 30px rgba(250, 163, 36, 0.1);
    margin-left: 20%;
}

.quality-assurance {
    box-shadow: 0px 5px 1px #399646, -20px 20px 30px rgba(57, 150, 71, 0.1);
    margin-right: 15%;

}

.quality-assurance h4,
.clients-satisfaction h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.quality-assurance h4 {
    color: #399646;
}

.clients-satisfaction h4 {
    color: #FAA323;
}

.clients-satisfaction p,
.quality-assurance p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 10px;
}

.clients-satisfaction img,
.quality-assurance img {
    width: 15%;
    margin-bottom: 3%;
}

/************************** Activities **************************/
.activities-left .line {
    background: #399549;
    width: 20%;
    height: 5px;
    margin-bottom: 18%;
}

.activities-left {
    padding-left: 5%;
    padding-top: 3%;
}

.activities-left h4 {
    font-size: 40px;
    text-transform: uppercase;
    color: #399549;
    margin-bottom: 2%;
}

.activities-left .first {
    font-size: 16px;
    color: #399549;
    margin-bottom: 15%;
}

.activities-left .second {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 18% !important;
}

.activities-left .activity-arrows {
    display: inline;
}

.activities-left .activity-arrows .activity-right-arrow,
.activities-left .activity-arrows .activity-left-arrow {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #399646;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-right: 5%;


}

.swiper-navigation-container .swiper-button-next,
.swiper-navigation-container .swiper-button-prev {
    right: 0 !important;
    left: 0 !important;
}

.swiper-navigation-container .swiper-button-next,
.swiper-navigation-container .swiper-button-prev {
    position: static !important;
    top: 10% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #399646;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 70%;
}

.swiper-button-prev img {
    margin-left: 7px;
}

.swiper-navigation-container .swiper-button-next:after,
.swiper-navigation-container .swiper-button-prev:after {
    content: "" !important;
}

.CardSwiper {
    margin-top: 0%;
    /* left: 10%; */
    padding-right: 24px;
    padding-left: 24px;
}

.CardSwiper .swiper-wrapper {
    padding-top: 30px;

    /* padding-left: 60px; */
    padding-bottom: 20px;
}

.activities-right .Activity-card {
    height: 450px;
    /* width: 35% !important; */
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    transition: all 0.5s ease-in-out;

}

.activities-right .Activity-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.activities-right .Activity-card:hover img {
    width: 110%;
    height: 110%;
}

.activities-right .Activity-card .activity-card-content {
    position: absolute;
    transform: translateY(80%);
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    background-color: #399549;
    color: #fff;
    border-radius: 5px 5px 10px 10px;
    z-index: 10000;
    justify-content: center;
    opacity: .93;
    padding: 10px;
    text-align: center;
    line-height: 30px;
}

.activities-right .Activity-card:hover {
    transform: translateY(-3%) translateX(-3%);
    box-shadow: -20px 20px 30px rgba(36, 206, 61, 0.1);
}

.activities-right .Activity-card:hover .activity-card-content {
    transform: translateY(0);
    align-items: center;
    opacity: .8;
    border-radius: 10px;
}

.activities-right .Activity-card .activity-card-content p {
    font-size: 26px;
    margin-top: 10px;
}

.activities-right .Activity-card .activity-card-content p a {
    text-decoration: none;
    color: #fff;
}

.activities-right .Activity-card:hover .activity-card-content p {
    font-size: 32px;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 15px;
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev {
    border: 3px solid #399549;
    padding: 10px !important;
    color: #399549;
    background: rgba(250, 250, 250, .8);
    border-radius: 8px;
    width: 40px !important;
    height: 40px !important;

}

.swiper-horizontal .swiper-button-next:after,
.swiper-horizontal .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 800;
}

/******************************** Why XYTIQ**********************************/
.why-xytiq {
    background: linear-gradient(rgb(0, 46, 73), rgb(0, 29, 44)), url("../assets/img/whyXYTIQbg.png") center center no-repeat !important;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
    padding: 80px;
    height: 110%;
    margin-top: 5%;
}

.why-xytiq-top-left h4 {
    font-size: 50px;
}

.why-xytiq-top-right {
    position: relative;
    padding-top: 40px;
}

.why-xytiq-top-right p {
    font-size: 16px;
    line-height: 30px;
    margin-left: 8%;
    line-height: 30px;
}

.why-xytiq-top-right .line {
    border-bottom: 1px solid #fff;
    margin-left: 8%;
}

.why-xytiq-right,
.why-xytiq-left {
    padding-top: 5%;
}

.why-xytiq-right,
.why-xytiq-left {
    padding-top: 5%;
}

.why-xytiq-right {
    padding-left: 10%;
}

.why-xytiq-left h4,
.why-xytiq-right h4 {
    border-left: 8px solid #FAA323;
    padding: 5px;
    padding-left: 30px;
}

.why-xytiq-right h4 {
    border-left: 8px solid #1F77AD;
}

.why-xytiq-left p,
.why-xytiq-right p {
    padding-top: 5%;
    width: 80%;
    font-size: 16px;
    line-height: 30px;
    margin-left: 10%;
}

.why-xytiq-right h5 {
    font-size: 24px;
    border-left: 8px solid #FAA323;
    padding: 3px;
    padding-left: 30px;
    margin-top: 30px;
    margin-left: 50px;
}

.why-xytiq-right ul {
    font-size: 16px;
    line-height: 35px;
    margin-left: 100px;
    margin-top: 10px;
}

/************************ Clients *********************/
.clients {
    padding-top: 3%;
    padding-bottom: 3%;
}

.clients h4 {
    text-align: center;
    font-size: 40px;
    color: #FAA323;
    text-transform: uppercase;
    margin-bottom: 5%;
}

.logos div {
    border: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
}

.logos div .img-container {
    width: 70%;
    border: none;
    align-items: center;
}

.logos img {
    width: 100%;
    padding: 50px;
    margin-left: 20%;
}

.hadfur {
    width: 60% !important;
    margin-left: 40% !important;
}


/*************************** Contact form ****************************/
.contact-form {
    margin-left: 8%;
}

.contact-form .title {
    color: #1F77AD;
    font-size: 60px;
    margin-bottom: 50px;
}

.contact-form .description {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #1F77AD;
    text-transform: uppercase;
}

.contact-form input {
    width: 65%;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 20px;
    line-height: 20px;
    border: none;
    background: rgba(32, 120, 173, 0.1);
}

.contact-form .message {
    width: 65%;
    height: 130px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 20px;
    border: none;
    background: rgba(32, 120, 173, 0.1);
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

.contact-form ::-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(32, 119, 173, 0.7);
    text-transform: uppercase;
}

.contact-form .btn-send {
    width: 40%;
    background: rgba(32, 120, 173, 1);
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.contact-form input:hover {
    border: 1px solid rgba(32, 120, 173, 1);

}

.contact-form input:focus {
    border: 1px solid rgba(32, 120, 173, 1);

}

.contact-form .message:hover {
    border: 1px solid rgba(32, 120, 173, 1);

}

.contact-form .message:focus {
    border: 1px solid rgba(32, 120, 173, 1);

}

.contact-form .btn-send:hover {
    background: #399549;
}

.contact-info {
    background: rgba(32, 120, 173, 1);
}

.contact-map {
    background: rgba(32, 120, 173, 1);
}



.lastContainer {
    padding-bottom: 0;
}

.info {
    padding: 10%;
    padding-top: 90%;

}

.info div {
    margin-top: 20px;
}

.info span {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}

.map {
    margin-top: 60%;
    margin-left: -100%;
}

/*********************** All Right *********************/
.all-right {
    width: 100%;
    background: #615554;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 12px;
    height: 30px;
    line-height: 10px;
}

.all-right p {
    display: inline;
}

.all-right p:first-child {
    float: left;
}

.all-right p:nth-child(2) {
    float: right;
}

/************************ Suppling Page *************************/

.suppling-title .line {
    background: #399549;
    width: 15%;
    height: 10px;
    margin-bottom: 3%;
}

.suppling-title {
    padding: 0 !important;
    padding-left: 20vw !important;
    padding-top: 30vh !important;
    background: linear-gradient(hsl(0, 0%, 0%), hsla(124, 100%, 3%, 0.795)), url("../assets/img/supply.jpg") center center no-repeat !important;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100vh;

}

.suppling-title h4 {
    font-size: 60px;
    text-transform: uppercase;
    color: #399549;
    margin-bottom: 5px;


}

.suppling-title .first {
    font-size: 16px;
    color: #399549;
    margin-bottom: 10%;
}

article {
    margin: 10% 0;
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
}

/* basic article elements styling */
article h2 {
    margin: 0 0 18px 0;
    font-size: 1.9rem;
    color: var(--title-color);
    transition: color 0.3s ease-out;
}

figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 12 / 9;
    overflow: hidden;
}

.article-body p {
    font-size: 16px;
}

article img {
    max-width: 100%;
    transform-origin: center;
    transform: scale(var(--img-scale));
    transition: transform 0.4s ease-in-out;
}

.article-body {
    padding: 24px;
}

.article-body span {
    background: #1F77AD;
    padding: 8px 10px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;

}

.article-body p {
    padding-top: 10px !important;
}

article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #1F77AD;
}

article a:focus {
    outline: 1px dotted #1F77AD;
}

article a .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    transform: translateX(var(--link-icon-translate));
    opacity: var(--link-icon-opacity);
    transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #1F77AD;
    --link-icon-translate: 0;
    --link-icon-opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/************************ 
Generic layout (demo looks)
**************************/

.articles {
    display: grid;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 24px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

@media screen and (max-width: 960px) {
    article {
        container: card/inline-size;
    }

    .article-body p {
        font-size: 14px;
    }

    .article-body h2 {
        font-size: 18px !important;
    }

    article {
        margin: 3% 0;
    }
}

@container card (min-width: 380px) {
    .article-wrapper {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 16px;
    }

    .article-body {
        padding-left: 0;
    }

    figure {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    figure img {
        height: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/************************ Tendering,contracting,logistics Pages *************************/
.service-head {
    height: 5%;
    background: #e9e9e9;
}

.service-head .service-title {
    padding: 0 !important;
    padding-left: 20vw !important;
    padding-top: 30vh !important;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    height: 100vh;
    font-size: 80px;
    text-transform: uppercase;
}

.service-head .service-title .line {
    background: #fff;
    width: 15%;
    height: 10px;
    margin-bottom: 2%;

}

.service-head .service-title .first {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10%;
}


.service-details {
    color: #1d1d1d;
    padding: 5% 10%;
    background: #e9e9e9;

}

.service-details ol li {
    font-weight: bold;
    font-size: 24px;
    padding: 5px 0;
    margin: 10px 0;
}

.service-details ol li ul li {
    font-weight: normal;
    font-size: 18px;
    padding: 8px 0;
    margin-left: 20px;
}

.BackButton {
    text-align: center;
    padding: 3% 0 5% 0;
    background: #e9e9e9;

}

.BackButton a {
    text-decoration: none;
    padding: 3vh 10vw;
    color: #f5a123;
    border: 2px solid #f5a123;
    border-radius: 3px;
    font-weight: 600;
}

.BackButton a:hover {
    background-color: #f5a123;
    color: #fff;
    font-weight: bold;
}

/************************* for mobile ******************/

@media only screen and (max-width: 768px) {
    .Contact_Us_Btn {
        line-height: 6 !important;
        width: 80px !important;
        height: 80px !important;
        font-size: 16px !important;
        border-radius: 50%;
        position: absolute;
        z-index: 100000;
        color: white;
        top: 82%;
        left: 68% !important;
        text-align: center;
    }

    #toTop {
        display: none !important;
    }

    .mySwiper .swiper-button-next {
        display: none !important;
    }

    .logo {
        width: 50%;
    }

    .nav__logo {
        padding-left: 0;
    }

    .mySwiper .swiper-pagination-vertical {
        display: none;
    }

    .mySwiper .swiper-button-next {
        bottom: 60px;
    }

    .mySwiper .swiper-button-next img {
        width: 60%;
        height: 110%;
    }

    h2 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    .line {
        width: 25% !important;
        height: 5px !important;
        margin-bottom: 10% !important;
    }

    p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .clients-satisfaction {
        box-shadow: 0px 5px 1px #faa323, -20px 20px 30px rgb(250 163 36 / 10%);
        margin-top: -30% !important;
        margin-bottom: 32%;
    }

    .quality-assurance {
        box-shadow: 0px 5px 1px #399646, -20px 20px 30px rgb(57 150 71 / 10%);
        margin-top: 5% !important;
        margin-bottom: 20% !important;
    }

    .quality-assurance,
    .clients-satisfaction {
        background: #fff;
        width: 80%;
        height: 260px;
        margin-left: 10%;
        padding: 20px;
        border-radius: 10px;
    }

    .clients-satisfaction h4,
    .quality-assurance h4 {
        margin-bottom: 5px;
    }

    .clients-satisfaction p,
    .quality-assurance p {
        padding-right: 0px;
    }

    .activities-left .activity-arrows .activity-right-arrow,
    .activities-left .activity-arrows .activity-left-arrow {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        border: 1px solid #399646;
        float: left;
        text-align: center;
        line-height: 50px;
        margin-left: 35%;
    }

    .activities-left .activity-arrows .activity-right-arrow {
        margin-left: 5%;
    }

    .CardSwiper {
        margin-top: 0%;
        left: 0% !important;
    }

    .activities-right .Activity-card {
        height: 250px;
        /* width: 45% !important; */
        border-radius: 10px;
        display: flex;
        overflow: hidden;
        align-items: flex-end;
        position: relative;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }

    .activities-right .Activity-card .activity-card-content {
        padding: 5px;
        line-height: 15px !important;
    }



    .contact-form .title {
        font-size: 40px !important;
    }

    #contact input {
        width: 90% !important;
        height: 50px !important;
        font-size: 16px;
    }

    .message {
        font-size: 16px !important;
        width: 90% !important;
    }

    .contact-map {
        width: 100% !important;
    }

    .contact-map .map {
        margin-top: 10% !important;
        margin-left: 10% !important;
        padding: 0 !important;
    }

    .contact-map iframe {
        width: 80% !important;
        height: 80% !important;
    }

    .info {
        padding: 0 !important;
        margin: 0 !important;
        height: 150px !important;
        margin-left: 15% !important;
    }

    .all-right {
        background: #757575 !important;
        height: 70px !important;
    }

    .all-right p {
        width: 100% !important;
    }


    .why-xytiq {

        padding-left: 40px !important;
    }

    .why-xytiq-top-left h4 {
        margin-left: 7% !important;
        margin-bottom: 5% !important;
        font-size: 40px !important;
    }

    .why-xytiq-top-right .line {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .why-xytiq-left p,
    .why-xytiq-right p {
        margin-left: 40px !important;
    }

    .why-xytiq-right {
        padding: 0 !important;
        margin-top: 40px !important;
    }

    .why-xytiq-right h5 {
        margin: 0 !important;
        margin-left: 40px !important;
        margin-top: 20px !important;
        font-size: 20px !important;
    }

    .activities-left h4 {
        font-size: 30px !important;
    }


    .img-container {
        width: 70% !important;

    }

    .hadfur {
        width: 60% !important;
        margin-left: 40% !important;
    }

    .service-head .service-title h4,
    .suppling-title h4 {
        font-size: 40px !important;
    }

    .service-head .service-title .line,
    .suppling-title .line {
        width: 25% !important;
        height: 10px !important;
        margin-bottom: 2% !important;
    }

    .service-head .service-title .first,
    .suppling-title .first {
        font-size: 11px !important;
        margin-bottom: 10% !important;
    }


    .service-details ol li {
        font-weight: bold;
        font-size: 16px;
    }

    .service-details ol li ul li {
        font-weight: normal;
        font-size: 12px;
    }

}

/**************** for tablet ************************/
@media only screen and (max-width: 1200px) {
    .headContact a {
        flex: 1;
    }

    .logo {
        width: 90%;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    #cursor {
        display: none;
    }

    #toTop {
        display: none !important;
    }

    .nav div.main_list ul li {
        padding-right: 3rem;
        line-height: 3 !important;
    }

    .nav div.main_list ul li a {
        font-size: 1.1rem;
    }

    .mySwiper .swiper-button-next {
        display: none !important;
    }

    .Contact_Us_Btn {
        width: 80px !important;
        height: 80px !important;
        top: 83% !important;
        left: 68% !important;
        font-size: 13px !important;
        line-height: 6 !important;
    }

    .langSwicher {
        top: 87% !important;
    }

    .langSwicher .En,
    .langSwicher .Ar {
        padding: 15px 15px;
        font-size: 12px !important;
    }

    .langSwicher .Ar {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mySwiper .swiper-slide h1 {
        width: 50%;
        text-align: left;
        font-size: 34px;
        line-height: 75px;
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6)
    }

    .SocialIcons .Topline,
    .SocialIcons .Bottomline {
        height: 150px;
    }

    .speech-card {
        width: 90%;
    }

    .speech-card p {
        font-size: 12px !important;
    }

    .speech-card h4 {
        font-size: 16px !important;

    }

    .speech-card h6 {
        font-size: 14px !important;
    }

    .our-values {
        padding-top: 10% !important;
    }

    .clients-satisfaction,
    .quality-assurance {
        padding: 20px;
        width: 75%;
        height: 250px;
        border-radius: 10px;
        margin-top: -35%;
        margin-bottom: 10%;
        background: #fff;
    }

    .quality-assurance h4,
    .clients-satisfaction h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .clients-satisfaction p,
    .quality-assurance p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0px;
    }

    .clients-satisfaction img,
    .quality-assurance img {
        margin-bottom: 2%;
    }

    .activities-left {
        padding-left: 5%;
    }

    .activities-left .line {
        width: 30%;
        height: 5px;
        margin-bottom: 18%;
    }

    .activities-left h4 {
        font-size: 30px;
        text-transform: uppercase;
        color: #399549;
        margin-bottom: 2%;
    }

    .activities-left .first {
        font-size: 14px;
        color: #399549;
        margin-bottom: 15%;
    }

    .activities-left .activity-arrows .activity-right-arrow,
    .activities-left .activity-arrows .activity-left-arrow {
        width: 50px;
        height: 50px;

    }

    .activities-left .activity-arrows .activity-left-arrow {
        margin-left: 30%;

    }

    .activities-right .Activity-card .activity-card-content p {
        font-size: 16px;
    }

    .activities-right .Activity-card:hover .activity-card-content p {
        font-size: 20px;
    }

    .why-xytiq-top-left h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .why-xytiq-top-right {
        padding-top: 30px;
    }

    .why-xytiq-top-right p {
        font-size: 14px;
    }

    .why-xytiq-left h4,
    .why-xytiq-right h4 {
        font-size: 18px;
    }

    .why-xytiq-right {
        padding-left: 3%;
    }

    .why-xytiq-left p,
    .why-xytiq-right p {
        padding-top: 5%;
        width: 80%;
        font-size: 16px;
        line-height: 27px;
    }

    .why-xytiq-right h5 {
        font-size: 16px;
        margin-top: 15px
    }

    .clients h4 {
        width: 60%;
        margin: auto;
        text-align: center;
        font-size: 25px !important;
        color: #FAA323;
        text-transform: uppercase;
        margin-bottom: 5%;
        padding: 5px !important;
        border-left: 7px solid #FAA323;
        border-right: 7px solid #FAA323;
    }

    .contact-map .map iframe,
    .gmap_canvas,
    .mapouter {
        width: 37vh !important;
        height: 37vh !important;
        margin-bottom: 13vh;
    }

    .contact-form .title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .contact-form .description {
        font-size: 15px;
    }

    .contact-form input {
        width: 70%;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 16px;

    }

    .contact-form .message {
        width: 70%;
        height: 130px;
        font-size: 16px;
    }

    .contact-form .btn-send {
        width: 70%;
    }

    .contact-form .title {
        font-size: 40px !important;
    }

    #contact input {
        width: 90% !important;
        height: 50px !important;
        font-size: 16px;
    }

    .message {
        font-size: 16px !important;
        width: 90% !important;
    }

    .contact-map {
        width: 100% !important;
    }

    .contact-map .map {
        margin-top: 10% !important;
        margin-bottom: -20% !important;
        padding: 0 !important;
    }

    .info {
        padding: 0 !important;
        margin: 0 !important;
        height: 150px !important;
        margin-left: 7% !important;
    }

    .all-right {
        background: #757575 !important;
        height: 70px !important;
        padding: 15px !important;

    }

    .all-right p {
        width: 100% !important;
    }
}


@media only screen and (max-width: 880px) {
    .logo {
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }

    .nav div.main_list ul li {
        padding-right: 2rem;
        line-height: 4 !important;
    }

    .nav div.main_list ul li a {
        font-size: 1.1rem;
    }

    .langSwicher .En {
        font-size: 12px;
    }

    .langSwicher .Ar {
        font-size: 12px;
    }

    .clients-satisfaction,
    .quality-assurance {
        padding: 20px;
        width: 75%;
        height: 260px;
        border-radius: 10px;
        margin-top: -35%;
        margin-bottom: 10%;
        background: #fff;
    }

    .quality-assurance h4,
    .clients-satisfaction h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .clients-satisfaction p,
    .quality-assurance p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0px;
    }

    .clients-satisfaction img,
    .quality-assurance img {
        margin-bottom: 2%;
    }

    .activities-left {
        padding-left: 5%;
    }

    .activities-left .line {
        width: 30%;
        height: 5px;
        margin-bottom: 18%;
    }

    .activities-left h4 {
        font-size: 30px;
        text-transform: uppercase;
        color: #399549;
        margin-bottom: 2%;
    }

    .activities-left .first {
        font-size: 14px;
        color: #399549;
        margin-bottom: 15%;
    }

    .activities-right .Activity-card .activity-card-content p {
        font-size: 16px;
    }

    .activities-right .Activity-card:hover .activity-card-content p {
        font-size: 20px;
    }

    .why-xytiq {
        padding-top: 10%;
    }

    .why-xytiq-top-right {
        padding-top: 0;
    }

    .why-xytiq-top-left h4 {
        font-size: 30px;
        line-height: 50px;
    }

    .why-xytiq-top-right p {
        font-size: 14px;
    }

    .why-xytiq-left h4,
    .why-xytiq-right h4 {
        font-size: 18px;
    }

    .why-xytiq-right {
        padding-left: 3%;
    }

    .why-xytiq-left p,
    .why-xytiq-right p {
        padding-top: 5%;
        width: 80%;
        font-size: 16px;
        line-height: 27px;
    }

    .why-xytiq-right h5 {
        font-size: 16px;
        margin-top: 15px
    }


    .contact-map .map iframe,
    .gmap_canvas,
    .mapouter {
        text-align: center;
    }

    .contact-form .title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .contact-form .description {
        font-size: 15px;
    }

    .contact-form input {
        width: 70%;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 16px;

    }

    .contact-form .message {
        width: 70%;
        height: 130px;
        font-size: 16px;
    }

    .contact-form .btn-send {
        width: 70%;
    }


    .logos div .img-container {
        width: 100%;
        border: none;
        align-items: center;
    }

    .logos img {
        width: 100%;
    }

    .info {
        padding: 0;
        margin-left: -80%;
        padding-top: 300%;
        padding-bottom: 10%;
    }

    .info div {
        margin-top: 10px;
    }

    .info span {
        font-size: 14px;
        margin-left: 10px;
        color: #fff;
    }


}