:root {
    --them: #ffc710;
    --black: #000000;
    --gray: #656565;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.inputBox {
    display: grid;
    margin: 20px 0;
}
a {
    text-decoration: none;
}
.fs13 {
    font-size: 13px;
}

.fs18 {
    font-size: 18px;
}
.defInput {
    width: 100%;
    max-width: 400px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    margin: 10px 0;
}
.content {
    max-width: 1200px;
    margin: auto;
    width: 100%;

}

.bgBlack {
    background-color: var(--black);
}

.bgBrown {
    background-color: #5b472c;
}
.bgBrown2 {
    background-color: #52281c;
}

.bgGray {
    background-color: #dfdfdd;
}

.bgGray2 {
    background-color: #d7d7d7;
}

.themText {
    color: var(--them);
}



.max-w-none{
    max-width: unset!important;
}
textarea.defInput {
    height: 130px;
}

.defLabel {
    font-size: 13px;
}

.defLabel i {
    margin-left: 3px;
    color: #333333;
}

.radioBox {
    display: flex;
    flex-wrap: wrap;
}

.radioBox .item {
    margin: 15px 0px 15px 20px;
}

h1.mainTitle {
    font-size: 24px;

    margin: 20px 0;
    text-align: center;
}

.border-radius24 {
    border-radius: 24px;

}

h3.mainTitle {
    font-size: 20px;

    margin: 20px 0;

}

h4.title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;

}

.fs13 {
    font-size: 13px;
}

.fs18 {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400;
}

.borderBottom5 {
    border-bottom: 8px solid grey;
}

.borderBottom5Them {
    padding-bottom: 20px;
    border-bottom: 8px solid var(--them);
}

a {
    text-decoration: none;
}

hr.them {
    background-color: var(--them);
}


.coverBox {
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 400px;
    background-position-x: center;
}

.animateText {
    font-size: 2.5rem;
    padding-top: 3%;
    width: 80%;
    color: var(--them);
    text-align: left;
    font-weight: 300;
    line-height: 0.8;
}

.animateText p:nth-child(1) {

    color: white;

}

.animateText p:nth-child(2) {

    margin-left: 20px
}

.animateText p:nth-child(3) {

    font-size: 1.7rem;
}


.animateText p:nth-child(4) {

    margin-left: 60px
}

.whatsappBox {
    z-index: 10;
    position: fixed;
    right: 30px;
    bottom: 50px;
    background-color: var(--black);
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 7px;
    color: var(--them);
    border-radius: 20px;
}

.whatsappBox i {
    margin-left: 10px;
    font-size: 30px;
}

.services .row {
    margin: 0;

}

.services .item {
    display: flex;
    align-items: flex-start;
    padding: 20px 5px;
}

.services .item .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.services .item .des {
    font-size: 13px;
    line-height: 1.9;
    color: gray
}

.services .item .iconBox {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cecece;
    padding: 10px;
    margin-left: 15px;
    border-radius: 50%;
    /*width: 60px;*/
    /*height: 60px;*/

}

.servicesByImage {
    background-color: var(--black);

}

.servicesByImage .row {
    margin: 0;

}

.servicesByImage .item {
    margin: 10px;

}

.servicesByImage .item img {
    width: 100%;
}

.servicesByImage .item p {
    margin: 5px 0;
    padding: 3px;
    color: white;
    font-weight: 500;

    transition: all 0.3s linear;
}

.servicesByImage .item:hover p {
    background-color: var(--them);
    color: var(--black);

}

.textImage {
    padding: 40px 0;
    line-height: 2;
}

.textImage .title {
    font-size: 24px;
    font-weight: bold;

}

.textImage .title span {

    font-weight: 500;
    font-size: 22px;

}

.defBtn {
    border-radius: 100px;
    border: 1px solid grey;
    background-color: white;
    padding: 3px 10px;
    min-width: 100px;
    font-weight: 500;
    font-size: 14px;

}

.btnIcon {
    border: none;
    background-color: unset;
    font-size: 25px;
    display: flex;
    align-items: center;

}

.defBtn.bgYellow {
    border: 1px solid #000000;
}

