@font-face {
    font-family: 'gotham_book';
    src: url(../fonts/gotham book font.otf);
}
@font-face {
    font-family: 'gotham_bold';
    src: url(../fonts/gotham bold.otf);
}
body {
    font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6, p, label, span, a, small,button {
    font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif;
}

.form-control:focus{
    box-shadow: none;
}
/*Lang switcher*/
.header-lang-switcher-text{
    font-size: 14px;
    position: absolute;
    right: 57px;
    top: 5px;
    width: 100%;
    color: #48321B;
}
.header-lang-switcher .onoffswitch {
    top: 50%;
    margin-left: auto;
    position: relative;
    width: 60px;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.header-lang-switcher .onoffswitch-checkbox {
    display: none;
}

.header-lang-switcher .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 20px;
}

.header-lang-switcher .onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.header-lang-switcher .onoffswitch-inner:before,
.header-lang-switcher .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.header-lang-switcher .onoffswitch-inner:before {
    content: "Ar";
    padding-left: 10px;
    background-color: #48321B;
    color: #fff;
    line-height: 25px;
}

.header-lang-switcher .onoffswitch-inner:after {
    content: "Fr";
    padding-right: 10px;
    background-color: #48321B;
    color: #fff;
    text-align: right;
    line-height: 25px;
}

.header-lang-switcher .onoffswitch-switch {
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    background: #fff;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 36px;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.header-lang-switcher .onoffswitch-switch i, .header-lang-switcher .onoffswitch-switch svg {
    color: white;
    padding: 7px 10px;
    font-size: 14px;
}

.header-lang-switcher .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.header-lang-switcher .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 3px;
    background-color: #fff;
}
/*End lang switcher*/

/*Header*/
.index-header{
    position: absolute;
    width: 100%;
    z-index: 999;
}
.footer-last-data{
    padding-top: 30px;
}
.footer-last-data p{
    margin: 0;
}
.footer-developed-text{
    text-align: right;
}
.bg-light{
    background-color: transparent !important;
}
.header-menu .navbar-brand img{
    width: 170px;
}
.navbar-light .navbar-nav .nav-link {
    color: #48321B;
    padding: 10px 30px;
    padding-top: 23px;
    /*    text-shadow: 2px 1px 5px #d4d4d4;*/
}
.header-menu .navbar-expand-lg .navbar-nav .dropdown-menu{
    background-color: #c7b299;
    left: 30px;
    /*    width: 200px;*/
}
.header-menu .dropdown-item{
    color: #48321B;
}
.product-first-section .flickity-prev-next-button{
    background-color: #c7b299 !important;
}
.product-first-section .flickity-prev-next-button .arrow{
    fill: #fff;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
    text-decoration: underline;
}
/*End header*/

/*Main section*/
.index-top-section{
    height: 110vh;
    overflow: hidden;
}
.index-main-img{
    /*    background-image: url(../images/main-banner.png);*/
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 30%;
    img-align: center;
}
.index-top-sec-text-data{
    text-align: right;
    max-width: 65%;
    margin-left: auto;
}
.index-main-img-text{
    position: absolute;
    bottom: 0;
    right: 12%;
    color: #48321B;
}

.index-top-section .carousel-cell{
    width: 100%;
}
.index-lsider-all-data{
    text-align: left;
    height: 300px;
}
.index-main-slider-top{
    background-color: transparent !important;
    /*background-image: url(../images/main-banner.jpg);*/
    background-size: cover;
    background-position: left 80%;
}
.index-main-slider-top .index-product-slider{
    background-color: transparent !important;
    position: relative;
}
.index-main-slider-top .index-product-slider img{
    position: absolute;
    right: 0;
    top: 100px;
    margin: 0;
    max-width: 100%;
}
.index-main-slider-top .flickity-prev-next-button{
    background-color: #0dacc9 !important;
}
.index-main-slider-top .index-product-text{
    color: #48321B;
    max-width: 60%;
    margin-left: auto;
    padding-top: 0;
}
.main-top-product-img{
    max-width: 100%;
    position: absolute;
    right: 12%;
    top: 30%;
}
.text-blue-color{
    color: #48321B;
}
/*End Main section*/

