@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #762E7C;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Tajawal', sans-seri;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;

}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-seri;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger, .is-closed {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 5px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span, .is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site {
    position: absolute;
    right: 15px;
    top: 25px;
    display: none
}
.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
}


/* Style Header */

#header {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    padding-top: 25px;

}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 180px;
}
.main_menu {
    border-radius: 20px;
    display: flex;
    margin-right: 100px;
}

.main_menu > li {
    margin-left: 25px;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 800;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

.main_menu > li.active a {
    color: var(--main-color);
    font-weight: 500;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--main-color);
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    padding: 290px 0 100px;
    z-index: 1;
    min-height: 880px;
    background-size: 100% 100% !important
}

.section_home:before {
    content: "";
    background: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section_home:after {
    content: "";
    background: url(../images/shape-logo.svg);
    background-size: 100%;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -40px;
    left: 0;
    opacity: 0.3;
}

.home_txt {
    position: relative;
    z-index: 9;
}

.home_txt h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.6
}



/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sec_head h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}

.btn-site {
    height: 45px;
    font-size: 15px;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    border-radius: 7px;
    justify-content: center;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-bottom: 0;
    border-top: 0;
    width: max-content;
    position: relative;
    overflow: hidden;
}


.btn-site:before {
    background: #e1e1e1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}


.btn-site:hover:before{
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span,
.btn-site a {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px
}

.btn-site:hover span,
.btn-site:hover a {
    color: var(--main-color);
}


/* Style Features */

.section_features {
    position: relative;
    padding: 40px 0 90px;
    background: #5893C0;
    z-index: 2
}
.item-features {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px 25px;
    width: 90%;
    margin: auto;
    text-align: center
}
.item-features figure {
    margin-bottom: 35px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-features figure img {
    max-width: 50px;
}
.txt-features h4 a {
    color: #3E3E3E;
    font-size: 18px;
}
.wrpper-feat {
    margin-top: -140px
}


/* Style Statistics */

.section_statistics {
    position: relative;
    padding: 60px 0;
    background: #F4F5FA;
}

.wrapper-stat {
    width: 80%;
    margin: auto
}
.col-st {
    flex: 1;
}
.item-statistics {
    text-align: center;
}
.item-statistics figure {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.item-statistics figure img {
    max-width: 50px;
}

.txt-statistics h4 {
    color: var(--main-color);
}

/* Style Services */

.section_services {
    position: relative;
    padding: 60px 0 150px;
}
.nav-tabs {
    border: 0;
    margin-bottom: 40px;
    justify-content: center;
}
.nav-tabs .nav-item {
    margin: 0 10px;
}
.nav-tabs .nav-link {
    flex: 1;
    border: 1px solid var(--main-color);
    padding: 12px 40px;
    border-radius: 30px;
    color: #4A4747;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.nav-tabs .nav-link.active {
    background: #6DBFC4;
    border: 1px solid #6DBFC4;
    color: #fff;
}
.item-serv {
    background: #F4F5FA;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    width: 85%;
    margin: 0 auto 25px;
}
.item-serv figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 20px;
}
.item-serv figure img {
    max-width: 50px;
}
.txt-serv h4 a {
    color: #4A4747;
    font-size: 18px;
    font-weight: 700;
}

/* Style Ideas */

.section_ideas {
    position: relative;
    padding: 100px 0 140px;
    background: #F4F5FA
}
.section_ideas:before {
    content: "";
    background: url(../images/shape-ideas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    position: absolute;
    top: -125px;
    left: 50px
}

.cont-ideas {
    width: 90%;
    margin: auto;
}

.item-ideas {
    display: flex;
    align-items: center;
}
.item-ideas figure {
    width: 450px;
    text-align: center;
    position: relative
}
.item-ideas figure:before {
    content: "";
    background: url(../images/sh-1.svg);
    background-size: contain;
    width: 261px;
    height: 485px;
    position: absolute;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    z-index: 0
}
.item-ideas:nth-child(2) {
    flex-direction: row-reverse;
}
.item-ideas:nth-child(2) figure:before {
    background: url(../images/sh-2.svg);
    background-size: contain;
    left: 0;
    right: auto;

}
.item-ideas:nth-child(3) figure:before {
    background: url(../images/sh-3.svg);
    background-size: contain;
}
.item-ideas figure img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    position: relative;
    z-index: 1
}
.txt-ideas {
    width: calc(100% - 300px);
    padding-right: 90px;
}
.item-ideas:nth-child(2) .txt-ideas {
    padding-right: 35%;
    padding-left: 50px;
}
.txt-ideas {
    position: relative;
}
.txt-ideas h2 {
    -webkit-text-stroke: 1px var(--main-color);
    -webkit-text-fill-color: #f4f5fa;
    opacity: 42%;
    font-size: 130px;
    position: absolute;
    top: -40px;
    right: 0;
}
.item-ideas:nth-child(2) .txt-ideas h2 {
    right: 310px;
}
.txt-ideas h4 {
    color: #5893C0;
    position: relative;
    margin-bottom: 5px;
}
.txt-ideas p {
    color: #3E3E3E;
    font-size: 18px;
    position: relative;
    font-weight: 500;
}


/* Style Project */

.section_projects {
    position: relative;
    padding: 80px 0 250px;
    background: var(--main-color)
}
.section_projects:before {
    content: "";
    background: url(../images/shape-project.svg);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: -70px;
    left: 0;
    opacity: .4;
    z-index: 0
}
.section_projects .sec_head h2 {
    color: #fff;
}
.item-projects {
    display: block;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.item-projects figure {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.item-projects figure img {
    max-width: 100%;
    max-height: 100%;
}

.txt-projects {
    padding: 0 30px 30px;
}
.txt-projects h4 {
    color: #2F3382;
    font-size: 18px;
    margin-bottom: 5px;
}
.txt-projects p {
    color: #323347;
    font-size: 14px
}
.owl-nav {
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0
}
.owl-nav > button {
    border: 2px solid #fff !important;
    border-radius: 50%;
    color: #fff !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}


/* Style Get Know */

.section_get_Know {
    position: relative;
    padding: 100px 0 180px;
}
.section_get_Know:before {
    content: "";
    background: #F4F5FA;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.cont-know {
    position: relative;
}
.txt-know {
    padding-top: 40px
}

.txt-know h3 {
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 45px
}
.txt-know .btn-site {
    margin: 0;
    background: #2B2C2C;
    border: 0;
    border-radius: 20px
}
.thumb-know {
    position: absolute;
    top: -300px;
    left: 0;
    width: 70%;
}

/* Style Conteact */

.section_contact {
    position: relative;
    padding-bottom: 80px;
}
.section_contact:before {
    content: "";
    background: url(../images/shape-contact.svg);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: .4;
    z-index: -1
}
.section_contact .row {
    align-items: center;
}
.txt-contact h5 {
    color: var(--main-color);
    margin-bottom: 10px;
    font-size: 38px;
}
.txt-contact p {
    color: #323347;
    font-size: 17px;
}
.form-contact {
    background: #fff;
    box-shadow: 0 0px 27px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 90px;
}
.form-contact .form-group {
    margin-bottom: 40px;
    position: relative;
}
.form-contact .d-flex .form-group {
    width: 50%;
    padding-right: 40px;
}
.form-contact .d-flex .form-group:first-child {
    padding-right: 0;
}
.form-contact .form-control {
    border: 0;
    border-bottom: 1px solid rgb(112 112 112 / 27%);
    padding: 15px 0;
}
.form-contact .btn-site {
    margin-right: auto;
    background: #6DBFC4;
    border: 0;
}

/* Style Clients */

.section_clients {
    position: relative;
    padding: 50px 0;
}
.item-clients {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 10px;
}
.item-clients:last-child {
    margin-bottom: 0;
}
.item-clients img {
    max-height: 100%;
    max-width: 100%;
}
.owl-dots {
    display: block !important;
    text-align: center
}
.owl-dots .owl-dot {
    margin: 0 5px;
}
.owl-dots .owl-dot span {
    background: rgb(88 147 192 / 50%);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span {
    background: #5893C0;
}
/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 60px 0;
    background: #762E7C;
}
.top-footer .row {
    margin-right: calc(var(--bs-gutter-x) * -1.5);
    margin-left: calc(var(--bs-gutter-x) * -1.5);
}
.top-footer .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
}
.logo-ft {
    display: block;
    margin-bottom: 0;
}
.logo-ft img {
    width: 160px;
    margin-bottom: 20px
}
.cont-ft p {
    color: #fff;
    line-height: 2;
}
.menu-ft h5 {
    color: #fff;
    margin-bottom: 25px;
}
.li-ft li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px
}
.li-ft li:last-child {
    margin-bottom: 0;
}
.list-contact li {
    display: inline-block;
    margin-left: 30px;
    color: #fff
}

.list-contact li a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 30px
}



.bottom-ft {
    padding: 15px 0;
    background: #4B4B4B;
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copyRight {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

/* section_projects_inner */

.section_desc {
    padding: 40px 0;
    position: relative;
}
.sec--client {
    display: flex;
    align-items: center;
    position: relative
}
.sec--client:before {
    content: "";
    background: var(--main-color);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
}
.sec--client h3 {
    color: #5893C0;
    width: 40%;
}
.sec--client figure {
    width: 60%;
    margin-bottom: 0;
}
.sec--client figure img {
    max-width: 200px;
}
.project-description h3 {
    color: #5893C0;
    margin-bottom: 15px;
}

.section_projects_inner {
    padding: 100px 0 100px;
}
.item--projects {
    border-radius: 25px;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: 50px;
    box-shadow: 0 4px 14px rgb(0 0 0 / 19%);
    margin-bottom: 120px;
}
.item--projects figure {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    position: relative;
    transition: .5s;
}
.item--projects:hover figure {
    height: 80%;
}
.item--projects figure img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover
}
.item--projects figure span {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 3px 20px;
    display: block;
    display: block;
    text-align: center;
    background: #6DBFC4;
    color: #fff;
}

.txt--projects {
    padding: 20px;
}

.txt--projects h4 {
    color: #000;
    font-weight: 600;
    font-size: 17px
}

/**/

.section_our_port {
    padding: 60px 0;
}
.txt--sty,
.ph--sty {
    background: #F4F5FA;
    padding: 45px;
    border-radius: 40px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
}
.txt--sty h3 {
    color: #3E3E3E;
    font-size: 35px;
}
.txt--sty h3 span {
    color: var(--main-color);
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
}
.ph--sty h3 {
    color: var(--main-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.section_watch_enjoy .row {
    margin-top: 100px;
}
.section_watch_enjoy {
    position: relative;
    padding: 60px 0;
}
.section_watch_enjoy:before {
    content: "";
    background: #F4F5FA;
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0
}