.titleImage {
    position: relative;
    border-bottom: 8px solid var(--them);
    background-image: url("../images/h_2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
 }
.blackWhite img{
    filter: grayscale(100%);
    transition: all 0.3s linear;
}
.blackWhite img:hover{
    filter: grayscale(0);
}
.titleImage .title {

    padding-top: 10%;
    padding-right: 15%;
    font-size: 2.5rem;
    color: var(--them);

}

.logoListRow {

    background-color: var(--black);
}

.logoListRow .item {

    margin: 20px 10px;
}

.bgYellow {
    background-color: var(--them);
    color: var(--black);
}

.bg-lightBlue {
    background-color: #e6e5f5;
    color: var(--black);
}

.counterBox {
    position: relative;
    background-image: url("../images/h_3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.counterBox .col-sm-3:not(:last-child ) {
    border-left: 1px solid grey;

}

.counterBox .counter {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    width: 90%;
    margin: auto;
    padding: 40px 0;
    /*transform: translate(-50%, -50%);*/
    max-width: 700px;

}

.counterBox .counter .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.counterBox .counter .item .name {

    color: var(--them);
    margin: 10px 0;
}

.counterBox .counter .item .counter-value {

    font-size: 30px;
}

.counterBox .counter .item .iconBox {
    background-color: #2d2d2d;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 15px;
    border-radius: 50%;
}

.brandListImage {
    padding: 40px 0;
}


h3.title {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
}


footer {

    background-color: #1d1d1d;
    padding: 30px 20px;
    color: white;
}

footer .title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

footer .des {
    font-size: 12px;
    margin-bottom: 15px;
}

footer .des p {

    margin-bottom: 5px;
}

footer .des a {

    color: white;
}

.copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    color: white;
    padding: 15px 5px;
    font-size: 13px;
    text-align: left;
}

.copyRight a {
    color: white;
    margin-left: 10px;
    font-size: 20px;

}

.paginate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 7px;
}

.paginate ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.paginate ul li {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    margin: 3px;
    width: 26px;
    height: 26px;
    background-color: var(--them);
    color: black;
}

.titleMore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--them);
    font-size: 15px;
    margin: 30px 0 10px;
}


.imageCarousel {
    padding: 0 23px;
}

.imageCarousel .owl-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);

}


.imageCarousel .owl-next {
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translate(0%, -50%);

}

.imageCarousel .owl-next i:before, .imageCarousel .owl-prev i:before {
    color: var(--them);
}

.appContent .item img {
    box-shadow: 0 0 20px 10px #a1a1a1;
}

.videoList .item {
    position: relative;
}

.videoList .icon-play-circle {
    position: absolute;
    top: 50%;
    font-size: 55px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--them);
}

.videoList video.videoPlayer::-webkit-media-controls {
    opacity: 0;
}

.videoPlayerSingle {
    border: 7px dashed black;
    padding: 5px;
    border-bottom: 7px solid black;
    border-top: none;
}

.border-bottom-them {
    border-bottom: 5px solid var(--them);
}

.border-bottom-gray {
    border-bottom: 5px solid grey;
}

.border-right-half:before {
    content: '';
    height: 60%;
    top: 17%;
    right: 0;
    width: 5px;
    position: absolute;
    background-color: var(--them);

}

.bgImageBox {

    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.bgImageBoxParent {
    padding: 0;
    height: 100%;
    position: absolute;
    left: 0;
}
.defInput.bgBlack.text-white::placeholder{
    color: white;

}
@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .animateText {
        font-size: 2rem;
        padding-top: 10%;
        width: 95%;
    }

    .bgImageBoxParent {



    }

    .categoriesList.PaintingsStore .item {
        width: calc(33.33% - 20px);
    }

    .categoriesList .item .info {
        font-size: 11px;
    }

    .footerBox .designerBox {
        width: 100%;
        margin-top: 20px;

    }
}

@media all and (max-width: 600px) {

    .cartBox .item {
        padding: 5px;
    }

    .loginBox{
        padding: 20px 5px;
    }
    .namePriceBox{
        flex-direction: column;
    }
    .namePriceBox .price{
    }
    .information {
         position: relative;

    }


}


@media (max-width: 576px) {
    .animateText {
        font-size: 1.5rem;
        padding-top: 10%;
        width: 98%;
    }
    .categoriesList .item {
        width: calc(50% - 20px);


    }

    .categoriesList .item .info {
        font-size: 10px;
    }


    .owl-carousel {

        margin: 38px 0 10px;

    }
}



@media (max-width: 400px) {
}



.text-justify{
    text-align: justify
}

#btn-back-to-top {
    position: fixed;
    bottom: 50px;
    left: 20px;
    display: none;
    z-index: 4000;
}