/*Box slider*/
/* Slider */
.carousel-indicators li{
    background-color: #48321B;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    overflow: hidden;
}
.index-box-text-data{
    position: absolute;
    top: 60px;
    padding: 0 25px;
    z-index: 99;
    right: 0;
}
#navbarSupportedContent{
    float: right;
}
.header-lang-switcher{
    position: fixed;
    right: 10%;
    top: 15px;
}
.white-background{
    background-color: #fff!important;
}
.index-boxs-slider .how-overlay{
    background-color: rgba(0, 0, 0, 0.15);
}
.index-box-left{
    left: 20px;
    right: auto;
    text-align: left;
}
.text-blue-color h2, .text-blue-color p{
    color: #00acc8;
}
.index-boxs-slider .col-sm-3, .index-boxs-slider .col-sm-6{
    padding: 0;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-slide>div {
    height: 199px;
    overflow: hidden;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
/*.slick-loading .slick-list {
    background: white url(./ajax-loader.gif) center center no-repeat;
}*/
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    outline: none;
}
.slick-slide img {
    display: block;
}
.slick-slide img.slick-loading {
    background: white url(./ajax-loader.gif) center center no-repeat;
    padding-bottom: 100%;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:focus,
.slick-next:focus {
    outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
.slick-prev:before {
    content: '\2190';
}

.slick-next {
    right: -25px;
}
.slick-next:before {
    content: '\2192';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2022';
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
/*table*/
.distributor-section .wrapper {
    padding-top: 50px;
}

.distributor-section .table {
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}
@media screen and (max-width: 580px) {
    .distributor-section .table {
        display: block;
    }
}

.distributor-section .row-table {
    display: table-row;
    background: #f6f6f6;
}
.distributor-section .row-table:nth-of-type(odd) {
    background: #e9e9e9;
}
.distributor-section .row-table.header {
    font-weight: 900;
    color: #ffffff;
    background: #80cdf1;
}
.distributor-section .row-table.green {
    background: #27ae60;
}
.distributor-section .row-table.blue {
    background: #2980b9;
}
@media screen and (max-width: 580px) {
    .distributor-section .row-table {
        padding: 14px 0 7px;
        display: block;
    }
    .distributor-section .row-table.header {
        padding: 0;
        height: 6px;
    }
    .distributor-section .row-table.header .cell {
        display: none;
    }
    .distributor-section .row-table .cell {
        margin-bottom: 10px;
    }
    .distributor-section .row-table .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.distributor-section .cell {
    padding: 6px 12px;
    display: table-cell;
}
@media screen and (max-width: 580px) {
    .distributor-section .cell {
        padding: 2px 16px;
        display: block;
    }
}
/*end table*/
.content {
    width: 80%;
    margin: auto;
}
/* Dots */
.slick-slider {
    margin-bottom: 30px;
}
.distributor-section{
    padding-top: 150px;
}
.distributor-section .product-text-data h1{
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -70px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: #00acc8;
    display: block;
    height: 11px;
    width: 11px;
    border-radius: 50px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
    position: absolute;
    top: -5px;
    left: -4.8px;
    content: '\2022';
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-box-data {
    min-height: 200px;
    color: #fff;
    padding: 20px 10px;
    background-size: cover;
}
.index-box-left a{
    color: #101d61;
}
.index-box-img {
    height: 220px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.index-box-text-data h2{
    font-size: 20px;
    font-family: 'Gotham_Bold';
}
.index-box-text-data p{
    /*    white-space: pre-line;*/
    font-size: 13px;
}
.dark-color h2, .dark-color p, .dark-color a , .dark-color p a{
    color: #101d61;
}
.index-boxs-slider .carousel-indicators{
    bottom: -50px;
    margin: 0;
    right: 10%;
    left: auto;
}
.carousel-inner{
    max-height: 430px;
}
.index-box-text-data a{
    color: #fff;
}
.index-product-mobile{
    display: none;
}
.index-boxs-slider{
    padding-top: 0 !important;
}
/*End box slider*/

/*index text*/
.index-main-slide-img{
    position: relative;
}
.index-main-slide-img img{
    max-width: 200px;
    position: absolute;
    right: 0;
    top: -390px;
}
.bold-text{
    font-family: 'Gotham_Bold';
}
.index-text-more{
    font-size: 18;
    color: #48321B;
    padding: 50px 0;
    text-decoration: underline;
}
.index-text-more-link{
    text-align: right;
}
.index-text-more-link a{
    color: #48321B;
}
/*End index text*/

/*index people*/
.index-people-img{
    color: #fff;
    background-image: url('../images/people-back.jpg');
    background-size: cover;
    height: 500px;
    margin-top: 50px;
}
.how-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 9;
    height: 500px;
}
.index-people-img-text{
    z-index: 9;
    position: relative;
}
/*End index people*/

/*index product slider*/
.index-product-slider{
    color: #fff;
    background-color: #00acc8;
    padding: 50px 0;
    padding-bottom: 20px;
    min-height: 470px;
    background-position: bottom;
    background-size: auto;
    padding-bottom: 0 !important;
}
.index-product-slider .carousel-cell {
    width: 100%;
}
.index-product-slider img{
    margin-left: -20px;
    margin-top: 30px;
    max-width: 300px;
}
.index-product-text {
    padding-top: 100px;
    padding-right: 20px;
}
.main-index-slider-product img{
    margin-left: -10px;
    margin-top: 85px;
    max-width: 200px;
    max-height: 200px;
}
.main-index-slider-product .flickity-viewport{
    height: 400px !important;
}
.product-acual-product-page .flickity-viewport{
    min-height: 460px; 
}
.product-acual-product-page .col-lg-12 h1{
    padding-top: 120px;
}

.main-index-slider-product .index-product-slider{
    padding: 0;
    min-height: inherit;
    position: relative;
}
/*.main-index-slider-product .flickity-viewport{
    max-height: 500px;
    overflow: hidden;
}*/
.index-product-slider p.read-more a {
    color: #fff;
}
.index-product-slider .flickity-prev-next-button .arrow, .index-client .arrow{
    fill: #fff;
}
.index-product-slider .flickity-prev-next-button, .index-client .flickity-prev-next-button{
    background: transparent;
}

/*End index product slider*/

/*index contact form*/
.index-contact-form select{
    max-width: 50%;
}
.index-contact-form{
    background-image: url('../images/index-contact-background-min.png');
    background-size: cover;
}
.index-contact-form h2{
    color: #00acc8;
}
.index-contact-form p{
    color: #567483;
}
.index-contact-form button{
    background-color: #00acc8;
    color: #fff;
    text-transform: capitalize;
}
.index-contact-form .form-control{
    color: #567483;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #567483;
}
::-moz-placeholder { 
    color: #567483;
}
:-ms-input-placeholder { 
    color: #567483;
}
:-moz-placeholder {
    color: #567483;
}
/*End index contact form*/

/*index client*/
.index-client .carousel-cell {
    width: 20%;
    height: 200px;
    margin-left: 3%;
    text-align: center;
}
.index-client{
    background-color: #e6e7ec;
}
.index-client h2{
    color: #00acc8;
}
.index-client .carousel-cell img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 150px;
}
/*End index client*/

/*Footer*/
footer{
    background-color: #0d2449;
    color: #f6f7fa;
}
footer a{
    color: #fff;
}
.footer-left-data p{
    max-width: 75%;
}
.footer-p-link{
    margin-bottom: 0;
}
footer .form-control{
    height: calc(2em + .75rem + 3px);
    border-radius: 0;
    border: 0;
}
footer .input-group-text{
    border-radius: 0;
    background-color: #80cdf1;
    border-color: #80cdf1;
}
footer .input-group-text a{
    text-decoration: none;
}
footer .input-group-text:focus{
    outline: none
}
footer .input-group-text i{
    color: #fff;
}
.footer-phone-badge{
    text-align: right;
}
.footer-phone-badge a{
    margin-bottom: 10px;
    float: right;
}
.footer-menu-data ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu-data h3{
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.footer-small-text{
    font-size: 13px;
}
/*End footer*/

/*Product page*/
/*.product-first-section{
    padding: 80px 0;
    padding-bottom: 30px;
}*/
.product-first-section .carousel-cell{
    width: 100%;
}
.product-first-section .flickity-prev-next-button{
    background: transparent;
}
.product-text-data h1{
    font-size: 30px;
    margin-bottom: 30px;
}
.product-text-data h2{
    font-size: 20px;
}
.product-text-data p{
    color: #567483;
}
.product-man-water-img{
    position: relative;
}
.product-man-text-img{
    /*    position: absolute;
        top: 0;
        right: 0;
        max-width: 50%;*/
    padding: 40px 20px;
}
.product-cup-img{
    text-align: right;
}
.product-cup-img img{
    max-width: 200px;
}
.product-man-water-img p{
    color: #101d61;
}
.product-man-water-img h2{
    color: #00acc8;
    margin-bottom: 30px;
}
/*End product page*/

/*Inner product page*/
.product-inner-img-second{
    text-align: right;
}
.inner-product-second-section{
    background-color: #00acc8;
    color: #fff;
    padding-bottom: 40px !important;
}
.inner-product-text-data p{
    margin-top: 30px;
}

.inner-product-text-data-color p{
    color: #b0bec5;
}


.inner-product-shadow{
    position: absolute;
    left: 80px;
    top: -30px;
}
.inner-product-main-img{
    z-index: 9;
    position: relative;
    max-width: 150px;
}
.inner-product-propites ul{
    padding-left: 20px;
}
.inner-product-prop-down{
    color: #567483;
    margin-top: 40px;
}
.inner-product-propites li p{
    margin-bottom: 5px;
}
.inner-product-description {
    text-align: center;
}
.inner-product-row-data{
    margin-bottom: 40px;
}
.inner-product-last-section .product-inner-img-second{
    text-align: left;
}
.inner-product-last-section .inner-product-shadow{
    left: -85px;
    top: -70px;
}
/*End inner product page*/

.section-padding{
    padding: 30px 0;
    padding-bottom: 20px;
}
footer .row.mt-5{
    margin-top: 1rem!important;
}
.product-new-padding{
    padding:0;
}
.mobile-header{
    display: none;
}
.content-page-data{
    padding-top:150px;
}
@media(max-width: 992px) {
    .index-top-sec-text-data{
        max-width: 100%;
    }
    .distributor-section{
        padding-top: 30px;
    }
    .index-main-slider-top .index-product-text{
        max-width: 100%;
    }
    .index-main-slider-top{
        background-position: bottom;
    }
    .index-contact-form h2{
        font-size: 22px;
    }
    .index-contact-form button{
        font-size: 15px;
    }
    .index-contact-form .col-lg-4 h2{
        margin-top: 20px;
    }
    footer h3, footer h2{
        font-size: 24px;
    }
    .footer-phone-badge a{
        float: left;
    }
    .inner-product-description{
        max-width: 200px;
        margin-bottom: 30px;
    }
    .index-product-mobile{
        display: block;
    }
    .index-slider-product-desctop{
        display: none;
    }
    .index-box-right a {
        color: #fff;
    }
    .index-box-right h2, .index-box-left h2{
        font-size: 18px;
    }
    .inner-product-shadow{
        display: none;
    }
    .inner-product-main-img{
        max-width: 100px;
    }
    .product-inner-img-second {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        display: none;
    }
    .index-contact-form select {
        max-width: 100%;
    }
    .index-main-img-text {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .slick-slide>div {
        margin-bottom: 10px;
    }
    .index-main-img{
        height: auto;
    }
    .index-top-section {
        height: 100vh;
    }
    .main-top-product-img{
        max-width: 80px;
    }
    .footer-menu-data h3 {
        font-size: 18px;
    }
    .footer-menu-data a {
        font-size: 14px;
    }
    .mobile-header{
        display: block;
    }
    .header-menu {
        display: none;
    }
    .header-lang-switcher{
        position: absolute;
        top: 5px;
        right: 15%;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .index-product-slider{
        text-align: center;
        padding-top: 15px;
    }
    .footer-menu-data ul{
        margin-bottom: 35px;
    }
    .index-client .carousel-cell {
        width: 100%;
        margin-left: 0;
    }
    .index-client .carousel-cell img{
        left: 0;
        right: 0;
        max-width: 100%;
    }
    .product-man-text-img{
        position: relative;
        max-width: 100%;
    }
    .product-cup-img {
        text-align: center;
    }
    .bg-light{
        z-index: 9;
    }
    .index-product-text{
        padding-top: 10px;
    }
    .mobile-header nav{
        padding: 0;
    }
    .mobile-header .navbar-light .navbar-toggler , .navbar-brand{
        margin: 10px;
    }
    #navbarSupportedContent{
        background-color: #fff;
    }
    h2{
        font-size: 25px;
    }
    .footer-last-data p{
        font-size: 12px;
    }
    .main-index-slider-product img{
        margin-top: 0;
        max-width: 100px;
    }
    .product-acual-product-page .col-lg-12 h1 {
        padding-top: 0;
        font-size: 30px;
    }
    .section-padding {
        padding: 20px 0;
        padding-bottom: 20px;
    }
    .navbar-brand img{
        max-width: 150px;
    }
    footer .form-control{
        height: calc(1.2em + .75rem + 3px);
    }
    .flickity-prev-next-button{
        width: 30px;
        height: 30px;
    }
    .index-product-text h3{
        font-size: 22px;
    }
    .read-more{
        margin-bottom: 0;
    }
}
@media(min-width: 1700px) {
    .index-main-img-text{
        bottom: 10%;
    }
    .main-top-product-img{
        max-width: 12%;
    }
}
