@import url('https://fonts.googleapis.com/css2?family=Lalezar&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Tajawal', sans-serif;
    z-index: 0;
}

html {
    scroll-behavior: smooth;
}

/*==== START =========================== STYLE FOR HEADER =====================================*/
.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(70, 69, 82, 0.7), rgba(70, 69, 82, 0.7)), url(./assets/img/background7.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav {
    background: #464552;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    border-top: 0;
    display: flex;
    padding: 0.5% 5%;
    justify-content: space-between;
    align-items: center;
}

nav img {
    margin-top: 2px;
    width: 60px;
}

.matgrylogo {
    margin: 3px;
    width: 80px;
}

.nav-links {
    flex: 1;
    text-align: center;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #f69a5f;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after {
    width: 100%;
}

.text-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1 {
    color: #f69a5f;
    font-size: 50px;
}

.text-box p {
    margin: 10px 0 40px;
    font-size: 18px;
    color: #fff;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover {
    border: 1px solid #f69a5f;
    background: #f69a5f;
    transition: 1s;
}

nav .fa {
    display: none;
}

@media(max-width: 700px) {
    .text-box h1 {
        font-size: 25px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links {
        position: absolute;
        background: #464552;
        height: 100vh;
        width: 200px;
        top: 0;
        left: -200px;
        text-align: center;
        z-index: 2;
        transition: 1s;
    }

    nav .fa {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }
}

/*==== END =========================== STYLE FOR HEADER =====================================*/
/*==== START =========================== STYLE FOR OUR PROGRAMS =============================*/
.programs {
    /* border : 1px solid blueviolet; */
    margin-bottom: 50px;
    /* margin-top: 20px;*/
    z-index: 2;

}

.rowww {
    text-align: center;
    display: block;
    justify-content: center;
    display: flex;
    align-items: center;
}

.heading-primary {
    align-items: center;
    /* border: 2px solid hotpink;*/
    margin-top: 90px;
    color: #464552;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 6000;
    position: relative;
}

.heading-primary::after {
    content: '';
    background: #f69a5f;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.experimenttal {
    padding: 0;
    color: #464552;
}

.part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2% 5%;
}

.part .column1 {
    padding-right: 50px;
}

.column1 h2 {
    color: #f69a5f;
    font-size: 30px;
    margin-bottom: 10px;
}

.column1 p {
    font-size: 22px;
    margin-bottom: 20px;
}

.column1 button {
    width: 150px;
    padding: 12px 20px;
    border-radius: 20px;
    border-style: none;
    color: #fff;
    background-color: #464552;
    font-size: 17px;
    font-weight: 600;
}

.column1 button a {
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.column1 button:hover {
    background-color: #f69a5f;
    transition: .5s;
}

.column2:hover {
    transform: scale(1.08);
    transition: .5s;

}

@media screen and (max-width :980px) {
    .column2 img {
        width: 350px;
    }

    .column1 h1 {
        font-size: 40px;
    }

    .column1 p {
        font-size: 17px;
    }

    .part {
        margin-top: 80px;
    }
}

@media screen and (max-width :600px) {
    .column1 h1 {
        font-size: 35px;
    }

    .part {
        flex-direction: column;
    }

    .part .column1 {
        padding: 30px;
    }
}

/*==== END =========================== STYLE FOR OUR PROGRAMS ===============================*/
/*==== START =========================== STYLE FOR OUR FEATURES ===============================*/
.features {
    width: 100%;
    padding: 0 8%;
    background-color: rgb(250, 249, 249);
    padding-bottom: 90px;
    /* margin-top: 10px;*/
    /* border : 1px solid blueviolet;  */
    /* margin-bottom: 30px;*/
}

.features h1 {
    /* margin-top: 5px;*/
    margin-bottom: 20px;
}

.row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.feature {

    text-align: center;
    padding: 10px 6px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
}

.feature i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #f69a5f;
}

.feature h2 {
    font-weight: 600;
    margin-bottom: 8px;
}

.feature:hover {
    background: #464552;
    color: #fff;
    transform: scale(1.05);
}

.feature:hover h2 {
    color: #f69a5f;
}

.feature:hover i {
    color: #ffffff;
}

/*==== END =========================== STYLE FOR OUR FEATURES ===============================*/
/*==== START ========================= STYLE FOR THE CONTENTS OF THE PROGRAM  ===============================*/
.contentprgram {
    width: 100%;
    /* height: 120vh;*/
    display: grid;
    place-items: center;
    /* border : 1px solid blueviolet; */
    /* margin-bottom: 30px; */

}

.roww {
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    flex-wrap: wrap;

}

.columnn {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #f69a5f 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 10px;
    box-shadow: 0 0 35 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 1s;
}

.card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #f69a5f;
    margin: 1em 0;
}

.card p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.icon-wrapper {
    background-color: #464552;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 1s;
}

.card:hover {
    background-position: 0 100%;
}

