* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --titlecolor1: #7b5244;
    --titlecolor2: #333;
    --titlecolor3: #7c7a7a;
    --tittlecolor4: #ffb700;
}

.container {

    width: 89%;
    margin: auto;

}

.header-content {
    margin-top: 15px;
    display: flex;
    align-items: center;

}

ul li {
    list-style: none;

}

.navbar {
    justify-items: center;

}

.navbar ul {
    display: flex;
    flex-flow: row;
    margin-left: 20px;
    text-align: center;
}



.logo {
    flex: 1;

}

.navbar {
    flex: 4;
    transition: 3s;
}

.navbar ul li .link-item {

    color: var(--titlecolor2);
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;



}

.navbar ul li a {
    text-decoration: none;
    color: var(--titlecolor2);
    padding: 18px;
    display: block;
    position: relative;
}

.logn i {
    font-size: 28px;
    margin-left: 20px;
}

.logn i span {
    font-size: 18px;
    margin-left: 10px;
}

.logn i:hover {
    color: var(--titlecolor1);
    cursor: pointer;
}

.navbar ul li a:hover {
    color: var(--titlecolor1);

}

.logn i:last-child::after {
    content: "0";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--titlecolor1);
    color: white;
    font-size: 13px;
    padding: 4px;
    border-radius: 50%;
    left: 22%;
    top: 13px;

}

section.slider img {
    width: 100%;
    margin-top: 25px;
}

.navbar ul li .link-item:before {
    content: "";
    position: absolute;
    border-width: 0 2px;
    border-color: var(--titlecolor1);
    border-style: solid;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    transform: scale3d(0, 1, 1);
    transition: transform 0.5s;


}

.navbar ul li .link-item:hover::before {
    transform: scale3d(1, 1, 1);
}




.navbar ul li .link-item::after {
    content: "";
    position: absolute;
    border-width: 2px 0;
    border-color: var(--titlecolor1);
    border-style: solid;
    width: 0%;
    height: 91%;
    top: 0;
    left: 0;
    transform: scale3d(0, 1, 1);
    transition: transform 0.2s;
    transform-origin: left;
}




.navbar ul li .link-item:hover::after {
    transform: scale3d(1, 1, 1);
    transition-delay: 0.6s;
    width: 101%;
}

.dropdown {
    position: relative;

}

.dropdown-menu {
    position: absolute;
    width: 500px;
    border: 2px solid var(--titlecolor1);
    padding: 5px;
    background-color: #fff;
    margin-top: 25px;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    transition: transform 0.5s, visibility 0.5s;
}

.dropdown-menu ul li a {
    margin-left: 25px;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
    transform-origin: left;
    visibility: visible;
    opacity: 1;
}

.dropdown-menu ul {
    display: table-cell;
    text-align: left;
}

.dropdown-menu ul li:first-child a {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dotted var(--titlecolor1);
}

.dropdown-menu ul li {

    line-height: 0;
    font-weight: 500;
    text-align: left;
}



.ul li a {
    text-transform: capitalize;
}

.dropdown-2 {
    position: relative;
}

.dropdown-menu-2 {
    position: absolute;
    width: 200px;
    border: 2px solid var(--titlecolor1);
    margin-top: 25px;
    background-color: white;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.6s, visibility 0.6s;
}

.dropdown-menu-2 li {
    text-align: left;
    font-size: 14px;
    line-height: 0.5;

}

.dropdown-2:hover .dropdown-menu-2 {
    transform: scale(1);
    transform-origin: left;
    visibility: visible;
    opacity: 1;
}


.one {


    width: 13px;
    height: 13px;
    background: white;
    display: none;
    justify-content: center;
    position: absolute;
    left: 50%;
    display: inline-block;
    border-radius: 50%;
    top: 20px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}



