* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Century Gothic', sans-serif;
}

/* 
@media  screen and (max-width:991px) {
    main{
       max-width:600px ;
    }
    
} */

.bgimg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(./img-000/main-img/slider1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: bgchange 20s linear infinite;
}

@keyframes bgchange {
    0% {
        background-image: url(./img-000/main-img/slider1.png);
    }

    20% {
        background-image: url(./img-000/main-img/slider2.jpg);
    }

    40% {
        background-image: url(./img-000/main-img/slider3.jpg);
    }

    60% {
        background-image: url(./img-000/main-img/12.jpg);
    }

    80% {
        background-image: url(./img-000/main-img/slider1.png);
    }
}

.overlay {
    position: relative;
    width: 100%;
    /* height: 100%; */
    top: 0px;
    left: 0px;
    background-color: 0, 0, 0, 0.9;
}

.nav-tittle {
    color: chocolate;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 60px;
    background-color: rgba(240, 255, 255, 0.655);
}

.logo img {
    width: 135px;
    height: 100px;
    cursor: pointer;
}

.phone {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
}

.icon i {
    padding: 10px 15px;
    font-size: 20px;
    /* background-color: aliceblue; */
}

.phone i {
    font-size: 13px;
    margin: 0 2px;
    padding: 0px;
    background-color: transparent;
}

.fa-envelope {
    text-decoration: none;
}

.phone a{
    margin-right: 10px;
    padding-right: 20px;
    color: black;
    border-right: 2px solid black;
}

.phone b {
    font-size: 14px;
    margin: 0px 50px 0px 0px;
}

.nav-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 600;
    padding: 15px 0px;
    /* background-color: chocolate; */
    line-height: 50px;
    letter-spacing: 0.5px;
}

.nav-link {
    list-style: none;
}

.nav-link a {
    margin: 0px 10px;
    font-size: 16px;
    text-decoration: none;
    color: black;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 500;
}



.nav-link a:hover,
a.activ {
    color: chocolate;
    border-radius: 5%;
    font-weight: 500;
    /* background-color: whitesmoke; */
}

.nav-link i:hover {
    color: aliceblue;
}


.nav-link i {
    margin: 5px;
    font-size: 15px;
}

main {
    width: 100%;
    overflow: hidden;
}


.countenar-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0px 80px 0;
}

.pera {
    /* margin: 0px 100px;
    text-align: center;
    width: 40%; */
    /* font-size: 45px; */
    /* margin: 0 50px; */
    padding: 10px 30px;
    width: 40%;
}

.h1-2 {
    font-size: 35px;
    color: chocolate;
    /* text-align: center; */
    margin-bottom: 20px;
}

.pera p {
    text-align: justify;
    font-size: 16px;
    color: rgb(123, 123, 123);
    margin-top: 20px;
}



.btn-2 button:hover {
    color: chocolate;
    border: 1px solid chocolate;
    background-color: rgb(255, 255, 255);
}

.btn-2 button {
    margin: 30px 0px;
    padding: 10px 15px;
    border: 1px solid white;
    font-size: 15px;
    border-radius: 5px;
    color: aliceblue;
    background-color: chocolate;
    cursor: pointer;
}


.btn-2 .a{
    list-style: none;
}


.image-2 img {
    width: 600px;
    border-radius: 5px;
}

.countener {
    background-image: url(./img-000/main-img/Untitled\ design\ \(1\)bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: 50px 0px;
    /* height: 100vh; */
    flex-wrap: wrap;
    /* justify-content: center; */

}

.countener-h h1 {
    text-align: center;
    font-size: 35px;
    padding:  30px 0px;
    margin: -30px;
}

.flax-box {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    padding: 0px 20px ;
}

.flax-2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
}

.flax-3 {
    display: flex;
    align-items: center;
    /* justify-content:center ; */
    flex-wrap: wrap;
    width: 40%;
}

.card {
    margin: 15px 10px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    background-color: #ffffffbf;
    height: 360px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25), -7px -7px 16px 0 rgba(113, 205, 74, .11);
}

