@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=Cairo:wght@400;600;700&family=Poppins:wght@400;600;700&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: #AC2023;
    --sub-color: #1C1617;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Poppins', 'Cairo',  sans-serif;
    background-color: #F4F3F2;
    font-size: 16px;
    font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'Cairo', sans-serif;
    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;
    right: 0;
    top: 20px;
    -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: 30px;
    height: 3px;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    -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: -7px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
}


/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}
.top-header {
    background: var(--main-color);
    padding: 10px;
}
.top-header ul {
    display: flex;
    justify-content: flex-end;
}
.top-header li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.top-header li:last-child {
    margin-right: 0
}
.top-header li a {
    color: #fff;
    font-size: 14px;
}
.top-header li svg {
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.bt-header {
    background: rgb(28 22 23 / 65%);
    padding: 15px;
}
.bt-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

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

.logo-site img {
    max-width: 120px;
}
.logo-mobail {
    display: none
}
.main_menu {
    border-radius: 20px;
}

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

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

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

.main_menu > li.active a:before {
    content: "";
    background: var(--main-color);
    width: calc(100% - 20px);
    height: 4px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
}

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

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


/* Style Home Slide */

.section_home {
    position: relative;
    background-size: cover !important;
    padding: 300px 0 150px;
    z-index: 1;
}

.section_home:before {
    content: "";
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home_txt {
    padding-left: 80px;
    position: relative;
}

.home_txt h1 {
    color: #D8D3CD;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 30px;
}

.home_txt p {
    color: #D8D3CD;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
.thumb-home {
    position: absolute;
    bottom: -200px;
}
.thumb-home img {
    max-width: 600px;
}



/* Style Stac Site */

.sec_head {
    padding-bottom: 15px;
    position: relative;
    width: 70%;
    margin: 0 auto 40px;
    text-align: center;
}
.sec_head:before {
    content: "";
    background: var(--main-color);
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.sec_head span {
    color: var(--main-color);
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase
}
.sec_head h2 {
    color: var(--sub-color);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: capitalize
}

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

.bg-fill {
    background: #fff;
}

.btn-site,
.btn-site-other {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    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-other {
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
    border-bottom: 0;
    border-top: 0;
}

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


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

.btn-site span,
.btn-site-other span,
.btn-site a {
    color: #fff;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}


/* Style Introducing */

.section_introducing {
    position: relative;
    padding: 140px 0 60px;
}
.img-intro {
    text-align: center;
    margin-bottom: 50px;
}
.item-intro {
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.item-intro span {
    color: #707070;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}
.item-intro h4 {
    margin-bottom: 20px;
    color: var(--main-color);
    font-size: 17px;
}
.item-intro p {
    font-size: 14px;
    color: #707070;
    height: 40px;
    overflow: hidden;
}


/* Style Know US */

.section_Know_us {
    position: relative;
    padding: 60px 0;
}

.section_Know_us .row {
    align-items: center;
}
.txt_know {
    padding-left: 40px
}
.txt_know h3 {
    color: var(--main-color);
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 400;
}
.txt_know p {
    font-size: 14px;
    color: #737373;
    margin-bottom: 30px;
}
.thumb-about {
    position: relative;
    z-index: 1
}


/* Style Screenshots */

.section_screenshots {
    position: relative;
    padding: 60px 0;
}
.screenshots_slider:before {
    content: "";
    background: url(../images/mocup.png);
    background-size: 100% 100%;
    width: 240px;
    height: 420px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.screenshots_slider .item {
    padding: 15px 5px;
}

.img-scr img {
    height: 420px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}
.screenshots_slider .owl-item.active.center .img-scr img {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.owl-dots {
    text-align: center;
    display: block;
    margin-top: 40px;
}
.owl-dots .owl-dot span {
    background: #D8D3CD;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 0 5px
}
.owl-dots .owl-dot.active span {
    background: var(--main-color);
}


/* Style Download */

.section_download {
    position: relative;
    padding: 60px 0;
}
.section_download:before {
    content: "";
    background: url(../images/shape-lets.svg);
    background-size: 100%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: -125px;
    transform: translateY(-50%);
}
.section_download:after {
    content: "";
    background: url(../images/shape-lets.svg);
    background-size: 100%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    right: -125px;
    transform: translateY(-50%) scale(-1,1);
}
.cont-download p {
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    color: #1C1617;
    width: 80%;
    margin: 0 auto 20px;
}
.cont-download ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-download li {
    display: inline-block;
    margin-right: 15px;
}
.cont-download li:last-child {
    margin-right: 0;
}
.cont-download li a {
    display: block;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 30px 0;
    background: #D8D3CD;
}
.logo-ft {
    margin-bottom: 30px;
    display: block;
}
.logo-ft img {
    width: 140px;
    max-width: 100%;
}
.cont-ft p {
    color: #484747;
    font-size: 14px;
    margin-bottom: 20px
}
.cont-ft ul li {
    display: inline-block;
    margin-right: 10px;
}

.menu-ft h5 {
    color: #1C1617;
    margin-bottom: 55px;
    position: relative;
    font-weight: 500;
    font-size: 23px;
}
.menu-ft h5:before {
    content: "";
    background: var(--main-color);
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.menu-ft ul li {
    margin-bottom: 5px;
}
.menu-ft ul li a {
    color: #484747;
    font-size: 14px;
}
.li-ft {
    margin-bottom: 20px;
}
.li-ft li a:hover {
    color: var(--main-color);
}

.list-contact li {
    display: flex;
    margin-bottom: 20px !important;
}

.list-contact li a {
    color: #484747;
    display: flex;
    align-items: center;
}

.list-contact li a:hover {
    opacity: .5
}

.list-contact li a svg {
    margin-right: 10px;
    background: #1C1617;
    width: 15px;
    height: 15px;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
}
.list-contact li a svg path {
    fill: #fff;
}
.btn-apps {
    margin-top: 30px;
}
.btn-apps li {
    display: inline-block;
    margin-right: 10px;
}
.btn-apps img {
    max-width: 130px;
}


.bottom-ft {
    padding: 30px 0;
    background: #231F20;
}

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

.copyRight {
    color: #fff;
    font-size: 14px;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
}

.list-ft li {
    display: block;
}
.social-media li {
    display: inline-block;
    margin: 0 5px;
}
.social-media a {
    width: 30px;
    height: 30px;
    border: 1px solid #D8D3CD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D8D3CD
}

/* Style Head Page */

.hd-page {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
}
.heiBig {
    height: 400px
}


/* Style About Page */

.content_about {
    padding: 60px 0;
    position: relative;
}
.txt-about p {
    font-size: 15px;
    color: #737373;
    font-weight: 400;
    line-height: 1.8
}

.thumb-about-page img {
    max-width: 480px;
}



/* Style Contact Us Page */

.section_page_site {
    padding: 40px 0;
}
.item-contact {
    background: #fff;
    padding: 25px 15px 15px;
    text-align: center;
    border-radius: 10px;
    color: #1C1617;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 130px;
}
.item-contact svg {
    background: var(--main-color);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 15px;
}
.item-contact svg path {
    fill: #fff;
}
.item-contact:hover {
    color: #1C1617;
}
.thumb-contact {
    text-align: center;
    margin-top: 50px;
}
.thumb-contact img {
    max-width: 480px;
}

.form-contact {
    margin-top: 50px;
}
.form-contact .form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-contact .form-group img {
    position: absolute;
    top: 18px;
    left: 15px;
}
.form-contact .form-control {
    background: #EBE8E5;
    border: 0;
    height: 50px;
    border-radius: 15px;
    padding: 10px 10px 10px 40px;
    color: rgb(0 0 0 / 45%);
}
.form-contact textarea.form-control {
    height: 130px;
    padding-top: 15px;
}
.form-contact .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: rgb(0 0 0 / 45%);
}
.ds-flex .form-group svg {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ds-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ds-flex .form-group:first-child {
    width: 20%;
    margin-right: 15px;
    text-align: left;
}
.ds-flex .form-group:first-child .form-control {
    padding: 10px;
}
.ds-flex .form-group:last-child {
    width: 80%;
}
.ds-flex .btn-site {
    margin: 0;
    margin-left: auto;
}


.ms-succ {
    text-align: center;
    padding: 50px;
}
.ms-succ strong {
    display: block;
    text-align: center;
    font-size: 16px;
}
.ms-succ figure img {
    max-width: 190px;
}
.ms-succ p {
    font-size: 13px;
    color: #737373;
    margin-top: 10px;
}
#modalSuccess .modal-dialog {
    max-width: 400px;
}
#modalSuccess .modal-content {
    border-radius: 15px;
}
.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--main-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}
.closeModal svg path {
    fill: #fff;
}

/* Style 404 Page */

.section_page_contact {
    position: relative;
    padding: 200px 0 60px;
}
.cont-not-found {
    text-align: center;
}
.thumb-not-found {
    margin-bottom: 50px;
}
.thumb-not-found img {
    max-width: 380px;
}
.txt-not-found h5 {
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 15px;
}
.txt-not-found p {
    line-height: 1.4;
    color: var(--sub-color);
    font-size: 13px;
}
.txt-not-found .btn-site {
    margin: auto;
}