.card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #464552;
}

.card:hover h3 {
    color: #ffffff
}

.card:hover p {
    color: #f0f0f0;
}

@media screen and (min-width: 768px) {
    section .contentprgram {
        padding: 0 2em;
    }

    .columnn {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width : 992px) {
    section .contentprgram {
        padding: 1 3em;
    }

    .columnn {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/*==== END =========================== STYLE FOR THE CONTENTS OF THE PROGRAM  ===============================*/

/*==== START =========================== STYLE FOR OUR PRICE  ================================================*/
.prices {
    padding-bottom: 10px;
    /*  border: 1px solid blueviolet; */
    /* margin-top: 10px;*/
    /* margin-bottom: 10px; */
}

.plan-section {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.plan .plan-heading {
    color: #f69a5f;
    /* border: 2px solid #f69a5f; */
    border-radius: 4px;
    /*background: #f69a5f; */
    padding: 5px;
}

.plan-section .plan {
    width: 300px;
    height: 250px;
    text-align: center;
    padding: 30px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #f69a5f;
    border-radius: 40px 0px 0px 0px;
    box-shadow: 1.2rem #b3b5c6;
}

.plan-section .plan .plan-price {
    font-size: 4rem;
    color: #464552;
}

.plan-section .plan .dollar {
    font-size: 2rem;
    font-weight: 400;
    vertical-align: middle;
}

.plan-section .plan .plan-features .plan-item {
    padding: 15px 0;
    color: #464552;
}

.plan-section .basic {
    background-color: #fff;
}

.plan-section .basic:hover,
.pro:hover,
.master:hover {
    transform: scale(1.07);
    border: 1px solid #464552;
}

.plan-section .master {
    background-color: #fff;
}

/*==== END ============================= STYLE FOR OUR PRICE  ================================================*/

/*==== START =========================== STYLE FOR OUR OFFERS  ===========================================*/

.offers {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(250, 249, 249);
    direction: ltr;
}

.offerstext {
    margin-top: 90px;
    text-align: center;

}

.slider {
    width: 800px;
    height: 500px;
    border-radius: 12px;
    /* box-shadow: 0 0.6rem 1.6rem #000; */
    overflow: hidden;

}

.slides {
    width: 500%;
    height: 500px;
    display: flex;

}

.slides input {
    display: none;
}

.slide {
    width: 20%;
    transition: 2s;
}

.slide img {
    width: 800px;
    height: 500px;
}

.navigation-manual {
    position: absolute;
    width: 800px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border: 2px solid #f69a5f;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover {
    background: #f69a5f;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -20%;
}

#radio3:checked~.first {
    margin-left: -40%;
}

#radio4:checked~.first {
    margin-left: -60%;
}

#radio5:checked~.first {
    margin-left: -80%;
}

#radio6:checked~.first {
    margin-left: -100%;
}

.navigation-auto {

    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 530px;
}

.navigation-auto div {
    border: 2px solid #f69a5f;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
    background: #f69a5f;
}

#radio2:checked~.navigation-auto .auto-btn2 {
    background: #f69a5f;
}

#radio3:checked~.navigation-auto .auto-btn3 {
    background: #f69a5f;
}

#radio4:checked~.navigation-auto .auto-btn4 {
    background: #f69a5f;
}

#radio5:checked~.navigation-auto .auto-btn5 {
    background: #f69a5f;
}

#radio6:checked~.navigation-auto .auto-btn6 {
    background: #f69a5f;
}

@media screen and (max-width :980px) {
    .offers {
        height: 80vh;
    }

    .slider {
        width: 500px;
        height: 400px;
    }

    .slide img {
        width: 500px;
        height: 400px;
    }

    .navigation-manual {
        width: 500px;
        margin-top: -60px;
    }

    .navigation-auto {
        width: 500px;
        margin-top: 440px;
    }

}

@media screen and (max-width :600px) {
    .offers {
        height: 70vh;
    }

    .slider {
        width: 400px;
        height: 300px;
    }

    .slide img {
        width: 400px;
        height: 300px;
    }

    .navigation-manual {
        width: 400px;
        margin-top: -150px;

    }

    .navigation-auto {
        width: 400px;
        margin-top: 350px;

    }

}

/*==== END ============================= STYLE FOR OUR OFFERS  ===========================================*/
/*==== START =========================== STYLE FOR OUR CILENTS  ===============================================*/
.clients {
    direction: ltr;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-60%);
    }
}

.logos {
    /* border: 2px solid rebeccapurple; */
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    padding: 60px 0;
    /* background: #575a7b; */
    white-space: nowrap;
    position: relative;
}

.logos:after,
.logos:before {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 20s slide infinite linear;
}

.logos-slide img {
    height: 200px;
    margin: 0 40px;
    cursor: pointer;
}

