@font-face {
    font-family: English-font;
    src: url("/fonts/HelveticaNeueLT\ Arabic\ 55\ Roman.ttf");

  }
*{
    font-family: 'English-font', sans-serif;
}

.hero{
    margin-top: 100px;
padding: 50px 0;
}
.hero .hero-text-content{
display: flex;
align-items: center;
}
.hero .hero-text-content h1{
color: var(--main-color);
line-height: 1.4;
font-size: 4rem;
text-align: justify;
width: 85%;
}
.hero .hero-text-content p{
text-align: justify;
font-size: 2.2rem;
font-weight: 600;
margin: 20px 0;
line-height: 1.5;
color: black;
}
.hero .hero-text-content span,
.creating-mobile .mobile-span{
color: var(--black);
text-align: justify;
font-size: 1.4rem;
font-weight: 600;
display: block;
margin-bottom: 20px;
}
.hero .hero-text-content a,
.creating-mobile a{
padding: 4px 20px;
background-color: var(--main-color);
color: var(--white);
font-size: 1.6rem;
border-radius: 4px;
}
/* slider */
.mobile-slider{
    display: none;
}
.swiper-container {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 75.5%;
    transform: scale(1);
    margin-right: 20px;
}
.swiper-slide {
background-position: center !important;
background-size: cover !important;
height: 400px;
width: 300px;
border-radius: 8px;
}

