@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* html{
  overflow-x: hidden;
} */

body{
  overflow-x: hidden;  
  margin: 0;
}

/* html{
    overflow-x: hidden;
} */

/* *{
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
} */

.main-section{
    background-image: url("/assets/images/header15C.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    justify-content: end;
    padding: 0 20px;
}

.content-section{
    max-width: 450px;
    margin-right: 200px;
    margin-top: 150px;
    text-align: center;
}

.content-section img{
    width: 250px;
    margin: 20px auto;
}

.content-section h3{
    font-weight: bold;
    font-size: 24px;
    font-family: DM Sans;
    margin: 0;
    line-height: 31px;
    letter-spacing: 0.3px;
}

.feature-section{
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.inner-section{
    max-width: 800px;
    width: 100%;
    display: grid;
    gap: 20px;
}

.card1{
    height: 300px;
    align-content: center;
    background: url("/assets/images/battery15c.webp") no-repeat center / cover;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.card-content{
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 300px;
    margin-left: 80px;
}

.card-content h3{
    font-family: dm Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin: 0;
    margin-bottom: 3px;
}

.card-content p{
    font-family: dm Sans;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

.grid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card2{
    background: url("/assets/images/refined15c.webp") no-repeat center / cover;
    height: 350px;
    border-radius: 15px;
}

.card2 h3{
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin: 50px 0px 5px 80px;
}

.card2 p{
   font-family: DM Sans; 
   font-size: 16px;
   font-weight: 400;
   line-height: 18px;
   letter-spacing: 0.3px;
   margin: 0px 80px 10px 80px;
}

.card3{
    background: url("/assets/images/display15c.webp") no-repeat center / cover;
    height: 350px;
    border-radius: 15px;
}

.card3 h3{
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin: 50px 80px 5px 80px;
}

.card3 p{
   font-family: DM Sans; 
   font-size: 16px;
   font-weight: 400;
   line-height: 18px;
   letter-spacing: 0.3px;
   margin: 0px 80px 10px 80px;
}

.card4{
    justify-items: end;
    height: 250px;
    border-radius: 15px;
    background: url("/assets/images/charge15c.webp") no-repeat center / cover;
}

.card4-content{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 310px;
}

.card4-content h3{
    margin: 50px 50px 0px 0px;
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}

.card4-content p{
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.grid3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.card5{
    background: url("/assets/images/processor15c.webp") no-repeat center / cover;
    height: 450px;
    border-radius: 15px;
}

.card5 h3{
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin: 50px 80px 5px 80px;
}

.card5 p{
   font-family: DM Sans; 
   font-size: 16px;
   font-weight: 400;
   line-height: 18px;
   letter-spacing: 0.3px;
   margin: 0px 80px 10px 80px;
}

.card6{
    background: url("/assets/images/cam15c.webp") no-repeat center / cover;
    height: 450px;
    border-radius: 15px;
    align-content: end;
}

.card6 h3{
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin: 0px 80px 5px 80px;
}

.card6 p{
   font-family: DM Sans; 
   font-size: 16px;
   font-weight: 400;
   line-height: 18px;
   letter-spacing: 0.3px;
   margin: 0px 80px 50px 80px;
}

.design-section .design-style{
    font-family: DM Sans;
    font-size: 80px !important;
    font-weight: bold;
    background: linear-gradient(to right, #8db9f4, #b5a8d6, #e8a7a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 5%;
}

.inner-design-section{
    background: url("/assets/images/design15c.png") no-repeat top / contain;
    height: 900px;
    justify-items: center;
    align-items: center;
    padding: 50px;
    margin: 0px 40px;
}

.inner-design-content{
    width: 900px;
    text-align: center;
    color: #000000 !important;
}

.inner-design-content h2{
    font-family: DM Sans;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.3px;
    margin: 0;
}

.inner-design-content p{
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.carousel-section{
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
}

.carousel-section h2{
    font-family: DM Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.nav-buttons{
    position: absolute;
    margin-top: -4%;
    right: 23%;
    display: flex;
    gap: 8px;
}

.slider-nav{
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px;
    margin: 20px auto;
}

.carousel-img{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.carousel-img img{
    max-width: 100%;
    border-radius: 8px;
}

.slider-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 30px 20px;
    background: #f9fafb;
}

.slider-color{
    display: flex;
    gap: 8px;
}

.slider-content .dots{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.slider-content .blue{
    background: #1a3faa;
}

.slider-content .pink{
    background: #f78f7d;
}

.slider-content .mint{
    background: #b5d2d6;
}

.slider-content .gray{
    background: #4b4b4b;
}

.slider-text{
    text-align: left;
    max-width: 600px;
}

.slider-text h3{
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
}

.slider-text p{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.3px;
}

.ene{
    height: 700px;
    justify-items: center;
    align-items: center;
    color: #000;
    padding: 100px 0px 50px;
}

.ene-content{
    width: 1000px;
    text-align: center;
}

.ene-content h2{
    font-family: DM Sans;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    margin: 0;
}

.grid4{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 50px auto;
}

.grid4 .card1{
    background: url("/assets/images/floating15c.webp") no-repeat center / cover;
    height: 450px;
    border-radius: 15px;
    align-content: start;
}

.grid4 .card1 h3{
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
}

.grid4 .card2{
    background: url("/assets/images/curved15c.webp") no-repeat center / cover;
    height: 450px;
    border-radius: 15px;
    align-content: end;
}

.grid4 .card2 h3{
    font-family: DM Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.3px;
    padding-bottom: 40px; 
    margin: 0 !important;
}

.slim-body-section{
    background: url("/assets/images/body15c.webp") no-repeat center / cover;
    height: 800px;
    justify-items: center;
    align-items: center;
    color: #000;
    padding: 50px;
}

.slim-body-content{
    width: 900px;
    text-align: center;
    color: #000000;
}

.slim-body-content h2{
    font-family: DM Sans;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    margin: 0;
}

/* Responsive Starts */
@media (max-width:767px){
    .main-section{
    background-image: url("/assets/images/header15C-mob.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 0 20px;
}
.content-section{
    margin: 50px auto;
    text-align: left;
    max-width: 350px;
}
.content-section img{
    width: 100%;
    margin: 20px auto;
}
.content-section h3{
    font-weight: bold;
    font-size: 21px;
    font-family: DM Sans;
    margin: 0;
    line-height: 27px;
    letter-spacing: 0.3px;
}
.feature-section{
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}
.inner-section{
    max-width: 800px;
    display: grid;
    gap: 10px;
}
.card1{
    height: 245px;
    align-content: start;
    background: url("/assets/images/battery15c-mob.webp") no-repeat center / cover;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
}
.card-content{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 300px;
    margin-left: 0 !important;
}
.card-content h3{
    font-family: dm Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.3px;
    margin: 0;
    margin-bottom: 3px;
    margin-left: 0 !important;
}
.grid2{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.grid2 .card2{
    padding: 20px;
    height: 270px;
    background: url("/assets/images/refined15c-mob.webp") no-repeat center / cover;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.grid2 .card2 h3{
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.3px;
    margin: 0;
    margin-bottom: 5px;
}
.grid2 .card2 p{
    font-size: 12.6px;
    font-weight: 400;
    line-height: 14.868px;
    letter-spacing: 0.3px;
    margin: 0;
    margin-bottom: 10px;
}
.grid2 .card3{
    padding: 20px;
    height: 270px;
    background: url("/assets/images/display15c-mob.webp") no-repeat center / cover;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.grid2 .card3 h3{
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.3px;
    margin: 0;
    margin-bottom: 5px;    
}
.grid2 .card3 p{
     font-size: 12.6px;
    font-weight: 400;
    line-height: 14.868px;
    letter-spacing: 0.3px;
    margin: 0;
    margin-bottom: 10px;  
}
.card4{
    justify-items: end !important;
    height: 250px;
    padding: 50px;
    background: url("/assets/images/charge15c-mob.webp") no-repeat center / cover;
    display: flex;
    justify-content: center;
}
body{
    margin: 0 !important;
}
.main-section{
    width: 100% !important;
    max-width: 89% !important;
    display: flex;
    align-items: center;
}
.feature-section{
    width: 100% !important;
    max-width: 89% !important;
}
.design-section{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;   
}
.carousel-section{
    width: 100% !important;
    max-width: 89% !important;  
}
.ene{
    width: 100% !important;
    max-width: 89% !important;   
}
.slim-body-section{
    min-width: 76% !important; 
}
.card4-content h3{
    font-size: 18px;
    line-height: 19.5px;
    margin: 0;
    margin-bottom: 10px;
}
.card4-content p{
    font-size: 15px;
    font-weight: 400;
    line-height: 14.868px;
    margin: 0;
}
.card5{
    background: url("/assets/images/processor15c-mob.webp") no-repeat center / cover;
    padding: 20px;
    height: 290px;
}
.card5 h3{
    font-size: 18px;
    line-height: 19.5px;
    margin: 0;
    margin-bottom: 10px;    
}
.card5 p{
    font-size: 15px;
    font-weight: 400;
    line-height: 14.868px;
    margin: 0;    
}
.card6{
    background: url("/assets/images/cam15c-mob.webp") no-repeat center / cover;
    padding: 20px;
    height: 290px;    
}
.card6 h3{
    font-size: 18px;
    line-height: 19.5px;
    margin: 0;
    margin-bottom: 10px;    
}
.card6 p{
    font-size: 15px;
    font-weight: 400;
    line-height: 14.868px;
    margin: 0;    
}
.grid3{
    gap: 10px;
}
.design-section .design-style{
    font-size: 32px !important;
    text-align: center;
    margin: 10px 0;
}
.inner-design-section{
    background: url("/assets/images/design15c-mob.webp") no-repeat bottom / cover;
    height: 660px;
    justify-items: start;
    align-items: center;
    color: #000;
    padding: 30px 20px;
    background-color: #5f9cec;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}
.inner-design-content{
    width: 100%;
}
.inner-design-content h2{
    margin: 0;
    font-size: 25px;
    line-height: 32.5px;
}
.inner-design-content p{
    font-size: 13px;
    font-weight: 400;
    line-height: 14.868px;
}
.carousel-section .title{
    margin: 0;
    margin-bottom: 20px;
}
.nav-buttons{
    position:static;
    margin: 15px auto 0px;
}
.slider-nav{
    color: rgb(255, 255, 255);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgb(51, 51, 51);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 50%;
}
.ene{
    height: 900px;
    justify-items: center;
    align-items: center;
    color: rgb(0, 0, 0);
    padding: 50px 20px;
}
.ene-content{
    width: 100%;
}
.ene-content h2{
    margin: 0;
    margin-bottom: 5px;
}
.grid4{
    grid-template-columns: 1fr;
    margin: 30px auto;
}
.grid4 .card1 {
    background: url("/assets/images/floating15c\ \(1\).webp") no-repeat center / cover;
    height: 350px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
}
.grid4 .card1 h3{
    margin: 0;
    padding: 0;
}
.ene-content h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 5px;
}
.grid4 .card2 {
    background: url("/assets/images/curved15c\ \(1\).webp") no-repeat center / cover;
    height: 350px;
    border-radius: 15px;
    align-content: end;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    padding: 20px;
}
.grid4 .card2 h3{
    padding: 0;
}
.slim-body-content{
    width: 100%;
}
.slim-body-section{
    height: 300px;
    background: url(/assets/images/body15c.webp) no-repeat center / contain;
}
.slim-body-content h2{
    margin: 0;
    font-size: 25px;
    line-height: 30px;
}
}