/*==== END ============================= STYLE FOR OUR CILENTS ===============================================*/
/*==== START ============================= STYLE FOR  CILENTS OPINION ===============================================*/
.opinions-container {
    direction: rtl;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header .title {
    font-size: 35px;
    font-weight: 600;
    color: #464552;
    line-height: 1.2;
}

.opinions {
    padding: 50px 0;
    background-color: rgb(246, 247, 251);
}

.opinion-item {
    background-color: hsl(0, 0%, 100%);
    height: auto;
    padding: 30px;
    border-radius: 30px;
}

.opinion-item .info {
    display: flex;
    align-items: center;
}

.opinion-item img {
    max-width: 80px;
    border-radius: 50%;
    margin-left: 20px;
    vertical-align: middle;
}

.opinion-item .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: hsl(0, 0%, 0%);
    line-height: 1.2;
}

.opinion-item p {
    margin-top: 20px;
    color: hsl(0, 0%, 40%);
}

.opinion-item .rating {
    margin-top: 15px;
    font-size: 14px;
    color: hsl(36, 100%, 50%);

}

.opinions .swiper-pagination {
    position: relative;
    margin-top: 40px;
    bottom: auto;
}

.opinions .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #464552;

}

/*==== END ============================= STYLE FOR  CILENTS OPINION ===============================================*/

/*==== START =========================== STYLE FOR TARGET DOMAINS  ===========================================*/
.targetdomains {
    width: 100%;
    padding: 0 8%;
    /* margin-top: 20px; */
    /* margin-bottom: 40px; */
}

.targetdomains h1 {
    /*  margin-top: 5px; */
    margin-bottom: 30px;
}

.row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.domain {

    text-align: center;
    padding: 10px 6px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
}

.domain i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #f69a5f;
}

.domain h2 {
    font-weight: 600;
    margin-bottom: 8px;
}

.domain:hover {
    background: #464552;
    color: #fff;
    transform: scale(1.05);
}

.domain:hover h2 {
    color: #f69a5f;
}

.domain:hover i {
    color: #ffffff;
}

/*==== END ============================= STYLE FOR TARGET DOMAINS  ===========================================*/
/*==== START =========================== STYLE FOR CONNECT WITH US   =========================================*/
.contact {

    margin-top: 90px;
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #464552;
    background-image: linear-gradient(rgba(70, 69, 82, 0.7), rgba(70, 69, 82, 0.7)), url(./assets/img/contacus2.jpg);
    background-size: cover;
    /*  border : 3px solid yellowgreen; */
    margin-bottom: 20px;

}

.contact .contentt {
    margin-top: 30px;
    margin-bottom: 25px;
    max-width: 800px;
    text-align: center;
}

.contact .contentt h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.contact .contentt p {
    font-weight: 300;
    color: #fff;
}

.contactus {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.contactus .contactinfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contactus .contactinfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.contactus .contactinfo .box .icon {
    min-width: 60px;
    height: 60px;
    color: #f69a5f;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.contactus .contactinfo .box .text {
    display: flex;
    margin-right: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
}

.contactus .contactinfo .box .text h3 {
    font-weight: 500;
    color: #f69a5f;
}

.contactus .contactinfo .box .text .numbers {
    font-size: 16px;
}

.contactform {
    width: 60%;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
}

.contactform h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactform .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactform .inputBox input,
.contactform .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #464552;
    outline: none;
    resize: none;
}

.contactform .inputBox span {
    position: absolute;
    right: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #464552
}

.contactform .inputBox input:focus~span,
.contactform .inputBox input:valid~span,
.contactform .inputBox textarea:focus~span,
.contactform .inputBox textarea:valid~span {
    color: #f69a5f;
    font-size: 12px;
    transform: translatey(-20px);
}

.contactform .inputBox input[type="submit"] {
    width: 100px;
    background: #f69a5f;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    ;
}

.inputBox label {
    color: #f69a5f;
}

@media (max-width : 991px) {
    .contact {
        padding: 50px;
    }

    .contactus {
        flex-direction: column;
    }

    .contactus .contactinfo {
        margin-bottom: 40px;
    }

    .contactus .contactinfo,
    .contactform {
        width: 100%;
    }
}

.text a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

/*==== END ============================= STYLE FOR CONNECT WITH US   ==========================================*/

/*==== START ============================= STYLE FOR FOOTER   ==========================================*/
.footer {
    padding: 40px 0;
    /* border : 1px solid hotpink; */
    margin-bottom: 10px;
    /*  background-color: #f69a5f;*/
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: #464552;
}

.footer .social a {
    font-size: 24px;
    color: inherit;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 0.75;
}

.text a {
    color: #fff;
    list-style: none;
    text-decoration: none;

}

.footer .social a:hover {
    opacity: 0.9;
}

.footer ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer ul li a:hover {
    opacity: 1;
    color: #f69a5f;
}

.footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    color: #aaa;

}

.mini .mini-content {
    position: relative;
    z-index: 3;
}

/*==== END =============================== STYLE FOR FOOTER   ==========================================*/