.c-img {
    background-image: url(./img-000/projects/home1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 1px 1px;
    padding: 100px 50px;
    cursor: pointer;
}

.d-img {
    background-image: url(./img-000/projects/home4.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 1px 1px;
    padding: 100px 50px;
    cursor: pointer;
}

.e-img {
    background-image: url(./img-000/projects/home2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 1px 1px;
    padding: 100px 50px;
    cursor: pointer;
}

.f-img {
    background-image: url(./img-000/main-img/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 1px 1px;
    padding: 100px 50px;
    cursor: pointer;
}

.g-img {
    background-image: url(./img-000/projects/home3.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 1px 1px;
    padding: 100px 50px;
    cursor: pointer;
}

.h-img {
    background-image: url(./img-000/main-img/7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px 7px 1px 1px;
    padding: 100px 50px;
    cursor: pointer;
}

.card p {
    padding: 0 5px;
    font-size: 15px;
    text-align: center;
    color: grey;
}



.card h2 {
    text-align: center;
    margin: 30px 0px 10px 0px;
}


.flax-long {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.a-img {
    background-image: url(./img-000/main-img/imgslid.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    height: 350px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25), -7px -7px 16px 0 rgba(113, 205, 74, .11);
}

.card-l-2 h3 {
    text-align: center;
    font-size: 35px;
    margin: 30px 0px 10px 0px;
}


.card-l-2 {
    margin: 20px 10px;
    padding: 0px 0px 170px 0px;
    border-radius: 7px;
    text-align: justify;
    cursor: pointer;
    background-color: #ffffffbf;
}

.card-l-2 p {
    text-align: justify;
    padding: 0 14px;
    color: grey;
}


/* theard-page */


.theard-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 30px;
    background-color: rgb(255, 255, 255);
}

.left {
    font-size: 35px;
    /* margin: 0 50px; */
    /* padding: 0px 30px; */
    width: 43%;
    text-align: start;
}

.left b {
    color: chocolate;
}

.right {
    width: 50%;
}

.right img {
    width: 80%;
    border-radius: 5px;
    margin: 0px auto;
    display: flex;
}

.fourth-page {
    background: url("./img-000/main-img/bg.png") fixed no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0px;
    /* padding: 100px 0; */
}

.fourth-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fourth-left {
    font-size: 35px;
    margin: 50px 0 0 50px;
    width: 40%;
}



.fourth-right {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
    width: 40%;
}

.fourth-right p{
    padding: 30px 0;
    font-size: 18px;
}

.fourth-right b{
    /* padding: 20px 0; */
    color: chocolate;
}


.fifth-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.fifth-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.equal {
    margin: 20px 30px;
}

.fifth-img img {
    width: 450px;
    border-radius: 35px;
    cursor: pointer;
}

/* footers */

.footer {
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    padding: 0 50px;
}

.fifth-left {
    font-size: 18px;
    padding-top: 30px;
    font-weight: 50;
    margin: 20px;
    width: 50%;
    color: white;
}

.fifth-left p{
    width: 80%;
    margin: 10px 0;
    font-size: 18px;
    text-align: justify;
}

/*  */



.layout{
    padding-top: 50px;
    /* border: 1px solid rgb(176, 176, 176);
    background-color: rgba(175, 175, 175, 0.171); */
    /* font-weight: 50; */
    width: 50%;
    color: white;
}

.adders{
    width: 80%;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 25px;
}

.adders b{
    font-size: 15px;
}

.adders p{
    font-size: 13px;
}


.ds {
   list-style: none;
   font-size: 15px;
}

.mail{
    width: 100%;
}

.mail a{
    text-decoration: none;
    color:white;
}
.mail i{
    font-size: 15px;
    margin: 0 0 15px 0;
}


/* 
.fifth-rigth b {
    color: chocolate;
    font-weight: 550;

}

.fifth-rigth p {
    font-weight: 550;
    color: rgb(123, 123, 123);
    margin: 30px 0px;

} */

.i{
    background-color: #ff9a53;
    /* margin: 1px; */
    padding: 1vh;
    transform: rotate(360deg);
    margin-top: -5px;
    
}

.i-2{
    background-color:  #ff9a53;
}

/* .i-h h2{
    color: white;
} */

.svgShaper-shape-fill {
    fill: rgb(255 125 32 / 56%);
}

.abtOverviewSectionStrip {
    /* display: block;
    width: 100%;
    height: 242PX;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11; */
    overflow: hidden;
}

.abtOverviewSectionStrip svg {
    position: relative;
    width: 160%;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

@media only screen and (max-width: 600px) {
    .abtOverviewSectionStrip {
        display: block;
        width: 100%;
        height: unset !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        overflow: hidden;
    }
}

.f-l-i{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.f-nav-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 99%;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 550;
    font-size: 19px;
    padding: 15px 0px;
    margin:20px 3px ;
    /* background: #000; */
}

.f-nav-link {
    list-style: none;
}

.f-nav-link a{
    margin: 1px 3px;
    padding: 5px 10px;
    text-decoration: none;
    color: rgb(63, 62, 62);
    background: #ffffff81;
}

.border{
 border-left: 1px solid rgb(88, 88, 88) ;

}

.f-nav-link a:hover{
    color: rgb(255, 153, 0);
}

.f-icon{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: end;
    margin-right: 30px;
}

.f-icon i{
    margin: 5px 2px;
    padding: 17px 10px;
    font-size: 22px;
    color:  rgb(255, 255, 255);
}

/* 
.f-icon i:hover{
    color: orange;
} */

.fa-facebook-f:hover{
    color: #4267B2;
}

.f-icon .fa-whatsapp:hover{
    color: #25D366;
}

.fa-instagram:hover{
    color: #E1306C;
}

.last{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin: 10px;
    border-top: 1px solid grey;
    font-weight: 600;
}

.last-1{
    margin: 5px;
    padding: 7px ;
    /* color: grey; */
}

.last-2{
    margin: 5px;
    padding: 7px ;
}
/* --------------------- */
