/* start global rules  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* end global rules  */

/* small screan */
@media (min-width:768px) {
    .header {
        width: 750px;
    }


}

/* medium screan */
@media (min-width:992px) {
    .header {
        width: 970px;
    }


}

/* large screan */
@media (min-width:1200px) {
    .header {
        width: 1290px !important;
    }


}

@media (max-width: 767px) {
    .services .contationr h2 {
        font-size: 60px !important;
    }

    .services .contationr p {
        margin-top: 30px;
        font-size: 15px !important;
    }

    .port .cont h2 {
        font-size: 60px !important;

    }

    .port .cont p {
        margin-top: 30px;
        font-size: 15px !important;
    }

    .about .contanior h2 {
        font-size: 60px !important;
    }

    .about .contanior p {
        margin-top: 30px;
        font-size: 15px !important;
        width: 295px !important;
    }

    .contact .cont-1 h2 {
        font-size: 60px !important;
    }

    .contact .cont-1 .Born {
        margin-top: 30px;
        font-size: 15px !important;
    }

    .about .contanior .about-content .image::after {
        display: none;
    }

    .about .about-content {
        flex-direction: column !important;
        text-align: center !important;
    }
}

/* start header */
.cont {
    padding: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

div .header .logo {
    width: 70px;
    height: 30px;
}

.header .links {
    position: relative;
}

.header .links .icons {
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    justify-content: flex-end;
    cursor: pointer;

}

.header .links .icons span {
    background-color: #333;
    margin-bottom: 5px;
    height: 3px;

}

.header .links .icons span:first-child {
    width: 100%;
}

.header .links .icons span:nth-child(2) {
    width: 75%;
    transition: 0.3s;
}

.header .links .icons span:last-child {
    width: 100%;
}

.header .links:hover .icons span:nth-child(2) {
    width: 100%;
}

.header .links ul li:not(:last-child) a {
    border-bottom: 3px solid #bbb;

}

.links ul::before {
    content: '';
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
    right: 5px;
    top: -19px;
}


.links ul {
    position: absolute;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 42px;
    min-width: 200px;
    background-color: #eee;
    display: none;
    z-index: 1;
}

.links:hover ul {
    display: block;
}

.links ul li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.cont .links ul li a:hover {
    padding-left: 25px;
    color: #10cab7;
}

/* end header */

/* start landing section  */
.landing {
    background-image: url(../image/landing.jpg);
    background-size: cover;
    height: 90.40vh;
    position: relative;

}

.landing .intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 380px;
    max-width: 100%;
}

.landing .intro h1 {
    margin: 0;
    color: #10cab7;
    font-weight: bold;
    font-size: 50px;

}

.landing .intro p {
    font-size: 19px;
    line-height: 1.8;
}

/* End landing section  */

/* start fetures  */
.fetures {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-color: #eee;

}

.fetures .contanior {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 120px;
    background-color: #eee;
}

.fetures .contanior .feat:first-child {
    opacity: 0.3;
    transition: 0.3s;
}

.fetures .contanior .feat:nth-child(2) {
    opacity: 0.3;
    transition: 0.3s;

}

.fetures .contanior .feat:last-child {
    opacity: 0.3;
    transition: 0.3s;

}

.fetures .contanior .feat:first-child:hover {
    opacity: 1;
}

.fetures .contanior .feat:nth-child(2):hover {
    opacity: 1;
}

.fetures .contanior .feat:last-child:hover {
    opacity: 1;
}


.fetures .contanior .feat i {
    font-size: 50px;
    color: #10cab7;
    padding-bottom: 40px;
}

.fetures .contanior .feat p {
    padding-top: 20px;
    line-height: 1.8;
    color: #777;
    font-size: 18px;
}

.fetures .contanior .feat h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}

/* End fetures  */
/* start Services */
.services .contationr h2 {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 150px;
    opacity: 0.1;

}

.services .contationr p {
    position: relative;
    top: -50px;
    text-align: center;
    font-size: 25px;
    color: grey;
}

.exprince {
    padding-bottom: 60px;
    padding-top: 60px;
    padding-left: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 290px;

}



.exprince .icons i {

    font-size: 35px;
    color: #10cab7;
    padding-bottom: 25px;
    padding-top: 25px;

}

.exprince .icons h3 {
    margin: 0 0 20px;
}

.exprince .icons p {
    text-align: center;
    line-height: 1.8;
    font-weight: 300;
    color: grey;


}

/* End Services */
/* start portfolio */
.port {
    background-color: oklab(0.57 0 0 / 0.19);
    padding-top: 20px;

}

.port .internal {
    padding-bottom: 40px;
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-column-gap: 60px;
}

.port .cont h2 {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 150px;
    opacity: 0.1;
}


.port .cont p {
    position: relative;
    top: -50px;
    text-align: center;
    font-size: 25px;
    color: grey;
}

.port .internal .in-internal {
    background-color: white;
    width: 360px;
}


.port .internal .in-internal img {
    width: 360px;
    max-width: 100%;
}

.port .internal .in-internal h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.port .internal .in-internal p {
    line-height: 1.8;
    color: #777;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 15px;
}

/* End portfolio */
/* start about  */
.about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about .about-content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.about .contanior h2 {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 150px;
    opacity: 0.1;
}

.about .contanior p {
    position: relative;
    top: -50px;
    text-align: center;
    font-size: 25px;
    color: grey;

}

.about .contanior .about-content .image {
    position: relative;
    width: 250px;
    height: 375px;
}

.about .contanior .about-content .image::before {
    content: '';
    position: absolute;
    background-color: oklab(0.57 0 0 / 0.19);
    width: 100px;
    height: 103%;
    top: -30px;
    left: -20px;
    z-index: -1;
}

.about .contanior .about-content .image::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 250px;
    border-left: 80px solid #10cab7;
    border-bottom: 50px solid #10cab7;
    z-index: -1;
    right: -96px;
    top: -31px;
}



.about .contanior .about-content .image img {
    max-width: 100%;
}

.about .contanior .about-content .text {
    flex-basis: 65%;
}

.about .contanior .about-content .text p {
    color: #333;
    padding-top: 60px;
    padding-right: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;

}

hr {

    width: 50%;
    display: inline-block;
    border-color: #10cab7;

}

/* End about  */
/* start contact */
.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: oklab(0.57 0 0 / 0.19);
}

.contact .cont-1 h2 {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 150px;
    opacity: 0.1;
}

.contact .cont-1 .Born {
    position: relative;
    top: -50px;
    text-align: center;
    font-size: 25px;
    color: grey;
}

.contact .cont-1 .info {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.contact .cont-1 .info .lable {
    font-size: 26px;
    font-weight: 800;
    color: #1048ca7b;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.contact .cont-1 .info .link {
    display: block;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
    color: #10cab7;
    padding-bottom: 20px;
}

.contact .cont-1 .info .social {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.contact .cont-1 .info .social i {
    margin-left: 5px;
}

@media (max-width:(670px)) {

    .contact .cont-1 .info .lable {
        font-size: 25px !important;
    }
}

/* End contact */
/* start footer */
.footer {
    padding: 30px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    background-color: #10becafc;
    color: white;

}

span {
    color: #1089ca;
}

/* end footer */