/*/////////////////   gallery  ///////////////////////*/

.garden-main-images {
    width: 100%;
    height: 52.7vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.garden-main-images .garden-color {
    position: relative;
    height: 100%;
}

.garden-main-images .garden-color .garden-new {
    position: absolute;
    bottom: 22%;
    z-index: 10;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.8);
}

.garden-main-images .garden-color .garden-new .garden-flex {
    max-width: 815px;
    width: 815px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 19%;
    padding-right: 15px;
}

.garden-main-images .garden-color .garden-new .garden-flex .garden-text {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    color: white;
}

.garden-main-images .garden-color .garden-new .garden-flex .garden-text h2 {
    font-size: 33px;
    font-weight: 500;
}

.garden-main-images .garden-color .garden-new .garden-flex .garden-text p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}
.garden-p a{
    color: white;
}

@media screen and (min-width: 2000px) {
    .garden-main-images .garden-color .garden-new .garden-flex {
        max-width: 802px;
        width: 802px;
        padding-left: 26%;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1700px) {
    .garden-main-images .garden-color .garden-new .garden-flex {
        max-width: 702px;
        width: 702px;
        padding-left: 10%;
        padding-right: 15px;
    }
}


@media screen and (max-width: 1400px) {
    .garden-main-images .garden-color .garden-new .garden-flex .garden-text h2 {
        font-size: 30px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text p {
        font-size: 17px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex {
        max-width: 100%;
        width: 100%;
        padding-left: 55px;
        padding-right: 8px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text h2 {
        font-size: 30px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1200px) {
    .garden-main-images .garden-color .garden-new .garden-flex .garden-text h2 {
        font-size: 28px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text p {
        font-size: 16px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text {
        padding-top: 15px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .garden-main-images .garden-color .garden-new .garden-flex {
        max-width: 100%;
        width: 100% !important;
        padding-left: 30px;
        padding-right: 10px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .garden-main-images .garden-color .garden-new {
        width: 65%;
    }
}

@media screen and (max-width: 575px) {
    .garden-main-images .garden-color .garden-new .garden-flex {
        max-width: 100%;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 10px;
    }

    .garden-main-images .garden-color .garden-new {
        width: 90%;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text h2 {
        font-size: 24px;
    }

    .garden-main-images .garden-color .garden-new .garden-flex .garden-text p {
        font-size: 15px;
    }
}

/*@media screen and (max-width: 467px) {*/
/*    .garden-flex .garden-text {*/
/*        padding: 0 5% 0 0% !important;*/
/*    }*/

/*    .garden-flex .garden-text h2 {*/
/*        font-size: 31px !important;*/
/*        font-weight: 700 !important;*/
/*    }*/

/*    .garden-flex .garden-text h5 {*/
/*        font-size: 14px !important;*/
/*        font-weight: 700 !important;*/
/*    }*/

/*    .contact-icon {*/
/*        top: 75%;*/
/*        position: absolute;*/
/*        display: flex;*/
/*    }*/

/*    .contact-icon li {*/
/*        margin-top: 0 !important;*/

/*    }*/
/*}*/


/*////////////////    slide down texture    //////////////*/


.texture-section {
    margin-top: 30px;
    padding: 15px 0 15px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    z-index: 11;
    position: relative;
}

.texture-item {
    width: 25%;
    margin: 0 5%;
}

/*.texture-item h2 {*/
/*    font-size: 98px;*/
/*    font-weight: 700;*/
/*    color: #5A6171;*/
/*}*/

.texture-item h3 {
    /*margin-top: -55px;*/
    font-size: 37px;
    font-weight: 800;
    color: #EDCD00;
    margin-left: 27px;
}

.texture-item p {
    color: white;
    margin-left: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
    font-size: 16px;
}


@media screen and (max-width: 1400px) {
    .texture-section {
        padding: 15px 0 15px;
    }

    .texture-item {
        width: 25%;
    }

    .texture-item h2 {
        font-size: 85px;
    }

    .texture-item h3 {
        font-size: 33px;
        margin-left: 24px;
    }

    .texture-item p {
        margin-left: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .texture-section {
        padding: 15px 0 15px;
    }

    .texture-item {
        width: 31%;
        margin: 0 2%;
    }

    .texture-item h2 {
        font-size: 75px;
    }

    .texture-item h3 {
        /*margin-top: -50px;*/
        font-size: 30px;
        margin-left: 22px;
    }

    .texture-item p {
        margin-left: 22px;
    }
}

@media screen and (max-width: 1024px) {
    .texture-section {
        padding: 15px 0 15px;
    }

    .texture-item {
        width: 32.3%;
        margin: 0 1%;
    }

    .texture-item h2 {
        font-size: 55px;
    }

    .texture-item h3 {
        /*margin-top: -40px;*/
        font-size: 25px;
        margin-left: 15px;
    }

    .texture-item p {
        margin-left: 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .texture-section {
        padding: 15px 0 15px;
        display: block;
    }

    .texture-item {
        width: 90%;
        /*margin: 0 1%;*/
    }
    .texture-item h2 {
        font-size: 45px;
    }

    .texture-item h3 {
        /*margin-top: -30px;*/
        font-size: 22px;
        margin-left: 8px;
    }

    .texture-item p {
        margin-left: 8px;
    }
}

@media screen and (max-width: 575px) {
    .texture-section {
        display: block;
    }

    .texture-item h3 {
        /*margin-top: -40px;*/
        font-size: 32px;
        margin-left: 15px;
    }

    .texture-item p {
        margin-left: 15px;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

@media screen and (max-width: 480px) {
    .texture-item {
        width: 100%;
        padding-right: 5%;
    }
}

/*/////////////////   about  ///////////////////////*/


.about {
    display: flex;
    margin-top: 80px;
}

.about-images {
    width: 50%;
    position: relative;
    margin-bottom: 155px;
}

.about-images .first-image {
    position: relative;
    width: 87%;
}

.about-images .first-image img {
    width: 100%;
}

.about-images .first-image::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(7, 8, 12, .8);
}

.about-images .second-image {
    position: absolute;
    top: 13%;
    left: 13%;
    width: 87%;
}

.about-images .second-image img {
    width: 100%;
}

.about-text {
    width: 50%;
    margin-left: 60px;
}

.about-text h1 {
    margin-top: -25px;
    font-size: 80px;
    font-weight: 600;
    color: #EFEFEF;
}

.about-text h2 {
    margin-top: -60px;
    font-size: 69px;
    font-weight: 600;
    color: #303849;
}

.about-text h2 .text-first {
    color: #EDCD00;
    padding-bottom: 13px;
    border-bottom: 5px solid #EDCD00;
}

.about-text p {
    margin-top: 40px;
    font-size: 18px;
}

.about-text h3 {
    color: #303849;
    font-size: 45px;
    font-weight: 700;
}

.about-text ul {
    margin: 7px 0 0;
    padding: 0;
    list-style: none;
}

.about-text ul li {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-top: 14px;
}

.about-text ul li::before {
    content: "\25AA";
    color: #EDCD00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

@media screen and (max-width: 1400px) {
    .about {
        margin-top: 75px;
    }

    .about-images {
        margin-bottom: 0;
    }

    .about-images .second-image {
        top: 11%;
    }

    .about-text {
        margin-left: 45px;
    }

    .about-text h1 {
        margin-top: -25px;
        font-size: 70px;
    }

    .about-text h2 {
        margin-top: -60px;
        font-size: 62px;
    }

    .about-text h2 .text-first {
        padding-bottom: 10px;
    }

    .about-text p {
        margin-top: 35px;
        font-size: 17px;
    }

    .about-text h3 {
        font-size: 40px;
    }

    .about-text ul {
        margin: 5px 0 0;
    }

    .about-text ul li {
        font-size: 15px;
        margin-top: 12px;
    }

}

@media screen and (max-width: 1200px) {
    .about {
        margin-top: 70px;
    }

    .about-images .second-image {
        top: 10%;
    }

    .about-text {
        margin-left: 35px;
    }

    .about-text h1 {
        margin-top: -25px;
        font-size: 55px;
    }

    .about-text h2 {
        margin-top: -60px;
        font-size: 53px;
    }

    .about-text h2 .text-first {
        padding-bottom: 8px;
    }

    .about-text p {
        margin-top: 30px;
        font-size: 16px;
    }

    .about-text h3 {
        font-size: 35px;
    }

    .about-text ul {
        margin: 15px 0 0;
    }

}

@media screen and (max-width: 1024px) {
    .about {
        margin-top: 65px;
    }

    .about {
        display: block;
    }

    .about-images {
        width: 70%;
    }

    .about-images .second-image {
        top: 13%;
    }

    .about-text {
        margin-left: 0;
        width: 80%;
        margin-top: 12%;
    }


    .about-text h1 {
        margin-top: -25px;
        font-size: 70px;
    }

    .about-text h2 {
        margin-top: -60px;
        font-size: 62px;
    }

    .about-text h2 .text-first {
        padding-bottom: 10px;
    }

    .about-text p {
        margin-top: 35px;
        font-size: 17px;
    }

    .about-text h3 {
        font-size: 40px;
    }

    .about-text ul {
        margin: 15px 0 0;
    }

    .about-text ul li {
        font-size: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .about {
        margin-top: 50px;
    }

    .about-images {
        width: 80%;
    }

    .about-text {
        width: 90%;
        margin-top: 15%;
    }

    .about-text h1 {
        margin-top: -25px;
        font-size: 53px;
    }

    .about-text h2 {
        margin-top: -40px;
        font-size: 47px;
    }

    .about-text h2 .text-first {
        padding-bottom: 7px;
    }

    .about-text p {
        margin-top: 30px;
        font-size: 16px;
    }

    .about-text h3 {
        font-size: 30px;
    }

    .about-text ul li {
        margin-top: 8px;
    }
}

@media screen and (max-width: 480px) {
    .about {
        margin-top: 45px;
    }
    .about-text h1 {
        margin-top: -25px;
        font-size: 47px;
    }

    .about-text h2 {
        margin-top: -38px;
        font-size: 44px;
    }

    .about-images {
        width: 100%;
    }
    .about-text h3 {
        font-size: 28px;
    }

    .about-text {
        width: 100%;
        margin-top: 20%;
    }
}


/*//////////////////////////   Service     ////////////////  */


.service-section {
    margin-top: 30px;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 65px;
    background-attachment: fixed;
    /*background-repeat: no-repeat;*/
}

.service-section h2 {
    color: #EDCD00;
    z-index: 2;
    position: relative;
    padding-top: 60px;
    font-size: 37px;
    font-weight: 800;
}

.service-section .service-border {
    border-bottom: 2px solid #EDCD00;
    z-index: 2;
    position: relative;
    padding-top: 20px;
    width: 280px;
    margin: auto;
}

.service-section::after {
    background-color: rgba(7, 8, 12, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.service-section .service-group {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-top: 65px;
}

.service-section .service-group .service-item {
    text-align: center;
    width: 27%;
}

.service-section .service-group .service-item h3 {
    color: #EDCD00;
    font-size: 30px;
    font-weight: 800;
}


.service-section .service-group .service-item p {
    color: #FFFFFF;
    padding: 15px 4% 0;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.service-section .service-group .service-item .item-border {
    color: #FFFFFF;
    width: 81%;
    border-bottom: 1px solid #FFFFFF;
    margin: auto;
    padding-top: 45px;
}

@media screen and (max-width: 1400px) {
    .service-section {
        padding-bottom: 55px;
        margin-top: 5%;
    }

    .service-section h2 {
        padding-top: 55px;
        font-size: 33px;
    }

    .service-section .service-border {
        width: 260px;
    }

    .service-section .service-group {
        padding-top: 55px;
    }

    .service-section .service-group .service-item {
        width: 30%;
    }

    .service-section .service-group .service-item h3 {
        font-size: 27px;
    }


    .service-section .service-group .service-item p {
        padding: 12px 3% 0;
        line-height: 1.7;
    }

    .service-section .service-group .service-item .item-border {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .service-section {
        padding-bottom: 50px;
        margin-top: 4%;
    }

    .service-section h2 {
        padding-top: 50px;
        font-size: 30px;
    }

    .service-section .service-border {
        width: 240px;
    }

    .service-section .service-group {
        padding-top: 50px;
    }

    .service-section .service-group .service-item {
        width: 32%;
    }

    .service-section .service-group .service-item h3 {
        font-size: 25px;
    }


    .service-section .service-group .service-item p {
        padding: 10px 2% 0;
        line-height: 1.6;
    }

    .service-section .service-group .service-item .item-border {
        padding-top: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .service-section {
        padding-bottom: 45px;
        margin-top: 45px;
    }

    .service-section h2 {
        padding-top: 45px;
        font-size: 28px;
    }

    .service-section .service-border {
        width: 210px;
    }

    .service-section .service-group {
        padding-top: 40px;
    }

    .service-section .service-group .service-item {
        width: 33%;
    }

    .service-section .service-group .service-item h3 {
        font-size: 20px;
    }


    .service-section .service-group .service-item p {
        padding: 7px 2% 0;
        line-height: 1.5;
        font-size: 15px;
    }

    .service-section .service-group .service-item .item-border {
        padding-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .service-section {
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .service-section h2 {
        padding-top: 40px;
        font-size: 25px;
    }
    .service-section .service-group{
        display: block;
        padding-top: 10px;
    }
    .service-section .service-group .service-item {
        width: 80%;
        margin: 5% auto 0;
    }
    .service-section .service-group .service-item p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .service-section .service-group .service-item .item-border {
        padding-top: 25px;
        width: 65%;
    }
}

@media screen and (max-width: 480px) {
    .service-section h2 {
        font-size: 23px;
    }
    .service-section {
        padding-bottom: 35px;
        margin-top: 30px;
    }
    .service-section .service-group .service-item {
        width: 90%;
        margin: 5% auto 0;
    }

}


/*//////////////////////////   Products     ////////////////  */



.product-section {
    margin-top: 30px;
    margin-bottom: 55px;
}
.product-section h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 800;
    color: #303849;
}

.product-section .product-border {
    border-bottom: 2px solid #303849;
    margin: 20px auto 30px;
    width: 310px;
}

.product-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-group .product-item {
    width: 48%;
    display: flex;
    margin-top: 3.2%;
    cursor: pointer;
}
.product-group .product-item:nth-child(even) {
    margin-left: 4%;
}

.img-prod {
    width: 43%;
    height: auto;
}

.product-group .product-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-group .product-item .product-text {
    margin-left: 3%;
    width: 100%;
}

.product-group .product-item .product-text h4 {
    margin-top: 2.5%;
    font-size: 18px;
    font-weight: 400;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}


.product-group .product-item .product-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 5%;

}

.product-group .product-item .product-table tr td {
    padding: 7px 35% 7px 15px;
    font-size: 14px;
    color: grey;
    display: flex;
}
.product-group .product-item .product-table tr td:nth-child(even) {
    background-color: #f2f2f2;
}

.product-group .product-item .product-table tr td span{
    font-size: 16px;
    color: black;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.product-second-h4 {
    display: none;
}

@media screen and (max-width: 1400px) {
    .product-section {
        margin-top: 25px;
        margin-bottom: 50px;
    }

    .product-section h2 {
        font-size: 34px;
    }

    .product-section .product-border {
        margin: 17px auto 30px;
        width: 280px;
    }
    .product-group .product-item {
        width: 45%;
    }

    .product-group .product-item .product-text h4 {
        margin-top: 1%;
        font-size: 17px;
    }


    .product-group .product-item .product-table {
        margin-top: 4%;
    }

    .product-group .product-item .product-table tr td {
        padding: 6px 35% 6px 13px;
        font-size: 14px;
    }

    .product-group .product-item .product-table tr td span{
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .product-section {
        margin-top: 25px;
        margin-bottom: 45px;
    }

    .product-section h2 {
        font-size: 31px;
    }
    .img-prod {
        width: 188px;
        height: auto;
    }

    .product-group .product-item img {
        width: 188px;
        height: auto;
    }
    .product-section .product-border {
        margin: 15px auto 25px;
        width: 260px;
    }

    .product-group .product-item .product-text h4 {
        width: 100%;
    }

    .product-group .product-item .product-table tr td {
        padding: 6px 15% 6px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .product-section {
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .img-prod {
        width: 140px;
        height: 140px;
    }

    .product-group .product-item img {
        width: 140px;
        height: 140px;
    }
    .product-section h2 {
        font-size: 28px;
    }

    .product-section .product-border {
        margin: 15px auto 25px;
        width: 235px;
    }

    .product-group .product-item .product-text h4 {
        margin-top: 1%;
        font-size: 15.5px;
        width: 100%;
    }


    .product-group .product-item .product-table {
        margin-top: 2%;
    }

    .product-group .product-item .product-table tr td {
        padding: 3px 5% 3px 8px;
        font-size: 14px;
    }

    .product-group .product-item .product-table tr td span{
        font-size: 14px;
    }
}



@media screen and (max-width: 767px) {
    .product-section {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .product-section h2 {
        font-size: 26px;
    }
    .img-prod {
        width: 202px;
        height: auto;
    }

    .product-group .product-item img {
        width: 202px;
        height: auto;
    }

    .product-section .product-border {
        margin: 12px auto 40px;
        width: 205px;
    }
    .product-group .product-item {
        width: 90%;
        margin-top: 5%;
    }

    .product-group .product-item .product-text h4 {
        margin-top: 0;
        font-size: 17px;
        width: 100%;
    }

    .product-group .product-item .product-table {
        margin-top: 8%;
    }

    .product-group .product-item .product-table tr td {
        padding: 6px 15% 6px 13px;
        font-size: 14px;
    }

    .product-group .product-item .product-text {
        margin-left: 5%;
    }

    .product-group .product-item .product-table tr td span{
        font-size: 15px;
    }
    .product-group {
        width: 100%;
        display: block;
    }
    .product-group .product-item:nth-child(even) {
        margin-left: 0;
    }
}


@media screen and (max-width: 575px) {
    .product-group .product-item {
        width: 100%;
        margin-top: 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-group .product-item .product-text {
        margin-left: 0;
    }
    .product-group .product-item .product-table {
        margin-top: 2%;
    }
    .product-first-h4 {
        display: none!important;
    }
    .img-prod {
        width: 200px;
        height: 200px;
        max-height: 200px;
    }
    .product-group .product-item img {
        width: 200px;
        height: 200px;
        max-height: 200px;
    }
    .product-second-h4 {
        display: block;
        width: 47%;
        margin-left: 3%;
    }
    .product-second-h4 h4{
        font-size: 18px;
        font-weight: 400;
        color: black;
    }
}


/*///////////////////////  Pop Up //////*/


.pop-up-img::-webkit-scrollbar {
    width: 0;
}

.popup-close {
    display: flex;
    justify-content: flex-end;
}
.popup-close i{
    font-family: inherit;
    color: grey;
    font-size: 19px;
    font-weight: 400;
    padding: 2px 8px 6px;
    background-color: lightgrey;
    border-radius: 50%;
    text-align: center;
    transition-duration: 0.1s;
}

.popup-close:hover {
    font-size: 23px;
}

.new-popup {
    z-index: 25 !important;
    opacity: 1 !important;
}

.pop-up::-webkit-scrollbar {
    width: 4px;
}

.pop-up::-webkit-scrollbar-track {
    background: #DCDCDC;
}

.pop-up::-webkit-scrollbar-thumb {
    background-color: #6E6E6E;
    border-radius: 20px;
    border: 3px solid #6E6E6E;
}

.pop-up {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px) saturate(40%) contrast(40%);
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    transition: 0.5s all;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-y: scroll;
}

.pop-up .pop-up-main {
    width: 870px;
    background-color: white;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative;
    padding: 15px 1.5%;
    text-align: left;
    border-radius: 15px;
}

.pop-up-main-img {
    margin-top: 15px;
    width: 100%;
    height: auto;
}

.pop-up-group{
    display: flex;
}
.images-group{
    width: 42%;
    height: auto;
}
.images-group .gallery-swiper img{
    width: 100%;
    height: auto;
}
.pop-up .pop-up-main .pop-up-img {
    margin-top: 10px;
    display: flex;
    flex-wrap: unset;
    overflow-x: scroll;
    flex-direction: row;
    width: 100%;
}
.pop-up .pop-up-main .pop-up-img::-webkit-scrollbar {
    width: 0;
}
.pop-up-img-div {
    width: 16%;
    height: auto;
    margin: 0 0.4%;
}
.pop-up .pop-up-main .pop-up-img img {
    width: 100%;
    height: auto;
}

.pop-up-main:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
}


.popup-text {
    width: 58%;
}

.popup-text .product-text {
    margin-left: 4.5%;
    width: 100%;
}

.popup-text .product-text h4 {
    font-size: 21px;
    font-weight: 400;
    color: black;
}

.popup-text p {
    font-size: 16px;
    width: 95%;
    margin-top: 30px;
    color: grey;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}
.popup-text .product-table {
    border-collapse: collapse;
    width: 85%;
    margin-top: 45px;

}

.popup-text .product-table tr td {
    padding: 8px 35% 8px 15px;
    font-size: 14px;
    color: grey;
    display: flex;
}
.popup-text .product-table tr td:nth-child(even) {
    background-color: #f2f2f2;
}

.popup-text .product-table tr td span{
    font-size: 16px;
    color: black;
    display: flex;
    flex: 1;
    justify-content: flex-end;
}



@media screen and (max-width: 1200px) {
    .pop-up .pop-up-main {
        width: 700px;
    }
    .popup-text .product-text h4 {
        font-size: 20px;
    }
    .popup-text p {
        margin-top: 25px;
    }
    .popup-text .product-table {
        margin-top: 30px;
    }
    .popup-text .product-table tr td {
        padding: 7px 35% 7px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .pop-up .pop-up-main {
        margin-top: 0;
        width: 88%;
    }
    .popup-text .product-text h4 {
        font-size: 18px;
    }
    .popup-text p {
        margin-top: 5%;
    }
    .popup-text .product-table {
        margin-top: 6%;
    }
    .popup-text .product-table tr td {
        padding: 6px 25% 6px 12px;
    }
}

@media screen and (max-width: 767px) {
    .pop-up .pop-up-main {
        width: 100%;
    }
    .popup-text .product-text h4 {
        font-size: 17px;
    }
    .popup-text p {
        margin-top: 4%;
        font-size: 15px;
    }
    .popup-text .product-table {
        margin-top: 4%;
    }
    .popup-text .product-table tr td {
        padding: 5px 15% 5px 10px;
    }
    .popup-text .product-table tr td span{
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .popup-text p {
        /*margin-top: 4%;*/
        font-size: 15px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .popup-text .product-table {
        /*margin-top: 4%;*/
    }
    .popup-text .product-table tr td {
        padding: 4px 10% 4px 8px;
    }
}

@media screen and (max-width: 480px) {
    .pop-up-group {
        display: block;
    }
    .images-group {
        width: 80%;
        margin: auto;
    }

    .pop-up .pop-up-main {
        width: 100%;
        padding: 5px 1.5% 15px 1.5%;
    }

    .pop-up .pop-up-main .pop-up-img {
        margin-top: 10px;
        justify-content: start;
    }
    .pop-up-img-div {
        width: 18.5%;
        height: auto;
        margin-right: 1.3%;
    }
    .pop-up .pop-up-main .pop-up-img img {
        width: 100%;
        height: auto;
    }
    .popup-text {
        width: 87%;
        margin: auto;
    }
}



/*//////////////////////////   Partners     ////////////////  */

.partner-section {
    margin-top: 90px;
}

.partner-section h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 800;
    color: #303849;
}

.partner-section .partner-border {
    border-bottom: 2px solid #303849;
    margin: 20px auto 80px;
    width: 310px;
}

.partner-section .partner-group {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    display: flex;
    /*flex-wrap: unset ;*/
    overflow-x: scroll;
    flex-direction: row;
    width: 100%;
}

.partner-section .partner-group::-webkit-scrollbar {
    width: 0;
}

.partner-section .partner-group li {
    min-width: 16%;
    width: 16%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin: 0 8px;
    /*background: white;*/
}

.partner-section .partner-group li .partner-item-border {
    border-right: 2px solid #CFCFCF;
    height: 25px;
    margin-left: 20px;
}

.partner-section .partner-group li a img {
    width: 90%;
}

@media screen and (max-width: 1400px) {
    .partner-section {
        margin-top: 70px;
    }

    .partner-section h2 {
        font-size: 34px;
    }

    .partner-section .partner-border {
        margin: 17px auto 65px;
        width: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .partner-section {
        margin-top: 55px;
    }

    .partner-section h2 {
        font-size: 28px;
    }

    .partner-section .partner-border {
        margin: 15px auto 45px;
        width: 235px;
    }

    .partner-section .partner-group {
        padding: 0 0 15px 0;
    }

    .partner-section .partner-group li .partner-item-border {
        height: 22px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .partner-section {
        margin-top: 50px;
    }

    .partner-section h2 {
        font-size: 26px;
    }

    .partner-section .partner-border {
        margin: 10px auto 35px;
        width: 205px;
    }

    .partner-section .partner-group li .partner-item-border {
        height: 25px;
        margin-left: 20px;
    }

    .partner-section .partner-group li {
        min-width: 25%;
        width: 25%;
    }

}

@media screen and (max-width: 480px) {
    .partner-section {
        margin-top: 40px;
    }

    .partner-section .partner-group {
        padding: 0 0 10px 0;
    }

    .partner-section .partner-group li .partner-item-border {
        height: 25px;
        margin-left: 15px;
    }

    .partner-section .partner-group li {
        min-width: 37%;
        width: 37%;
    }
}


/*//////////////////////////   Delivery     ////////////////  */

.deliver-section {
    margin-top: 80px;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-bottom: 110px;
    background-attachment: fixed;
}

.deliver-section::after {
    background-color: rgba(12, 16, 33, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.deliver-section h2 {
    color: #EDCD00;
    z-index: 2;
    position: relative;
    padding-top: 120px;
    font-size: 37px;
    font-weight: 800;
}

.deliver-section .deliver-group {
    z-index: 2;
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.deliver-section .deliver-group span {
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
}

.deliver-section .deliver-group .deliver-border {
    border-right: 2px solid #FFFFFF;
    display: block;
    margin: 10px 15px 0;
    height: 20px;
}

@media screen and (max-width: 1400px) {
    .deliver-section {
        margin-top: 65px;
        padding-bottom: 90px;
    }

    .deliver-section h2 {
        padding-top: 100px;
        font-size: 33px;
    }

    .deliver-section .deliver-group {
        padding-top: 35px;
    }

    .deliver-section .deliver-group span {
        font-size: 23px;
    }

    .deliver-section .deliver-group .deliver-border {
        margin: 10px 15px 0;
        height: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .deliver-section {
        margin-top: 55px;
        padding-bottom: 80px;
    }

    .deliver-section h2 {
        padding-top: 90px;
        font-size: 30px;
    }

    .deliver-section .deliver-group {
        padding-top: 30px;
    }

    .deliver-section .deliver-group span {
        font-size: 21px;
    }

    .deliver-section .deliver-group .deliver-border {
        margin: 10px 15px 0;
        height: 17px;
    }
}

@media screen and (max-width: 1024px) {

    .deliver-section h2 {
        padding-top: 70px;
        font-size: 26px;
    }

    .deliver-section {
        margin-top: 45px;
        padding-bottom: 75px;
    }

    .deliver-section .deliver-group {
        padding-top: 20px;
    }

    .deliver-section .deliver-group span {
        font-size: 19px;
    }

    .deliver-section .deliver-group .deliver-border {
        margin: 6px 13px 0;
        height: 17px;
    }
}

@media screen and (max-width: 767px) {
    .deliver-section h2 {
        padding-top: 60px;
        font-size: 23px;
        font-weight: 700;
    }

    .deliver-section {
        margin-top: 25px;
        padding-bottom: 65px;
    }

    .deliver-section .deliver-group {
        padding-top: 17px;
    }

    .deliver-section .deliver-group span {
        font-size: 19px;
    }

    .deliver-section .deliver-group .deliver-border {
        margin: 6px 10px 0;
        height: 15px;
    }
}

@media screen and (max-width: 480px) {
    .deliver-section {
        /*margin-top: 20px;*/
        /*padding-bottom: 55px;*/
    }

    .deliver-section .deliver-group {
        /*padding-top: 15px;*/
        display: block;
    }

    .deliver-section .deliver-group span {
        /*font-size: 16px;*/
        /*font-weight: 500;*/
        display: block;
    }

    .deliver-section .deliver-group .deliver-border {
        display: none;
    }
}


/*//////////////////////////   News     ////////////////  */

.news-section {
    margin-top: 70px;
    padding-bottom: 45px;
}

.news-section h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 800;
    color: #303849;
}

.news-section .news-border {
    border-bottom: 2px solid #303849;
    margin: 20px auto 80px;
    width: 310px;
}

.news-group {
    width: 100%;
}

.news-group .news-item {
    cursor: pointer;
}
.news-group .news-item .new-img{
    overflow: hidden;
}

.news-group .news-item img {
    width: 100%;
    height: auto;
    transition-duration: 1s;
}
.news-group .news-item:hover  img{
    transform: scale(1.1);
}

.news-group .news-item .news-text {
    padding-right: 4%;
    margin-top: 12px;
}

.news-group .news-item .news-text span {
    font-size: 14px;
}

.news-group .news-item .news-text h4 {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.news-group .news-item .news-text p {
    font-size: 16px;
    color: #767676;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

@media screen and (max-width: 1400px) {
    .news-section {
        margin-top: 60px;
        padding-bottom: 40px;
    }

    .news-section h2 {
        font-size: 34px;
    }

    .news-section .news-border {
        margin: 17px auto 65px;
        width: 280px;
    }
}

@media screen and (max-width: 1200px) {
    .news-section {
        margin-top: 55px;
    }

    .news-section h2 {
        font-size: 31px;
    }

    .news-section .news-border {
        margin: 15px auto 60px;
        width: 260px;
    }
}

@media screen and (max-width: 1024px) {
    .news-section {
        margin-top: 48px;
        padding-bottom: 35px;
    }

    .news-section h2 {
        font-size: 28px;
    }

    .news-section .news-border {
        margin: 15px auto 48px;
        width: 235px;
    }

    .news-group .news-item .news-text {
        padding-right: 1%;
        margin-top: 8px;
    }

    .news-group .news-item .news-text h4 {
        margin-top: 4px;
        font-size: 17px;
        font-weight: 800;
    }

    .news-group .news-item .news-text p {
        font-size: 15px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 767px) {
    .news-section {
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .news-section h2 {
        font-size: 26px;
    }

    .news-section .news-border {
        margin: 12px auto 25px;
        width: 205px;
    }

    .news-group {
        width: 80%;
        margin: auto;
    }

    .news-group .news-item .news-text {
        padding-right: 2%;
        margin-top: 12px;
    }

    .news-group .news-item {
        margin-top: 20px;
    }

    .news-group .news-item .news-text h4 {
        margin-top: 10px;
        font-size: 19px;
    }

    .news-group .news-item .news-text p {
        font-size: 15px;
        margin-top: 14px;
    }
}

@media screen and (max-width: 575px) {
    .news-group {
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .news-section {
        margin-top: 35px;
        padding-bottom: 25px;
    }

    .news-section .news-border {
        margin: 10px auto 25px;
        width: 200px;
    }

    .news-group .news-item .news-text {
        padding-right: 1%;
        margin-top: 8px;
    }

    .news-group .news-item {
        margin-top: 10px;
    }

    .news-group .news-item .news-text h4 {
        margin-top: 4px;
        font-size: 17px;
        font-weight: 800;
    }

    .news-group .news-item .news-text p {
        font-size: 15px;
    }
}

