/* style.css */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Reset default styles */
.prm-body {
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #292929;
}

#carrera-fans {
    max-width: 1160px;
    margin: 0 auto;
    background-color: #292929;
    font-family: 'Roboto';
}




.crr-block {
    width: 100%;
}

.crr-column-10 {
    width: 10%;
}

.crr-column-20 {
    width: 20%;
}

.crr-column-30 {
    width: 30%;
}

.crr-column-40 {
    width: 40%;
}

.crr-column-50 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crr-column-60 {
    width: 60%;
}

.crr-column-70 {
    width: 70%;
}

.crr-column-80 {
    width: 80%;
}

.crr-column-90 {
    width: 90%;
}

.crr-column-100 {
    width: 100%;
}
.crr-button {
    background-color: #ffeb46;
    border: 0;
    color: #000 !important;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    max-width: 180px;
    font-weight: bold;
    transition: background-color 0.6s ease, color 0.6s ease, border-color 0.6s ease;
}

.crr-button:hover {
    background-color: #000;
    color: #ffeb46 !important;
    /* border: 1px solid #ffeb46; */
}

.crr-button-li {
    list-style: none;
    margin-top: 5px;
}

.crr-button-li .crr-button {
    display: inline-block;
    padding: 15x;
    background-color: #ffeb46;
    color: #ffffff;
    text-decoration: none;
}

.crr-button-li .crr-button:hover {
    background-color: #000;
}



.crr-couple{
    background-image: url('../images/couple.webp');
    background-size: cover;
    background-position: center;
    height: 450px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 60px;
    margin-top: 20px;
  
}

.crr-couple .crr-title{
    padding: 0;
}

.crr-couple p {
    font-size: 14px;
    line-height: 17px;
    color: #9D9D9D;
}



.crr-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    max-width: 440px;
    padding: 0 0 0 60px;
    margin: 0;

}

.crr-logo{
    max-width: 235px;
    width: 235px;
    height: auto;
    margin-left: 60px;
}

.crr-warranty-icons{
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0 0 0 60px;
    margin-top: 80px;
}

.crr-warranty-icons img{
    width: 128px;
    max-width: 128px;
    height: 128px;
    max-height: 128px;
}

.crr-bottom-madein{
    margin-left: 60px;
    margin-bottom: 30px;
    position: relative;
    bottom: -29%;

}

.crr-content h2 {
    font-family: 'Roboto';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 52px */
    padding: 60px 0 0 0;
    margin: 0;

}

