/* main */
* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden !important;
    font-family: 'Koulen', cursive;
    position: relative !important;
}

html {
    scroll-behavior: smooth;
}

.remove-scroll {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    position: fixed;
    z-index: 100;
}

::-webkit-scrollbar-track {
    background-color: rgb(22, 22, 22);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(206, 185, 103);
}

@media (max-width: 575px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden !important;
    }

}

@media (max-width: 767px) and (min-width: 576px) {
    .container {
        width: 95%;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 90%;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

}

@media (min-width: 992px) {
    .container {
        width: 85%;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

}

.lodaingPage {
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 80px;
    height: 80px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* end main */
/*///////////////intro////////////////////// */
header {
    height: 100vh;
    width: 100%;
    background-image: url("../imgs/pexels-paul-loh-233698.jpg");
    background-size: cover;
    background-attachment: fixed;
    filter: grayscale(.1);
    position: relative;
    top: 0;
    left: 0;
    /* z-index: 10; */
}

.fixed {
    background-color: #1c1c1c;
    position: sticky !important;
    transform: translateY(0%);
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .1s !important;
}

header .layer {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.485);
}

header .layer .intro1 {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 0 !important;
}

header .layer .intro2 {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    z-index: 2;
}

header .layer .intro3 {
    position: absolute !important;
    bottom: 0px !important;
    right: 0px !important;
    z-index: 1;
    height: 400px;
}

/* ///////////////////start nav//////////////////// */
.nav {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(130, 130, 130);
    /* margin-bottom: 40px !important; */
    box-sizing: border-box;
    position: absolute;
    top: 0;
    z-index: 2000;
    transition: all .5s !important;

}

.logo img {
    height: 80px;
    padding: 10px;
}

.nav .bars {
    color: rgb(206, 185, 103);
    font-size: 35px;
    display: none;
}

.nav .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav nav {
    width: 80%;

}

.nav nav .links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav nav ul {
    width: 70%;
    list-style: none;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.nav nav ul a {
    font-size: 20px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    position: relative;
}

.nav .contact i {
    color: rgb(206, 185, 103);
    font-size: 30px;

}

.nav nav ul li a::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: rgb(206, 185, 103);
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(0);
    transition: all .5s !important;

}

.nav nav ul li a:hover::after {
    transform: scale(1);
    transition: all .5s !important;
}

.nav nav ul li .active-link {
    color: rgb(206, 185, 103);
}

.nav nav ul li .active-link::after {
    transform: scale(1);
    transition: all .5s !important;
}

.nav .contact i span {
    color: black;
    font-size: 18px;
    color: white;
}

.nav .contact i span a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin-left: 35px;
}

.nav .contact i span a:hover {
    text-decoration: underline;
    transition: all .3s;
}

.layer2 {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.726);
    display: none;
    z-index: 8;
    transition: all .6s;
}

.logo-2 {
    display: none;
}

.contact-small-screens {
    display: none;
}