.creating{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.creating-mobile{
    display: none;
}
.creating h2{
    font-size: 6rem;
    font-weight: 700;
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
    line-height: 1.5;
}
.creating h2 .background{
display: block;
background: url(../images/text-background.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.creating p {
    font-size: 2.4rem;
    text-align: center;
    width: 65%;
    margin: 40px auto 0;
    font-weight: 500;
    line-height: 1.5;
}
.part-of-work h2{
color: var(--main-color);
font-size: 5rem;
text-align: center;
}
.part-of-work p{
color: black;
font-size: 2rem;
width: 30%;
margin: 0 auto 75px;
text-align: center;
/* text-align-last: center; */
}
.part-of-work .owl-carousel {
position: relative;
}
.part-of-work .owl-carousel .item img {
width: 100%;
height: 330px;
object-fit: cover;
border-radius: 8px;
box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.1);
}
.part-of-work .owl-carousel .owl-nav {
position: absolute;
inset-block-start: -70px;
inset-inline-start: 50%;
transform: translateX(-50%);
display: flex;
}
.part-of-work .owl-carousel .owl-nav button {
border: 2px solid #c4c4c4;
padding: 5px 10px !important;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
}
/* .part-of-work .owl-nav .owl-prev{
    border: 2px solid #C4C4C4 !important;
}
.part-of-work .owl-nav .owl-prev i{
    color: #C4C4C4 !important;
} */
.part-of-work .owl-carousel .owl-nav button i {
font-size: 2.5rem;
padding: 0;
color: #c4c4c4;
animation: 0;
margin: 0;
}
.part-of-work .owl-carousel .owl-nav button:hover {
    border-color: var(--main-color);
}
.part-of-work .owl-carousel .owl-nav button:hover i {
    color: var(--main-color);
}
.part-of-work .owl-carousel .owl-nav button .opposite {
display: inline-block;
transform: scale(-1);
}
.part-of-work .owl-carousel .owl-nav button:hover {
background: none;
}
/* advantages */


.our-advantages {
padding-block-start: 60px;
padding-block-end: 160px;
}
.our-advantages .advantage-img {
width: 100%;
height: auto;
border-radius: 8px;
position: relative;
}
.our-advantages .advantage-img img {
border-radius: 8px;
height: 100%;
object-fit: cover;
object-position: 7% 0%;
}
.our-advantages h2 {
font-size: 4rem;
font-weight: bold;
color: black;
margin-block-end: 0;
}
.our-advantages h2 ~ span {
font-size: 1.6rem;
text-align: justify;
color: var(--black);
}
.our-advantages .advantage {
margin-block-start: 16px;
}
.our-advantages .advantage h3 {
color: var(--main-color);
font-size: 2.4rem;
font-weight: 500;
margin-block-end: 8px;
}
.our-advantages .advantage p {
color: var(--black);
font-size: 1.6rem;
font-weight: 500;
text-align: justify;
}
.our-advantages .advantage-carousel{
    display: none;
}
.advantage-slide{
    height: 250px;
    width: 250px;
    padding: 10px;
    border: 2px solid var(--main-color);
    border-radius: 8px;
}
.advantage-slide h3{
    font-size: 3rem;
    font-weight: 500;
    color: var(--main-color);
}
.advantage-slide p{
    text-align: justify;
    font-size: 2rem;
    line-height: 1.6;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot span{
    background-color: var(--main-color);
    height: 7px;
    width: 7px;
    margin: 2px;
}
.owl-theme .owl-dots .owl-dot.active span{
    width: 25px;
}
/* testimonials */
.testimonials{
    position: relative;
    padding: 50px 0;
    background-color: var(--main-color);
    background-image: url(../images/Map.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 75% 80%;
}
.testimonials h2{
    color: var(--white);
    font-size: 5rem;
    width: 54%;
    line-height: 1.2;
}
.testimonials .testimonial{
    position: relative;
    width: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 2px 5px 5px;
}
.testimonials .testimonial span.card-time{
    position: absolute;
    right: 10px;
    color: #A4A4A4;
    font-size: 1.2rem;
}
.testimonials .slide{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.testimonial.card-1{
    transform: translate(-25px, 25px);
}
.testimonial.card-2{
    transform: translateX(-500px);
}
.testimonial.card-3{
    transform: translate(-150px, -25px);
}
.testimonials .testimonial .info{
    display: flex;
    align-items: center;
}
.testimonials .testimonial .description{
    display: flex;
    align-items: center;
}
.testimonials .testimonial .description p{
padding: 0 10px;
}
.testimonials .testimonial .description .left-marks{
    width: 15px;
    /* transform: translateY(-40px); */
}
.testimonials .testimonial .description .right-marks{
    width: 15px;
    transform: rotate(180deg);
}
.testimonials .testimonial .info .stars i{
    color: #FDBC0B;
}
.owl-theme .owl-nav{
    display: inline;
    position: absolute;
    top: 10px;
}
.arrow-nav{
    color: white;
    font-size: 2rem;
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* testimonials */
.features {
padding-block-start: 120px;
padding-block-end: 60px;
}
.features .col-4{
display: flex;
align-items: center;
justify-content: center;
}
.features .image-content {
display: flex;
align-items: center;
justify-content: center;
justify-content: space-between;
padding-inline-end: 40px;
}
.features .image-content img {
object-fit: cover;
border-radius: 8px;
}
.features .info h2 {
line-height: 1.6;
width: 80%;
font-size: 4rem;
font-weight: bold;
color: black;
/* margin-block-end: 60px; */
}
.features .info ul {
list-style: none;
padding: 0;
}
.features .info ul li {
    height: 65px;
font-size: 2.4rem;
font-weight:500;
color: black;
display: flex;
align-items: center;
}

.features .info ul li > span {
font-size: 35px;
margin-inline-end: 16px;
display: inline-block;
}
.contact-us {
padding-block-start: 60px;
padding-block-end: 60px;
}
.contact-us .image-content {
    position: relative;
}
#contact_image{
    width: 100%;
}
.contact-us .image-content h3{
    position: absolute;
    right: 2%;
    top: 35%;
    font-size: 4rem;
    font-weight: 900;
    width: 50%;
    line-height: 1.4;
}
.contact-us label.form-label{
display: block;
font-weight: 700;
font-size: 1.6rem;
margin-top: 15px;
}
.contact-us .contact-img {
position: relative;
}
#contact_mobile_image{
    display: none;
}
.contact-us form h3 {
margin-block-end: 25px;
font-size: 2.8rem;
}
.contact-us form input[type="text"],
.contact-us form input[type="email"],
.contact-us form textarea {
border: 1px solid var(--main-color);
width: 75%;
border-radius: 4px;
padding: 10px ;
background: #fff;
}
.contact-us form input[type="submit"]{
background-color: var(--main-color);
display: block;
width: 75%;
color: var(--white);
font-weight: 600;
font-size: 1.8rem;
border-radius: 4px;
margin-top: 10px;
}










/* Responsive */
@media (min-width:1200px){
    .our-advantages .advantage-img img{
        width: 500px;
    }
    .creating img{
        height: 533px;
        width: 430px;
    }
}
@media (max-width:1200px){
    .creating p{
        width: 85%;
    }
    #contact_image{
        transform: translateX(-65px);
    }
    .contact-us .image-content h3 {
        right: 17%;
    }
}
/* ************* */
@media (max-width:991px){
    .hero{
        margin-top: 0;
    }
    .creating,
    section.creating-mobile .left{
        display: none;
    }
    section.creating-mobile{
        display: flex;
        margin-top: 80px;
    }
    .creating h2{
        text-align: justify;
        width: 100%;
        font-size: 4rem;
        margin-top: 80px;
    }
    .creating h2 .background{
        display: block;
        background: url(../images/text-background.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .creating p{
        width: 135%;
        text-align: justify;
        font-size: 1.8rem;
        margin-top: 10px;
    }

    section.creating-mobile .right{
        transform: translateX(50px);
    }
    .creating-mobile .mobile-span{
        width: 135%;
        margin-top: 15px;
    }
    .swiper-container{
        margin: 25px 0;
        padding-top: 50px;
        height: 450px;
        padding-bottom: 50px;
        width: 100%;
        border-radius: 8px;
        transform: scale(1);
    }
    .swiper-slide{
        background-position: center !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        height: 320px;
        width: 100%;
        border-radius: 8px;
        }
        .hero-slider{
            display: none;
        }
        .mobile-slider{
            display: block;
        }
        .hero .hero-text-content h1{
            font-size: 4.2rem;
            text-align: center;
            width: 100%;
        }
        .hero .hero-text-content p{
            text-align-last: center;
            width: 75%;
            margin: 0 auto;
        }
        .hero .hero-text-content span{
            display: none;
        }
        .hero .hero-text-content a{
            display: none;
        }
        .our-advantages{
            padding-block-end: 75px;
        }
        .our-advantages .row{
            flex-direction: column-reverse;
            align-items: center;
        }
        .our-advantages .advantage-img img{
            margin-top: 40px;
            width: 100%;
        }
        .our-advantages h2{
            text-align: center;
        }
        .our-advantages h2 ~ span{
            display: block;
            text-align: center;
            font-size: 2rem;
            margin: 5px 0 15px;
        }
        .our-advantages .advantage{
            display: none;
        }
        .our-advantages .advantage-carousel{
            display: block;
        }


        .features .image-content img{
            width: 100%;
        }
        .features .info h2{
            width: 100%;
            font-size: 3rem;
            font-weight: bold;
            color: black;
            margin-block-end: 0;
        }
        .features .info ul li{
            font-size: 2rem;
            font-weight: 600;
            color: black;
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0;
            height: 45px;
        }
        .contact-us .image-content{
            position: relative;
            display: flex;
            align-items: center;
        }
        .contact-us .image-content h3{
            position: absolute;
            right: 8%;
            top: 35%;
            font-size: 4rem;
            font-weight: 900;
            width: 50%;
            line-height: 1.4;
        }
        #contact_image{
            width: 100%;
        }
        .contact-us form h3{
            margin-block-end: 0;
            margin-top: 40px;
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--main-color);
        }
        .contact-us form input[type="text"], .contact-us form input[type="email"], .contact-us form textarea{
            border: 2px solid var(--main-color);
            width: 100%;
            border-radius: 4px;
            padding: 5px;
            background: #fff;
        }
        .contact-us label.form-label{
            display: block;
            font-weight: 700;
            font-size: 2.4rem;
            margin-top: 15px;
        }
        .contact-us form input[type="submit"]{
            padding: 5px 0;
            width: 100%;
            font-size: 2.2rem;
        }
        .testimonials{
            background-image: url(../images/mobile-map.png);
        }
        .testimonials h2{
            font-size: 4rem;
            width: 100%;
        }
        .testimonials .slide{
            min-height: 700px;
        }
        .testimonials .testimonial{
            padding-bottom: 35px;
            width: 225px;
        }
        .testimonials .testimonial span.card-time{
            position: absolute;
            right: unset;
            color: #A4A4A4;
            font-size: 1.6rem;
            bottom: 10px;
            left: 32px;
        }
        .testimonials .testimonial .description p{
            padding: 0 10px;
            text-align: justify;
            font-weight: 600;
            font-size: 1.6rem;
            line-height: 1.5;
        }
        /* .testimonials .testimonial .description .left-marks{
            transform: translateY(-75px);
        } */
        .testimonials .testimonial .description .right-marks{
            transform: rotate(180deg);
        }
        .testimonial.card-1{
            transform: translate(-75px, 75px);
        }
        .testimonial.card-2{
            transform: translate(0px, 100px);
        }
        .testimonial.card-3{
            transform: translate(-75px, 125px);
        }
        .contact-us .image-content h3{
            right: -5%;
        }
        .contact-us .image-content h3{
            right: 23%;
            top: 40%;
            font-size: 3rem;
        }
}


/* ************* */
@media (max-width:768px){
    .features .image-content img {
        display: none;
    }
    .features .image-content-col {
        background: url("../images/advantages-background.png");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        transform: scale(1.4) translateX(-5px);
    }
    #contact_image{
        display: none;
    }
    #contact_mobile_image{
        display: block;
        width: 100%;
        transform: scale(1.2);
    }
    .contact-us .image-content h3{
        right: 0;
        top: 85%;
        width: 100%;
        text-align: center;
        font-size: 3rem;
    }
    .part-of-work p{
        width: 100%;
    }
}
/* ************* */
@media (max-width:500px){
    .part-of-work .owl-carousel .item img{
        height: 200px;
    }
    .features .info ul li > span{
        font-size: 28px;
    }
}

  /*Scroll Top*/
  #scroll_top{
    position: fixed;
    right: -60px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 800;
    transform: rotate(90deg);
    transition: 1s;
}
#scroll_top:hover{
    background-color: var(--dark-color);
}