.crr-content p{
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.crr-background{
    background-image: url('../images/head-banner.webp');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 760px;
}

.crr-bottom-madein{
    max-width: 220px;
}

.crr-columns{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
    color: #fff;
}

.crr-fix{
    display: flex;
    flex-direction: row;
}

.crr-firststblock-img1 {
    background-image: url('../images/frame1.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    max-width: 674px;
    width: 674px;
    padding: 20px;
}
.crr-firststblock-img2 {
    background-image: url('../images/frame-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 300px;
    max-width: 626px;
    width: 626px;
    padding: 20px;
}

.crr-firststblock-img3{
    background-image: url('../images/frame-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    max-width: 235px;
    width: 235px;
    padding: 20px;

}

.crr-firststblock-img4{
    background-image: url('../images/frame-4.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    max-width: 536px;
    width: 536px;
    padding: 20px;

}

.crr-firststblock-img5{
    background-image: url('../images/frame-5.png');
    background-position: -42px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    max-width: 509px;
    width: 509px;
    padding: 20px;

}


.crr-block-2{
    height: 590px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* gap: 30px; */
    background-color: #171717;
    color: #fff;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.crr-block-2-img{
    min-height: 508px;
    height: 508px;
    width: 580px;
    min-width: 580px;
}

.crr-block-2-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.crr-block-2-content .crr-button{
    margin-top: 10px;
}


.crr-block-3{
    height: 590px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 30px;
    background-color: #171717;
    color: #fff;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.crr-title{
    font-size: 32px;
    line-height: 35px;
    padding: 0px 32px 0px 32px;
    font-weight: bold;
}

.crr-list{
    font-size: 14px;
    line-height: 17px;
    padding: 0px 50px 0px 50px;
    color: #9D9D9D;
    
}

.crr-list li{
    padding-bottom: 8px;
}

.crr-cta{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-image: url(..//images/bottom-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 620px;
    height: 620px;
}

.crr-cta p{
    color: #fff;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
}


.crr-cta .crr-button{
    max-width: 400px;
}





.slider {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
  
  .slide.active {
    opacity: 1;
    transform: translateX(0);
  }
  
  .slide.prev {
    transform: translateX(-100%);
  }
  
  .slide.next {
    transform: translateX(100%);
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  
.controls button {
    font-size: 30px;
    padding: 10px 20px;
    background-color: #000;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: center;
    transition: background-color 0.6s ease;
    margin: 20px;
}

.controls button:hover {
    background-color: #ffeb46;
}

 .crr-final{
    background-image: url('../images/Frame1321315410.webp');
    min-height: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
  }

  .crr-slider{
    margin-top: 20px;
  }
  
/* Mobile styles */
@media (max-width: 375px) and (min-width: 320px) {
    .crr-bottom-madein {
        margin-left: 20px;
        bottom: -341px !important;
    }
}

@media (max-width: 767px) and (min-width: 376px) {
    .crr-bottom-madein {
        margin-left: 20px;
        bottom: -343px !important
}
}


@media (max-width: 767px) {


    .crr-background{
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 740px;
        background-image: url('../images/head-banner-mobile.webp');
    }

    .crr-warranty-icons{
        margin-top: 24px;
        padding: 0 0 0 20px;
    }

    .crr-warranty-icons img{
        width: 90px;
        height: 90px;
    }

    .crr-couple{
        background-image: url('../images/couple-bg-mob.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        height: 600px;
        align-items: flex-start;
        width: 90%;
        margin: 20px auto 0;
        padding: 0;
        
    }

    .crr-couple p br{
        display: none;
    }

    .crr-couple .crr-button{
        margin-top: 0;
    }

    .crr-couple .crr-block-2-content{
        gap: 10px;
    }
    
    


    .crr-content {
        padding: 23px 0px 0px 20px;
        width: 80%;
    }

    .crr-logo {
        margin-left: 20px;
        width: 130px;
        max-width: 130px;
    }



    .crr-content h2 {
        font-size: 26px;
        line-height: 27px;
        padding: 10px 34px 0 0;
    }

    .crr-content p {
        font-size: 14px;
        line-height: 17px;
        padding-right: 52px;
    }

    .crr-columns {
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
        width: 100%;
        overflow: hidden;
    }

    .crr-block-1{
        width: 90%;
        margin: 0 auto;
    }

    .crr-mobile-column{
        width: auto;
        padding-top: 30px;
    }

    .crr-firststblock-img1,.crr-firststblock-img2, .crr-firststblock-img5 {
        min-height: 200px;
        max-width: 100%;
        width: 95%;
        padding: 10px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 15px;
        background-position: bottom;
    }

    .crr-firststblock-img3{
        height: 200px;
        min-height: 200px;
        width: 120px;
        max-width: 120px;
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
        background-position: -24px -4px;
        background-size: 180%;
    }

    .crr-firststblock-img4{
        height: 200px;
        min-height: 200px;
        width: 236px;
        max-width: 236px;
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
        background-position: -20px;
    }

    .crr-block-2 {
        height: auto;
        flex-direction: column-reverse;
        gap: 20px;
        width: 90%;
        overflow: hidden;
        margin: 15px auto 0; /* Add this line to center the block and add top margin */
    }

    .crr-block-2-img {
        min-height: 100%;
        height: auto;
        width: 78%;
        min-width: 78%;
    }

    .crr-block-2-content {
        padding: 20px;
    }

    .crr-block-3{
        height: auto;
        flex-direction: column-reverse;
        gap: 20px;
        width: 90%;
        margin: 15px auto 0; /* Add this line to center the block and add top margin */
        overflow: hidden;

    }

    .crr-title {
        font-size: 24px;
        line-height: 28px;
        padding: 0px 27px 0px 20px;
    }

    .crr-list {
        font-size: 12px;
        line-height: 15px;
        padding: 0 35px 0 35px;
    }

    .crr-cta{
        margin-top: 20px;
        background-image: url('../images/bottom-bg-mob.webp');
        background-position: bottom center;
        height: 600px;
        min-height: 600px;
        padding-top: 40px;

    }

    .crr-cta p {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 0 39px;
    }

    .crr-cta p br{
        display: none;
    }

    .crr-cta .crr-button {
        max-width: 250px;
    }

    .slider {
        height: 200px;
    }

    .controls button {
        font-size: 24px;
        height: 42px;
        width: 42px;
        border-radius: 26px;
    }

    .crr-final {
        min-height: 122px;
        height: auto;
        background-position: center;
    }

    .crr-slider {
        margin-top: 20px;
    }

    .crr-button{
        font-size: 14px;
        line-height: 100%;
    }

    .slide img{
        object-fit: contain;
    }

    .crr-mobile-flex{
        display: flex;
        flex-direction: column;
        gap: 15px;
        overflow: hidden;
    }

    .custom-flex-mob{
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

}

@media (max-width: 320px) {
    .crr-background{
        height: 520px;
    }

    .crr-bottom-madein{
        bottom: -107px;
    }

    .crr-content h2{
        padding: 8px 0 0 0;
    }

    .crr-firststblock-img4{
        background-position: center bottom;
        background-size: 136%;
        background-color: #303030;
    }

    .crr-firststblock-img2{
        background-position: bottom right;
    background-size: 95%;
    background-color: #303030;
    }

    .crr-firststblock-img1{
        background-position: bottom right;
        background-size: 107%;
        background-color: #303030;

    }

    .crr-firststblock-img3{
        background-color: #303030;
        background-position: center bottom;
        background-size: 104%;

    }


    .crr-block-2-img{
        max-width: 288px;
        height: 252px;
        min-height: 252px;
    }

    .crr-title{
        font-size: 20px;
        line-height: 23px;
    }



}

@media (min-width: 768px) and (max-width: 920px) {

    .crr-cta {
        background-image: url(../images/bottom-bg-mob.webp);
        background-size: cover;
        background-position: -4px 52%;
    }


    .crr-firststblock-img4{
        background-position: -34px bottom;
        background-size: 168%;
        background-color: #303030;
        max-width: 220px;
        width: 220px;
    }

    .crr-firststblock-img2{
        background-position: bottom right;
    background-size: 134%;
    background-color: #303030;
    }

    .crr-firststblock-img1{
        background-position: bottom right;
        background-size: 107%;
        background-color: #303030;

    }

    .crr-firststblock-img3{
        background-color: #303030;
        background-position: center bottom;
        background-size: 104%;
        width: 120px;
        max-width: 120px;

    }

    .crr-firststblock-img5{
        background-size: 136%;
        background-position: bottom left;
    }

    .crr-block-1{
        width: 95%;
        margin:  0 auto;
    }

    .crr-block-2, .crr-block-3 {
        width: 95%;
        margin: 20px auto;
        height: auto;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 29px;
    }

    .crr-block-2-img{
        width: 580px;
        max-width: 580px;
        height: 508px;
        min-height: 508px;
        min-width: 580px;
    }

    .crr-mobile-column{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .crr-cta p {
        padding-left: 50px;
        padding-right: 50px;
    }

    .crr-cta p br {
        display: none;
    }

    .custom-flex-mob{
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .crr-content p{
        width: 350px;
    }

    .crr-bottom-madein {
        bottom: -26%;
    }

   
}

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

    .crr-firststblock-img4{
        background-position: center bottom;
        background-size: 136%;
        background-color: #303030;
        width: 390px;
        max-width: 390px
    }

    .crr-firststblock-img2{
        background-position: bottom right;
    background-size: 95%;
    background-color: #303030;
    }

    .crr-firststblock-img1{
        background-position: bottom right;
        background-size: 107%;
        background-color: #303030;

    }

    .crr-firststblock-img3{
        background-color: #303030;
        background-position: center bottom;
        background-size: 104%;
        width: 150px;
        max-width: 150px;

    }

    .crr-firststblock-img5{
        background-size: 177%;
        background-position: -63px -17px;
    
    }

    .crr-block-2-img{
        min-width: 500px;
        max-width: 500px;
        width: 500px;
        min-height: 553px;
        max-height: 553px;
    }
    
    .crr-block-2, .crr-block-3{
        align-items: flex-end;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .crr-list{
        padding-bottom: 50px;
    }
    .crr-block-3{
        padding-top: 50px;
    }

    .custom-flex-mob{
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .crr-block-1{
        width: 95%;
        margin: 0 auto;
    }

    

}