/* ///////// start mobile and tablet screen////////// */
@media (max-width: 992px) {

    .contact,
    .intro1,
    .intro2,
    .intro3 {
        display: none;
    }

    .contact-small-screens {
        display: inline-block;
    }

    .contact-small-screens p {
        color: rgb(67, 66, 66);
        font-size: 17px;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .contact-small-screens a {
        color: white;
        text-decoration: none;
        transition: all .5s;
    }

    .contact-small-screens a:hover {
        text-decoration: underline;
        transition: all .5s;
    }

    .contact-small-screens .social {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact-small-screens .social a {
        padding: 10px;
        height: 40px;
        width: 40px;
        font-size: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgb(64, 64, 64);
        background-color: rgb(26, 26, 39);
        border-radius: 50%;
    }

    .contact-small-screens .social a:hover {
        text-decoration: none;
        background-color: rgb(206, 185, 103);
        transition: all .7s;
    }

    .layer2 {
        display: inline-block;
    }

    .nav .flex nav .links {
        max-width: 400px;
        width: 100%;
        height: 100vh;
        background-color: black;
        z-index: 9;
        padding: 25px;
        box-sizing: border-box;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nav ul li .active-link {
        color: rgb(206, 185, 103) !important;
    }

    .hiden {
        position: absolute;
        top: 0;
        right: 100%;
        transition: all .7s;
    }

    .hiden2 {
        position: absolute;
        top: 0;
        left: -100%;
        transition: all .7s;
    }

    .visible {
        position: absolute;
        top: 0;
        right: 0;
        transition: all .7s;
    }

    .visible2 {
        position: absolute;
        top: 0;
        left: 0 !important;
        transition: all .7s;
    }

    .nav nav .links .logo-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .nav nav .links .logo-2 img {
        height: 100px;
    }

    .nav nav .links .logo-2 i {
        color: white;
        font-size: 35px;
        cursor: pointer;
    }

    .nav nav .links ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .nav nav .links ul li {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(70, 70, 70);
    }

    .nav nav .links ul li a {
        width: 100% !important;
        color: rgb(70, 70, 70);
    }

    .nav nav .links ul li a:hover {
        color: rgb(206, 185, 103);
    }

    .nav nav {
        width: fit-content !important;
    }

    .nav .bars {
        display: inline-block;
    }

}

/* ///////// end mobile and tablet screen////////// */

/* ///////////////////end nav//////////////////// */

/* ////////start intro welcome message ///////// */
.landing-container {

    width: 100%;
    display: flex;
    height: 80vh;
    justify-content: center;
    align-items: center;
    position: relative;
}

.landing {
    margin-top: 100px;
    position: absolute;
    z-index: 5;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.landing h1 {
    color: white;
    font-size: 90px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 25px;
    line-height: 120px;
    margin-bottom: 30px;
}

.landing span {
    color: white;
    font-size: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.landing button {
    padding: 20px;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: rgb(206, 185, 103);
    position: relative;
    overflow: hidden;
    border: none;
}

.landing button:hover {
    background-color: black;
    color: white;
    transition: all .5s;
}


/* ////////end intro welcome message ///////// */
/* /////////start mobile screen for the landing page///////////// */

@media (max-width: 767px) {
    .landing br {
        display: none;
    }

    .landing {
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .landing h1 {
        font-size: 40px;
        letter-spacing: 7px;
        font-weight: lighter;
        line-height: 80px;
    }

    .landing span {
        font-size: 17px;
    }

}

/* /////////end mobile screen for the landing page///////////// */


/* /////////////////////end intro/////////////////// */
/* ////////////////////////////// start about//////// */
.about {
    width: 100%;
    background-image: url("../imgs/cardes-container-bg.png");
    background-color: rgb(19, 18, 18);
    padding-top: 100px;
    padding-bottom: 100px;
}

.about .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    color: white;
}

.about .container .text {
    width: 50%;
}

.about .container .text h1 {
    font-size: 35px;
    letter-spacing: 7px;
    line-height: 45px;

}

.about .container .text h1 span {
    color: rgb(206, 185, 103);
}

.about .container .text p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.about .container .cardes {
    width: 50%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.about .container .cardes .card {
    width: 48%;
}

.about .container .cardes-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.about .container .card {
    width: 24%;
    height: 250px;
    padding: 25px;
    border-radius: 10px;
    background-color: rgb(26, 26, 39);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}

.about .container .card .card-text {
    width: 30%;

}

.about .container .card .card-text span {
    font-size: 55px;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(83, 83, 83);
    margin-bottom: 40px;
    font-weight: bolder;
    transition: all .3s;
}

.about .container .card .card-text a {
    color: white;
    font-size: 30px;
    text-decoration: none;
    transition: all .3s;
}

.about .container .card i {
    font-size: 55px;
    margin-top: 20px;
    color: rgb(206, 185, 103);
    transition: all .3s;
}

.about .container .card::after {
    content: "";
    height: 70%;
    width: 30%;
    background-color: rgba(117, 96, 11, 0.752);
    position: absolute;
    top: 30%;
    left: 60%;
    transform: rotate(45deg) translate(90%);
    transition: all .3s;
}

.about .container .card:hover {
    color: black;
    background-color: rgb(206, 185, 103);
    transition: all .3s;
}

.about .container .card:hover i,
.about .container .card:hover a {
    color: black;
    transition: all .3s;
}

.about .container .card:hover::after {
    z-index: 1;
    transform: rotate(45deg) translate(80%);
    transition: all .3s;
}

.about .container .card a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {

    .about .container .text,
    .about .container .cardes {
        width: 100%;
    }

    .about .container .cardes-2 {
        margin-top: 0px;
        width: 100%;
    }

    .about .container .card {
        width: 48% !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {


    .about .container .card {
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/* //////////////// end about ////////////////// */
/* ////////////////////start vedio section///////////////////// */

.vedio {
    height: 70vh;
    padding-top: 60px;
    box-sizing: border-box;
    background-color: rgb(26, 26, 39);
    position: relative;
}

.vedio .container .header {
    width: 100%;
    color: white;
    font-size: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.vedio .container .header span {
    color: rgb(206, 185, 103);
}

.vedio .container .vid-container {
    height: 50vh;
    padding: 50px;
    border-radius: 10px;
    background-image: url("../imgs/vid-bg.png");
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.vedio .container .vid-container .black-and-white {
    height: 450px;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.284);
    border-radius: 50%;
    position: absolute;
    top: -30px;
    right: 30px;
}

.vedio .container .vid-container .controls {
    height: 400px;
    width: 400px;
    background-color: rgb(206, 185, 103);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -30px;
    margin-bottom: 100px;
}

.vedio .container .vid-container .controls i {
    font-size: 30px;
    color: white;
    /* padding: 15px; */
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: black;
    border-radius: 50%;
}

.vedio .container .vid-container .controls i:hover {
    color: rgb(206, 185, 103);
    background-color: white;
    transition: all .5s;
}

.vedio .container .vid-container .controls h1 {
    margin-top: 70px;
    padding-left: 30px;
    font-size: 30px;
    width: 50%;
}

.vedio .container .vid-container .controls a {
    color: rgb(59, 59, 59);
    font-size: 20px;
    float: right;
    margin-right: 60px;
    text-decoration: none;
    position: relative;
}

.vedio .container .vid-container .controls a::after {
    content: "";
    height: 2px;
    width: 110px;
    background-color: rgb(59, 59, 59);
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .5s;
}

.vedio .container .vid-container .controls a:hover::after {
    transform: scale(.5);
    transition: all .5s;
}

.position {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .vedio .container .vid-container .black-and-white {
        width: 100%;
        height: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }

    .vedio .container .vid-container .controls {
        height: 80%;
        width: 90%;
        margin: auto;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .vedio .container .vid-container .controls h1 {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 10px;

    }

    .vedio .container .vid-container .controls .controls-container {
        text-align: center;
        /* width: 100%; */
    }

    .vedio .container .vid-container .controls i {
        margin-bottom: 10px;
        margin-left: 23%;
    }

    .vedio .container .header {
        font-size: 20px;
        font-family: 'Courier New', Courier, monospace;
    }

}

/* /////////////////////////the vedio//////////////////// */
.the-video {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    box-sizing: border-box;

}

.the-video .close {
    color: white;
    font-size: 30px;
    height: 60px;
    width: 60px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.remove {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    opacity: 0 !important;
    transition: all 1s !important;
}

.active {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 110000;
    opacity: 1 !important;
    transition: all 1s !important;
}

.the-video iframe {
    width: 90%;
    height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ////////////////////end vedio section///////////////////// */


/* //////////// start service section//////////////// */
.service {
    width: 100%;
    padding-top: 300px;
    background-image: url("../imgs/we-do-section-bg-dark.jpg");
    padding-bottom: 130px;
    overflow-x: hidden;
}

.service .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.service .container .left {
    width: 48%;
}

.service .container .left h1 {
    color: white;
    font-weight: bolder;
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 45px;
    width: 90%;
}

.service .container .left h1 span {
    color: rgb(206, 185, 103);
}

.service .container .left p {
    width: 60%;
    margin-left: 35%;
    margin-top: 25px;
    margin-bottom: 30px;
    color: rgb(73, 73, 73);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 30px;
    font-size: 20px;
}

.service .container .left .prog-bars {
    width: 100%;
    margin-bottom: 10px;
}

.service .container .left .prog-bars h3 {
    font-size: 16px;
    letter-spacing: 3px;
    color: white;
}

.service .container .left .prog-bars .prog {
    width: 100%;
    background-color: rgba(66, 65, 65, 0.352);
    height: 8px;
    border-radius: 4px;
    padding: 0px;
    overflow: hidden;
}

/* .service .container .left .prog-bars .prog span{
    
} */
.service .container .left .prog-bars .prog .prog-bar {
    display: inline-block;
    height: 8px !important;
    background-color: rgb(206, 185, 103);
    border-radius: 4px;
    width: 0%;
    opacity: 0;
}

.theanimation {
    display: inline-block;
    width: 98% !important;
    transition: all 1s;
}

.theanimation1 {
    display: inline-block;
    width: 95% !important;
    transition: all 1s;
}

.theanimation2 {
    display: inline-block;
    width: 90% !important;
    transition: all 1s;
}

.theanimation3 {
    display: inline-block;
    width: 93% !important;
    transition: all 1s;
}

.service .container .right {
    width: 50%;
}

.service .container .right .data {
    width: 100%;
    padding: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #1c1e22;
    margin-bottom: 20px;
}

.service .container .right .data .head {
    width: calc(100%-25px);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.service .container .right .data .head h3 {
    color: white;
    font-size: 17px;
    letter-spacing: 5px;
}

.service .container .right .data .head h3 span {
    color: rgb(206, 185, 103);
}

.service .container .right .data i {
    color: rgb(206, 185, 103);
    font-size: 30px;
    cursor: pointer;
}

.service .container .right .data .Text {
    color: white;
}

.remove-text {
    margin-top: 0px;
    height: 0px;
    overflow: hidden;
    transition: all .7s !important;
}

.add-text {
    margin-top: 15px;
    overflow: hidden;
    height: 135px;
    transition: all .7s !important;
}

@media (max-width: 1024px) {

    .service .container .right,
    .service .container .left {
        width: 100%;
    }

    .service .container .right {
        margin-top: 30px;
    }

    .service .container .left p {
        width: 75%;
        margin-left: 20%;
        margin-bottom: 30px;
    }

    .add-text {
        margin-top: 15px;
        overflow: hidden;
        height: 110px;
        transition: all .7s !important;
    }
}

@media (max-width: 767px) {
    .service {
        padding-top: 200px;
        padding-bottom: 60px;
    }

    .service .container .left h1 {
        width: 100%;
        font-size: 25px;
        letter-spacing: 3px;
    }

    .service .container .left p {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 30px;
    }

    .service .container .right .data .head h3 {
        letter-spacing: 1px;
    }
}

@media (max-width: 600px) {
    .add-text {
        margin-top: 15px;
        overflow: hidden;
        height: 150px;
        transition: all .7s !important;
    }
}

/* //////////// end service section//////////////// */




/* ///////////start work section//////////////////// */
.our-work {
    width: 100%;
    padding-top: 150px;
    background-color: #1c1e22;
    padding-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
}

.our-work .container .work-text {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 60px;
    margin-bottom: 30px;
    /* position: relative; */
}

.our-work .container .work-text span {
    color: rgb(206, 185, 103);
}

.our-work .container .work-text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 10px;
}


.our-work .container .work-headers {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.our-work .container .work-headers .header-p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
    color: #8b8b8d;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
}

.tap-active {
    text-transform: uppercase !important;
    padding-right: 20px;
    color: white !important;
    padding-left: 0px;
    transition: all .5s !important;
}



.our-work .container .the-cardes {
    width: 100%;
}

.our-work .container .work-cardes {
    width: 100%;
    display: none;
}

.card-active {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    transition: all .5s !important;
}

.our-work .container .work-cardes .work-card {
    width: 32%;
    height: 420px;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.our-work .container .work-cardes .work-card img {
    height: 100%;
    width: 100%;
    transition: all .5s;
    border-radius: 10px;
    filter: grayscale(1);
}

.our-work .container .work-cardes .work-card .work-img-text {
    background-color: #1c1c1c !important;
    color: white;
    text-align: center;
    padding: 20px;
    position: absolute;
    left: 5%;
    bottom: -100%;
    z-index: 200;
    height: 150px;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .5s;
}

.our-work .container .work-cardes .work-card:hover .work-img-text {
    bottom: 15px;
    transition: all .5s;
}

.our-work .container .work-cardes .work-card:hover img {
    filter: grayscale(0);
    transition: all .5s;
}

.our-work .container .work-cardes .work-card .work-img-text p {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: white;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
    width: fit-content;
    position: relative;
}

.our-work .container .work-cardes .work-card .work-img-text p::after {
    content: " ";
    height: 1px;
    width: 40px;
    background-color: rgb(206, 185, 103);
    position: absolute;
    top: 8px;
    left: 103%;
}

.our-work .container .work-cardes .work-card .work-img-text a {
    color: white;
    text-decoration: none;
    font-size: 23px;
    text-align: left !important;
    cursor: pointer;
}

.our-work .container .work-cardes .work-card .work-img-text a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .our-work .container .work-cardes .work-card {
        width: 48%;
    }

}

@media (max-width: 767px) {
    .our-work .container .work-cardes .work-card {
        width: 100%;
        height: fit-content;
    }

    .our-work .container .work-headers {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

}

@media (max-width: 547px) {
    .our-work .container .work-text h1 {
        font-size: 30px;
        text-align: center;
    }

    .our-work .container .work-cardes .work-card .work-img-text a {
        font-size: 18px;
    }

}

/* ///////////end work section//////////////////// */
/* ///////////start partener////////// */
.partener {
    background-color: #1c1c1c;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .partener {
        padding: 10px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.partener h1 {
    color: white;
    font-size: 50px;
    margin-bottom: 30px;
}

.partener h1 span {
    color: rgb(206, 185, 103);
}

.partener .item {
    border-radius: 8px;
}

.partener .item img {
    border-radius: 8px;
}


/* //////////start more information/////////////////// */
.about-Head {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #1c1e22;
}

.about-Head i {
    height: 100px;
    width: 100px;
    font-size: 60px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: rgb(206, 185, 103);
    margin-bottom: 40px;
}

.about-Head h1 {
    color: white;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;

}

.about-Head h1 span {
    color: rgb(206, 185, 103);
}

@media (max-width: 992px) {
    .about-Head h1 {
        color: white;
        width: 100%;
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .about-Head h1 {
        color: white;
        width: 100%;
        font-size: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .about-Head h1 {
        color: white;
        width: 100%;
        font-size: 25px;
        margin-bottom: 40px;
    }
}

/* ///////////////////start more about//////////////// */
.more-about {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../imgs/we-do-section-bg-dark.jpg");
    box-sizing: border-box;
    overflow-x: hidden !important;
}

.more-about .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}



.more-about .container .theLeft {
    width: 48%;
    overflow: hidden;
}

.more-about .container .theLeft h1 {
    color: white;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 3px;
}

.more-about .container .theLeft h1 span {
    color: rgb(206, 185, 103);
}

.information {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}

.information .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    overflow: hidden;
}

.information .buttons .sp-btn {
    width: 30%;
    height: 60px;
    font-size: 13px;
    text-transform: capitalize;
    color: white;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.information .buttons .sp-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2 !important;
}

.information .buttons .sp-btn::after {
    content: "";
    height: 1.5px;
    width: 100%;
    position: absolute;
    background-color: rgb(206, 185, 103);
    top: 0;
    left: 0;
    z-index: 1;
}

.focus {
    color: black !important;
}

.information .buttons .focus::after {
    position: absolute;
    height: 100%;
    border-radius: 3px;
    transition: all .7s !important;
}



.information .info {
    display: none;
    height: 0;
    width: 95%;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all .5s;
}

.active-text-div {
    display: inline-block !important;
    line-height: 35px;
    height: 300px !important;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 95%;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    color: #8b8b8d;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .5s;
}

.more-about .container .theRight {
    width: 50%;
    font-size: 18px;
    padding-top: 20px;
    color: #8b8b8d;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 25px;
}

.more-about .container .theRight ul {
    list-style: none;
    margin-left: 25%;
    margin-top: 30px;
}

.more-about .container .theRight ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.more-about .container .theRight ul li i {
    text-transform: capitalize;
    color: rgb(206, 185, 103);
}

.more-about .container .theRight ul li i span {
    text-transform: lowercase !important;
    font-size: 13px;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #8b8b8d;
}

@media (max-width: 1024px) {
    .more-about .container .theRight {
        width: 100%;

    }

    .more-about .container .theLeft {
        width: 100%;
    }
}

@media (max-width: 545px) {
    .more-about .container .theRight {
        text-align: center;
    }

    .more-about .container .theRight ul {
        margin-left: 0;
        font-size: 10px;
        float: left;
        text-align: left;
    }

    .information .buttons .sp-btn {
        width: 100%;
        margin-top: 10px;
    }
}

/* ///////////end more about /////////////////////// */
/* /////////////////////start contact //////////// */
.contact-us {
    width: 100%;
    background-color: #1c1e22;
    padding-top: 70px;
    text-align: center;
    box-sizing: border-box;
}

.contact-us .container h1 {
    font-size: 50px;
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-us .container h1 span {
    color: rgb(206, 185, 103);
}

.contact-us .container form {
    width: 70%;
    margin: auto;

}

.contact-us .container form .theForm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;

}

.contact-us .container form .theForm input {
    width: 47%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 70px;
    font-size: 20px;
    padding: 25px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #222429;
    color: #8b8b8d;
}

textarea {
    resize: none;
    width: 98%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    padding: 25px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #222429;
}

.contact-us .container form .theForm button {
    height: 70px;
    width: 200px;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 25px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    color: #222429;
    background-color: rgb(206, 185, 103);
    cursor: pointer;
    transition: all .7s !important;
}

.contact-us .container form .theForm button:hover {
    color: white;
    background-color: black;
    transition: all .7s !important;
}

.map {
    width: 100%;
    background-color: #1c1c1c;
    margin-top: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.map iframe {
    width: 80%;
    border: none;
}

@media (max-width: 992px) {
    .contact-us .container form {
        width: 100%;
    }

    .contact-us .map .container iframe {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-us .container form .theForm input {
        width: 100%;
    }

    .contact-us .container form .theForm textarea {
        width: 100%;
    }
}

/* /////////// start the footer/////////// */
footer {
    padding-top: 100px;

    background-image: url("../imgs/BG2-01.png");
    box-sizing: border-box;
    background-size: cover;
}

footer .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

footer .container div {
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
}

footer .container .wellcome-footer-text img {
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .container h2 {
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
}

footer .container .wellcome-footer-text p {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #8b8b8d;
    font-family: Arial, Helvetica, sans-serif;
}

footer .container .wellcome-footer-text .social {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container .wellcome-footer-text .social a {
    padding: 10px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    box-sizing: border-box;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: rgb(64, 64, 64);
    background-color: #1c1e22;
    border-radius: 50%;
}

footer .container .wellcome-footer-text .social a:hover {
    text-decoration: none;
    background-color: rgb(206, 185, 103);
    transition: all .7s;
}

footer .container ul {
    list-style: none;
}

footer .container ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .container ul li a {
    color: #8b8b8d;
    text-decoration: none;
    position: relative;
}

footer .container .footer-links ul li a::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: rgb(206, 185, 103);
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(0);
    transform-origin: left;
    transition: all .5s !important;
}

footer .container .footer-links ul li a:hover::after {
    transform: scale(1);
    transition: all .5s !important;
}

footer .container .footer-links ul li a:hover {
    color: white;
}

footer .container .footer-contact li {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .container .footer-contact li i {
    color: rgb(206, 185, 103);
    margin-right: 10px;
}

footer .container .footer-contact li i span {
    color: #8b8b8d;
    margin-left: 10px;
    letter-spacing: 2px;
}

footer .container .footer-contact ul li a:hover {
    color: white !important;
    text-decoration: underline;
}

footer .hr {
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
    color: #8b8b8d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

footer .hr hr {
    width: 500px;
    max-width: 90%;
    background-color: #8b8b8d;
    margin: auto;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    footer .container div {
        width: 100%;
    }
}

/* /////////// end the footer/////////// */
/* main color======> rgb(206, 185, 103) */

/*////// go up button///*/
.goup {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 5px;
    background-color: rgb(206, 185, 103);
    border-radius: 50%;
    right: 20px;
    outline: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;

}

.hide {
    position: fixed;
    right: -80px;
    bottom: 90px;
    transition: all .7s !important;

}

.view {
    position: fixed;
    right: 5px;
    bottom: 10px;
    transition: all .7s !important;
    z-index: 9;
}

.goup i {
    font-size: 20px;
    color: black;
    text-transform: uppercase;
}

.goup:hover {
    background-color: #1c1e22;
    color: rgb(206, 185, 103);
    transition: all .7s !important;
}

.goup:hover i {
    color: rgb(206, 185, 103);
    transition: all .7s !important;
}