:root{
    --primary-color: #EDEDED;
    --secondary-color: #E2D6CC;
}

.bg-site-primary{
    background-color: var(--primary-color);
}
.bg-site-secondary{
    background-color: var(--secondary-color);
}

.site-radius-primary{
    border-radius: 50px;
}

body{
    font-family: secondary;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* img{
    width: 100%;
} */

.carousel-indicators button{
    border-radius: 50%;
    height: 10px !important;
    width: 10px !important;
    border: 1px solid #ffffff !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

.carousel-indicators .active{
    background-color: #ffffff !important;
}

.home-banner{
    padding-top: 90px;
    padding-bottom: 20px;
}

.logo-img img{
    margin-bottom: 60px;
    width: 400px;
    object-fit: cover;
    object-position: center;
}

.rounded-img-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border: 1px solid #000;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    padding: 30px 40px;
}
.rounded-img-box img{
    width: 200px;
    height: auto;
    height: 250px;
    z-index: -1;
    object-fit: cover;
}

.rounded-img-box a{
    color:#000000;
    text-decoration: none;
    text-align: center;
    margin-top: 12px;
    font-size: 22px;
    line-height: 32px;
    font-family: secondary;
    font-weight: 400;
}

.home-banner .nav-link{
    text-decoration: underline;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
    line-height: 32px;
    font-family: secondary;
    font-weight: 400;
}

.home-banner .nav-link:hover{
    color: var(--secondary-color);
}

.home-banner .nav-link:active{
    color: var(--secondary-color);
}

.image-slider-section .carousel-item{
    height: 700px;
}
.image-slider-section .carousel-item> img{
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.image-slider-banner{
    width: 100%;
    height: 100%;
    background-image: url(../images/Iconiq_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.image-slider-banner-content{
    width: 40%;
    max-width: 100%;
    
}

.image-slider-banner-content .banner-logo img{
    width: 300px;
    height: auto;
    margin-bottom: 120px;
}

.image-slider-banner-content h3{
    font-family: secondary;
    font-size: 38px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.image-slider-banner-content img{
    width: auto;
    height: 43px;
    margin-bottom: 50px;
    display: block;
}

.image-slider-banner-content a{
    border: 1px solid #ffffff;
    padding: 13px 35px;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-family: secondary;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.performance-and-irreverence h5{
    color: #000000;
}

.performance-box{
    background-color: var(--primary-color);
    border-radius: 50px;
    height: 100%;
    padding: 50px 40px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.performance-box h4{
    text-transform: uppercase;
    color:#000000;
    font-size: 41px;
    line-height: 35px;
}

.performance-box p{
    font-family: secondary;
    margin-top: 20px;
    text-transform: uppercase;
    color:#000000;
    font-size: 16px;
    font-weight: 600;
}

.performance-box img{
    width: 150px;
    height: auto;
}

.performance-image-slider .carousel-item{border-radius: 35px;height: 500px;}
.performance-image-slider .carousel-item img, .performance-image-slider .carousel-item video{
    width: 100%;
    height: 500px;
    border-radius: 50px;
    object-fit: cover;
    object-position: bottom;
    /* object-position: center 33%;
    transform: scale(4); */
}

.performance-image-slider .carousel-control-next{
    top: 45%;
    right: 46%;
    height: 76px;
    width: 76px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 1;
}

.performance-image-slider .carousel-control-prev{
    display: none;
}

.discover-the-perfect h5{
    color: #000000;
}

.discover-the-perfect-colored{
    background-color: var(--secondary-color);
}

.discover-the-perfect-boxs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    /* height: 100%; */
}

.discover-the-perfect-boxs img{
    /*width: 100%;*/
    height: 200px;
    object-position: left top;
    /*object-fit: cover;*/
}

.discover-row{
    display: grid;
    /*grid-template-columns: 30% 20% 15% 15% 15%;*/
    grid-template-columns: auto auto auto auto auto;
    gap: 15px;
}

/*.discover-the-perfect-boxs .discover-image2{*/
/*    width:215px;*/
/*}*/

/*.discover-the-perfect-boxs .discover-image3{*/
/*    width:183px;*/
/*}*/

/*.discover-the-perfect-boxs .discover-image4{*/
/*    width:108px;*/
/*}*/

/*.discover-the-perfect-boxs .discover-image5{*/
/*    width:111px;*/
/*}*/

.discover-the-perfect-boxs h6{
    text-transform: uppercase;
    color:#000000;
    margin-bottom: 0px;
    word-spacing: 350px;
    word-break: break-all;
    font-family: primary;
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
}

.discover-the-perfect-boxs p{
    color:#000000;
    font-size: 14px;
    line-height: 20px;
}

.from-the-origin h5{
    color: #000000;
}

.from-the-origin-box{
    background-color: var(--primary-color);
    border-radius: 50px;
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 30px;
    align-items: center;
}

.from-the-origin-box img, .from-the-origin-box svg{
    width: 80px;
    height: 200px;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

/* .from-the-origin-box-mask3{
 -webkit-mask-image: url(../images/mask3.svg);
  mask-image: url(../images/mask3.svg);
  mask-repeat: no-repeat;  
} */

.from-the-origin-box-no-img{
    justify-content: end;
    padding: 30px;
}

.from-the-origin-box h5{
    text-transform: uppercase;
    color:#000000;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    word-spacing: 300px;
}

.from-the-origin-box p{
    margin-bottom: 0px;
    color:#000000;
    font-size: 13px;
    line-height: 22px;
}

.from-the-origin-box-no-img p{
    font-size: 16px;
    line-height: 20px;
}

.from-the-origin-box-bg-img{
    width: 100%;
    height: 450px;
    border-radius: 50px;
    background-image: url(../images/Recicla.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 15px;
}

.from-the-origin-box-bg-img div{
    width: 30%;
    text-align: center;
}

.from-the-origin-box-bg-img div img{
    width: 150px;
    height: auto;
    margin-bottom: 30px;
}

.from-the-origin-box-bg-img div h6{
    font-size: 24px;
    line-height: 28px;
    font-family: secondary;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.from-the-origin-box-bg-img div p{
    font-size: 20px;
}

.choos-product h5{
    color: #000000;
}

.product-grid .carousel-item img{
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
}

.product-image img{
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
}

.product-description{
    padding: 40px 15px;
}

.product-description h6{
    color:#000000;
    font-family: primary;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.product-description p{
    text-transform: uppercase;
    font-family: secondary;
    font-weight: 600;
    font-size: 12px;
    color:#000000;
}

.product-description img{
    width: 60%;
    height: auto;
}

.product-attributes p{
    font-size: 10px;
    font-weight: 500;
    font-family: secondary;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #000000;
}

.product-attributes ul{list-style: none;padding-left: 0px;}
.product-attributes ul li{
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    border-radius: 50%;
}

.product-description a{
    padding: 5px 25px;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    font-family: secondary;
    font-weight: 500;
    transition: .5s;
    text-transform: uppercase;
}

.product-description a:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}