.two {


    width: 13px;
    height: 13px;
    background: black;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 51.8%;
    display: inline-block;
    border-radius: 49%;
    top: 20px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.one:hover {
    background-color: black;
    position: absolute;
    top: 20px;
    justify-content: center;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;

}

.container-3 {
    position: relative;
    top: -53px;
    width: 100%;
    height: 38px;


    transition: .3s;

}



.container:hover .one,
.container:hover .two {

    display: block;
    opacity: 1;
    visibility: visible;
}

.img-22 {
    cursor: pointer;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-family: 'system-ui', sans-serif;
    font-weight: 500;
    margin-top: 0px;

}

.oone::after {
    content: "";
    width: 75px;
    background-color: var(--titlecolor1);
    height: 2px;
    text-align: center;
    display: block;
    margin-bottom: 135px;
    margin: 20px auto 0;

    transition: width 0.4s;
}

.oone:hover::after {
    content: "";
    width: 100px;
    background-color: var(--titlecolor1);
    height: 2px;
    text-align: center;
    display: block;
    margin-bottom: 135px;
    margin: 20px auto 0;
}



.oone {
    cursor: pointer;
}

.content-1,
.content-2,
.content-3,
.content-4,
.content-6 {
    display: inline-block;
    height: 368px;

}

.content-1 img,
.content-2 img,
.content-3 img,
.content-4 img {
    width: 280px;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 3px;
    flex-shrink: 1;
    transition: box-shadow 0.2s;
}

.div-1 {
    margin-top: 20px;
    display: flex;
    justify-content: left;
    margin-left: 50px;
    text-transform: capitalize;
    color: #7c7a7a;
}

.div-2 {
    display: flex;
    justify-content: left;
    margin-left: 50px;
    font-weight: 700;
    text-transform: capitalize;
}


.three {


    width: 13px;
    height: 13px;
    background: var(--titlecolor1);
    justify-content: center;
    left: 50%;
    display: inline-block;
    border-radius: 50%;
    top: 20px;
    transition: .3s;
    cursor: pointer;

}



.foure {

    width: 10px;
    height: 10px;
    background: black;
    display: flex;
    justify-content: center;
    left: 51.8%;
    /* display: inline-block; */
    border-radius: 49%;
    top: 21px;
    transition: .3s;
    cursor: pointer;
    flex-flow: row;
    align-items: center;
}

.foure:hover {
    background-color: var(--titlecolor1);
    transform: scale(1.3);
}

.foure:hover .foure {
    display: none;
}

.container-4 {
    top: 15px;
    width: 100%;
    height: 38px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin: 80px 0;
}

.content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.div-0 h4 {
    color: gray;
}

.div-0 {
    position: relative;
}

.clear {
    clear: both;
}

.icon {
    background-color: var(--titlecolor1);
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 7px 13px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    align-items: center;
    opacity: 0;
    transition: display 0.8s, opacity 0.6s;
}

.icon.fa-lg {
    font-size: 2.33333333em;
    line-height: .75em;
    vertical-align: -15%;

}

.content-1:hover .icon,
.content-2:hover .icon,
.content-3:hover .icon,
.content-4:hover .icon {
    display: block;
    opacity: 1;

}

.content-1 img:hover,
.content-2 img:hover,
.content-3 img:hover,
.content-4 img:hover {
    box-shadow: 1px 1px 20px 0px rgb(170, 170, 170);

}

.slider-2 {
    height: 530px;
}

.descount {

    display: flex;



}

.discount-desc {
    background-color: #f7f3ef;
    margin-right: 15px;
    flex: 2;
    padding: 25px;
}

.discount-item {
    height: 300px;
    display: flex;
    flex: 1;
    margin: 0 15px;
    position: relative;
    transition: transform 1s;
}

.discount-item:nth-child(2) {
    background-image: url(img/cms-banner-1.jpg);
    background-size: cover;

}

.discount-item:nth-child(3) {
    background-image: url(img/cms-banner-2.jpg  );
    background-size: cover;
    transition: transform 0.5s;
}

.discount-desc .top-descount {
    position: relative;
    padding-left: 13%;
    margin-bottom: 30px;
}


.Icon {
    position: absolute;
    left: 0%;
    color: var(--titlecolor1);
    font-size: 20px;
    top: 6px;
}

.fa-lg {
    font-size: 3.5em;
    line-height: .75em;
    vertical-align: -15%;
}

.Icon.fa-lg {
    font-size: 3.5em;
    line-height: .75em;
    vertical-align: -15%;
}


.ph {

    font-size: 20px;
}

.ph+span {
    font-size: 14px;
    color: #7c7a7a;
}


.botton-descount span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--titlecolor1);
    margin-left: 10px;
}

.botton-descount span {
    background-color: gray;
    cursor: pointer;
}

.botton-descount span:first-child {
    background-color: var(--titlecolor1);
}

.botton-descount span:hover {
    background-color: var(--titlecolor1);
}


.discount-desc .top-descount+p {

    color: #7c7a7a;
    font-size: 15px;
    font-weight: 400;
    line-height: 30.5px;

}

.discount-desc {
    position: relative;
}

.botton-descount {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.discount-item-info {
    position: absolute;
    left: 20px;
    top: 20px;
}

.discount-item-info h3 {
    font-weight: normal;
    color: var(--titlecolor1);

}

.discount-item-info h2 {
    font-size: 23px;

}


.discount-item:nth-child(2):hover,
.discount-item:nth-child(3):hover {
    transform: scale(1.1);
}

.discount .discount-desc p {
    display: flex;
}

/* sprites */
.sprite {
    display: flex;

}

.sprite-item {
    flex: 1;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

.sprite-item span {
    font-size: 13px;
    color: var(--titlecolor3);
    margin-top: 10px;
}



.last-c {
    border: 0;
    border: none;
}

.sprite-icon {
    background-image: url(img/service-icon.png);
    height: 50px;
    /* background-position: center; */
    display: flex;
    background-repeat: no-repeat;
    background-position: center 5px;
    /* position: relative; */
    /* left: 41%; */
    transition: background-position 0.6s;
    margin-bottom: 10px;

}

.sprite-item-1:hover .sprite-icon-1 {
    background-position: center -88px;

}

.sprite-icon-2 {
    background-position: center -180px;
}

.sprite-item-2:hover .sprite-icon-2 {
    background-position: center -272px;

}

.sprite-icon-4 {
    background-position: center -363px;
}

.sprite-item-4:hover .sprite-icon-4 {
    background-position: center -456px;
}

.sprite-icon-3 {
    background-position: center -551px;
}

.sprite-item-3:hover .sprite-icon-3 {
    background-position: center -643px;
}

.sprite-icon-5 {
    background-position: center -729px;
}

.sprite-item-5:hover .sprite-icon-5 {
    background-position: center -820px;
}

.sprite-item h3 {
    margin-bottom: 5px;
}

.sprite-item-1,
.sprite-item-2,
.sprite-item-3,
.sprite-item-4 {
    border-right: 1px solid #7b5244;
    cursor: pointer;
}


.sprite-item-1,
.sprite-item-2,
.sprite-item-3,
.sprite-item-4,
.sprite-item-5 {
    margin: 50px 0;

}

.sprite {
    border-bottom: 1px solid rgb(197, 196, 196);
}

.list-links-Category {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    grid-gap: 50px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
}

.list-links-Category div:hover {
    color: var(--titlecolor1);

}

.list-links-Category div:first-child {
    color: var(--titlecolor1);

}

.list-links-Category div {
    cursor: pointer;
}

.slider-4 {
    margin: 50px 0;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 35px;
    justify-content: center;
}

.project-img {
    position: relative;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    transform: scaleX(0);


}

.project-img:hover .project-overlay {
    transform: scale(1);

}

.dddd:hover .sale {
    opacity: 0.5;

}

.project-img:hover .list-icon {
    display: none;
    transition-delay: 1s;

}

.project-overlay ul {
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);


}

.project-overlay ul li {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: black;

    text-align: center;

}

.project-overlay ul li {
    line-height: 40px;
    transition: 0.5s;
    color: white;

}

.project-overlay ul li:hover {

    background-color: var(--titlecolor1);
}

.projects-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}

.list-icon {

    transition-delay: display 1s;

}

.project-img:hover .list-icon {
    transition-delay: 1s;
    display: block;
}

.fa-star {
    color: var(--tittlecolor4);
}

.fa-star:last-child {
    color: rgb(219, 215, 215);
}

.project-info-2 {
    font-size: 15px;
    color: rgb(58, 58, 58);
}

.project-price {
    font-weight: bold;
    font-size: 16px;
}

.project-item:hover .project-info-2 {

    color: var(--titlecolor1);
}

.dolor {
    margin-left: 15px;
    text-decoration: line-through;
    color: var(--titlecolor3);
    font-size: 14px;
    font-weight: 400;
}

.project-price {
    margin: 5px 0;
}

.project-info-2 {
    margin: 5px 0;
}

.dd {
    color: rgb(219, 215, 215);


}

.ccc {
    color: rgb(219, 215, 215);

}

.offer {
    position: absolute;
    right: 3%;
    top: 3%;
    background-color: var(--titlecolor1);
    color: white;
    padding: 2px 8px;
    font-size: 13px
}

.sale {
    position: absolute;
    left: 3%;
    top: 3%;
    background-color: black;
    color: white;
    padding: 2px 8px;
    font-size: 13px
}

.eeee {
    color: var(--tittlecolor4);
}

.slider-5 {
    display: flex;

}


.discount-desc-2 {
    display: flex;
    flex: 2
}

.img-2 {
    height: 301px;
    width: 400px;
    display: flex;
    grid-gap: 21px;
    flex: 1;
    margin-right: 30px;
}

.slider-5 {
    width: 1228px;
}

.c28 {

    color: var(--titlecolor1);
    text-align: center;
    font-size: 20px;
    padding: 7px 13px;
    position: absolute;
    top: -118%;
    left: 0;
    /* display: none; */
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    /* opacity: 0; */
    /* transition: display 0.8s, opacity 0.6s;*/
}

.c28+span {
    text-align: center;
    font-size: 16px;
    padding: 7px 13px;
    position: absolute;
    top: 25px;
    left: 3px;
    /* display: none; */
    align-items: center;
    font-weight: bold;
    /* opacity: 0; */
    /* transition: display 0.8s, opacity 0.6s; */
    font-size: 13px;
    font-weight: 500;
    color: var(--titlecolor1);

}

.Necessitatibus {
    margin-top: 43px;
    font-size: 17px;
    position: relative;
    font-weight: 600;
    top: -4px;
    left: 10px;

}


.imge {
    height: 301px;
    width: 427px;
    display: flex;
    grid-gap: 21px;
    flex: 1;
    margin-right: 14px;
    background-size: contain;
    width: 380px;
    position: relative;
    background-repeat: no-repeat;

}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(img/download.png);
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: baseline;






}

video {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 0;
    width: 50%;
}

.img-footer {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 79px;
    margin-top: 33px;
}

footer {
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 108%;
    height: 395px;

}

body {
    height: 4124px;
    width: 1281px;
    position: relative;
    line-height: 1.5;
    font-family: 'poppins', sans-serif;
}

footer img:first-child {
    color: white;
}

.section-footer {

    width: 85%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 25px;
}

.section-footer p {
    max-width: 404px;
    color: #888888;
    cursor: pointer;
    margin-bottom: 50px;
    margin-left: 0;
    display: inline-table;
    margin-left: -200px;

}

.section-footer img:first-child {
    margin-bottom: 50px;
}

.ooone {
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}

.section-footer a:not(.ooone) {
    text-decoration: none;
    color: #888888;
    margin-bottom: 12px;
    font-size: 16px;

}

@import url('https://fonts.googleapis.com/css2?family=poppins:wght@300;400;500;600;700&display=swap');





.container {
    /* max-width: 1170px; */

    margin: auto;
}

ul {
    list-style: none;
}

.footer {
    background-color: black;
    padding: 70px 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
    ;
}


.footer-col h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.footer-col ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    color: #bbbb;
    display: block;
    transition: all 0.3s ease;
    margin: 10px 0;
}

.footer-col ul li a:hover {

    color: #ffffff;
    margin-left: 10px;
}

.footer-col p {
    color: #ffffff;
    max-width: 600px;
}

.div-icon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.footer-col:first-child {
    width: 40%;
}

.footer-col:nth-child(2) {
    width: 20%;
}

.footer-col:nth-child(3) {
    width: 20%;
}

.footer-col:nth-child(4) {
    width: 20%;
}

.footer-col p {
    margin: 27px 0;
    color: #bbbb;
}

input {
    padding: 10px;
    width: 265px;
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #bbb;
    color: white;
    margin-bottom: 2px;

    position: relative;
    left: 0px;

}




.email {
    background: #f2dede;
    padding: 11px;
    width: 125%;
    color: #a94442;
    font-size: 14px;
    border-radius: 2px;
}

.btn-default {
    background-image: url(img/download\ \(6\).png);
    width: 26px;
    height: 22px;
    position: absolute;
    top: 132px;
    right: 40px;
    background-color: transparent;
    border: none;


}

.btn-default:hover {
    cursor: pointer;
    background-position-y: 29px;
}

i {

    color: #6e6e6e;

    border-radius: 5px;
    /* background-color: #6195FF; */
    margin-left: 10px;
    text-align: center;
    position: relative;
    /* margin-bottom: 50px; */
    display: inline-block;
    transition: color 0.3s;
}

.link-i {
    margin-top: 38px;
    margin-left: 38%;
    height: 55px;
    width: 106%;
    margin-left: -15px;

}



.dsad {
    border: 0.5px solid #383737;
    margin-top: 45px;
    width: 635%;
    margin: auto;
    margin-left: -1068px;
    margin-top: 94px;

}

.footer {
    background-color: black;
    padding: 70px 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0px;

    width: 108%;
}

.dfffdff {
    color: #6e6e6e;
    margin: 10px 0;
}

.dfff {
    color: #6e6e6e;
    transition: 0.5s;
}

.dfff:hover {
    color: white;
    text-decoration: none;
}

.card img {
    color: #6e6e6e;
    /* background: red; */
    opacity: 0.7;
    transition: 0.5s;
    background-color: black;
    margin-left: 11px;
    -webkit-filter: grayscale(100);

}

.card img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
}