.car-window-cantainer {
    width: 100%;
 height: 1080px;
    background-image: url(./img/tintingbg-desktop.jpg);
             position: relative;
    background-size: cover;
     /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-position: center;
    animation: fadeIn 2s ease-in-out;
    animation: fadeIn 2s ease-in-out forwards;
}
.dropdown-list li {
    cursor: pointer;

    transition: background 0.3s, color 0.3s;
}

/* Hover effect */
.dropdown-list li:hover {
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
    color: white;
}

/* Selected item */
.dropdown-list li.selected {
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
    color: white;
}
.car-window-row {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.car-window-item {
    position: absolute;
    top: 34%;
    color: #fff;
    left: 11%;
}
.car-window-item h1 {
    font-size: 90px;
    letter-spacing: 4px;
    left: 24%;
    top: -75px;
    font-weight: 800;
    position: absolute;
    text-shadow: 2px 2px 3px #000;
 
}
.car-window-item h2 {
    font-size: 98px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 3px #000;
    font-weight: 800;
   
}
.car-window-item h4 {
    position: absolute;
    right: 10px;
    top: 80%;
    font-weight: 800;
    text-shadow: 0px 0px 3px #000;
    letter-spacing: 4px;
    font-family: sans-serif;
    font-size: 23px;
   
}
.car-window-bottom {
   position: absolute;
    /*bottom: 0%;*/
    /* left: 10%; */
    bottom: 0;
        left: 0;
        top: auto;
    color: #fff;
    /*width: 100%;*/
}
.car-window-row p {
    font-size: 30px;
    letter-spacing: 35px;
    font-weight: 400;
    text-shadow: 1px 0px 3px #000;
}

.main-cnt {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.slider-container {
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    aspect-ratio: 16 / 9;
    /* overflow: hidden; */
 
    border-radius: 10px;
  
}

.image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3sease;
    /*margin-bottom: 20px;*/
}
.Exos{
    width:350px !important;
}

.after-image {
    clip-path: inset(0 50% 0 0);
    /* Start with only the right half visible */
    transition: clip-path 0.1s ease, filter 0.1s ease;
}

.after-image img {
    transition: filter 0.1s ease;
}

.before-section {
    position: absolute;
top: 2%;
left: 52%;
color: #fff;
z-index: 1;
right: 5%;
}
.before-section h1{
    font-size: 58px;
font-weight: 900;
letter-spacing: 5px;
margin-bottom: 0;
text-transform: uppercase;
font-family: sans-serif;
}

.before-section h2 {
    font-size: 30px;
    font-weight: 600;
}


.before-section p {
    font-size: 17px;
font-weight: 500;
letter-spacing: 0px;
text-shadow: 1px 2px 2px #000;
}

.after-section {
    position: absolute;
    bottom: 35%;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    /* Align items vertically */
    gap: 10px;
    /* Closer spacing between text and image */
    z-index: 0;
}

.after-section h2 {
    font-size: 22px;
    color: #f4eaea;
    margin: 0;
}

.after-section img {
    width: 60px;
    /* Reduced size for closer appearance */
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.darkness-boxes {
    position: absolute;
    bottom: -14%;
    /* Adjusted to avoid overlap with after-section */
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 10px;

}

.exo{
    font-size:7px;
}
.opacity_70{
    width: 130px;
    height: 190px;
    background-size: cover;
    box-shadow: 0 0 12px #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-image: url(./img/opacity_70.png);
}
.label {
    font-size: 12px;
    padding-top: 10px;
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
    text-align: center;
}
.percentage{
    font-size: 22px;
    font-weight: 700;
}
.opacity_49{
    width: 130px;
    height: 190px;
    background-size: cover;
    box-shadow: 0 0 12px #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-image: url(./img/opacity_49.png);
}
.opacity_69{
    width: 130px;
    height: 190px;
    background-size: cover;
    box-shadow: 0 0 12px #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-image: url(./img/opacity_69.png);
}
.opacity_40{
    width: 130px;
    height: 190px;
    background-size: cover;
    box-shadow: 0 0 12px #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-image: url(./img/opacity_40.png);
}
.opacity_71{
width: 130px;
    height: 190px;
    background-size: cover;
    box-shadow: 0 0 12px #000;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-image: url(./img/opacity_71.png);
}
/* .darkness-box:hover {
    transform: scale(1.1);
} */

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    /*background: #fff;*/
        background: transparent;
    cursor: ew-resize;
    /* z-index: 10; */
    transition: left 0.1s;
}

.slider-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #333;
    transform: translateX(-50%);
}

.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
     display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
}







  /* Desktop View (Default) */
  .visible-container {
    width: 100%;
    height: 400px;
}

.visible-row {
    width: 95%;
    margin: 200px auto auto;
    display: flex;
    justify-content: space-between;
}
.visiblee-row {
    width: 95%;
    margin: 85px auto auto;
    display: flex;
    justify-content: space-between;
}

.visible-table {
    display: flex;
    flex-direction: row !important;
    overflow: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
    color: #fff;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

th {
    /*background-color: #3b6b65;*/
    font-family: 'Ethnocentric Rg', sans-serif;
    font-size: 27px;
    text-shadow: 0px 0px 1px #dadada;
    text-align: left;
    padding: 14px 40px;
      
}

td {
    padding: 7px 40px;
}

.table2 {
    background-color: #779f9f;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}

.table1 {
    background-color: #698d89;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
}

.mobileview {
    display: none;
    /* Hidden by default on larger screens */
}
.wrap-in{
    text-wrap-mode: nowrap;
}
.addwidth {
    width: 100%;
    height: 1400px;
    background-image: url(./img/perviewbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.addwidth2 {
    width: 100%;
    height: 1422px;
    background-image: url(./img/perviewbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.searchdiv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iconsInput {
    position: absolute;
  
    color: #fff;
    font-size: 41px;
    top: 5px;
    left: 7px;
    /*display: none;*/
}
.serachp {
    width: 330px;
    height: 50px;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-left: 54px;
    font-size: 25px;
    padding-top: 6px;
    margin-top: 0;
    color: #d1d1d1;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
.searchdiv ul {
    width: 270px;
    /*background-color: #a6bcc354;*/
    box-shadow: 0 0 2px #50849496;
            background-color: rgba(166, 188, 195, 0.2);
    list-style: none;
    margin-left: 28px;
    padding: 0;
    position: absolute;
    top: 50px;
}
.searchdiv ul li {
    padding: 6px 0;
    display: flex
;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
   
    font-size: 17px;
    text-shadow: 0px 0px 2px #fff;
}
.listarrow {
    background: #1480de;
    color: #fff;
    border-radius: 5px;
    border: 1px solid;
    margin-right: 12px;
    margin-left: 20px;
    padding: 0 5px 0 4px;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
.searchimg {
    position: relative;
    top: 130px;
}
.searchimg img {
    width: 300px;
    height: 170px;
}
.searchimg h3 {
  position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    /* left: 32%; */
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.searchimg p {
     position: absolute;
    top: 50%;
    /* left: 28%; */
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.darkness-box{
    width: 180PX;
}

@media screen and (max-width: 1920px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px !important;
    }
    .car-window-cantainer {
    width: 100%;
    height: 1080px;
            position: relative;
    background-image: url(./img/tintingbg-desktop.jpg);
    background-size: cover;
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-position: center;
    animation: fadeIn 2sease-in-out;
    animation: fadeIn 2sease-in-out forwards;
}
.car-window-item {
    position: absolute;
    top: 21vh;
    color: #fff;
    width: 100%;
    left: 0;
}
.car-window-item h1 {
    font-size: 80px;
    letter-spacing: 4px;
    left: 0;
    width: 100%;
    top: -61px;
    text-align: center;
    font-weight: 800;
    position: absolute;
    text-shadow: 2px 2px 3px #000;
}
.car-window-item h2 {
    font-size: 80px;
    letter-spacing: 5px;
    text-shadow: 2px 2px 3px #000;
    font-weight: 800;
    text-align: center;
}
.car-window-item h4 {
    position: absolute;
    right: 0;
    text-align: start;
    top: 80%;
    width: 51%;
    font-weight: 800;
    text-shadow: 0px 0px 3px #000;
    letter-spacing: 4px;
    font-family: sans-serif;
    font-size: 23px;
}
    .addwidth {
    width: 100%;
    height: auto;
  
}
.visible-container {
    width: 100%;
    height: auto;
}
.visible-row {
    width: 95%;
    margin: 200px auto auto;
    display: flex;
    padding-bottom: 55px;
    justify-content: space-between;
}
.addwidth2{
     height: auto;
}
td {
    padding: 7px 40px;
    font-size: 27px;
}
.exo {
    font-size: 20px;
        padding: 2px 40px;
}
.visiblee-row {
    width: 95%;
    margin: 155px auto auto;
    padding-bottom: 50px;
    display: flex;
    padding-bottom: 55px;
    justify-content: space-between;
}
.car-window-row p {
    font-size: 30px;
    text-align: center;
    letter-spacing: 35px;
    font-weight: 400;
    text-shadow: 1px 0px 3px #000;
}
.car-window-bottom {
    position: absolute;
    /* bottom: -30%; */
    left: 0;
    bottom: 0;
        left: 0;
        top: auto;
    /*top: 106vh;*/
    color: #fff;
    width: 100%;
}

}


@media screen and (max-width: 1536px) {
    .before-section p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-shadow: 1px 2px 2px #000;
}
    .car-window-item {
        position: absolute;
        top: 28vh;
        color: #fff;
        width: 100%;
        left: 0;
    }
    .car-window-bottom {
        position: absolute;
        /* bottom: -30%; */
        left: 0;
        bottom: 0;
        left: 0;
        top: auto;
        /*top: 144vh;*/
        color: #fff;
        width: 100%;
    }
        td {
        padding: 12px 40px;
        font-size: 21px;
          text-wrap-mode: nowrap;
    }
        .exo {
        font-size: 11px;
    }
    .before-section h2 {
    font-size: 24px;
    font-weight: 600;
}
    .Exos {
    width: 270px !important;
}
.searchdiv ul {
    width: 270px;
    /* background-color: #a6bcc354; */
    box-shadow: 0 0 2px #50849496;
    background-color: rgba(166, 188, 195, 0.2);
    list-style: none;
    margin-left: 14px;
    padding: 0;
    position: absolute;
    top: 50px;
}.serachp {
    width: 309px;
    height: 50px;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-left: 54px;
    font-size: 25px;
    padding-top: 6px;
    margin-top: 0;
    color: #d1d1d1;
    background-image: linear-gradient(180deg, #85d89f, #4b96ae);
}
}

@media screen and (max-width: 1440px) {
    .car-window-item {
        position: absolute;
        top: 26vh;
        color: #fff;
        width: 100%;
        left: 0;
    }
        .car-window-bottom {
        position: absolute;
        /* bottom: -30%; */
        left: 0;
        bottom: 0;
        left: 0;
        top: auto;
        /*top: 131vh;*/
        color: #fff;
        width: 100%;
    }
    th {
    /* background-color: #3b6b65; */
    font-family: 'Ethnocentric Rg', sans-serif;
    font-size: 27px;
    text-shadow: 0px 0px 1px #dadada;
    text-align: left;
    padding: 14px 40px;
    text-wrap-mode: nowrap;
}
    td {
        padding: 12px 40px;
        font-size: 21px;
        text-wrap-mode: nowrap;
    }
        .exo {
       font-size: 19px;
        padding: 2px 23px;
    }
    .before-section p {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0px;
        text-shadow: 1px 2px 2px #000;
    }
}

@media screen and (max-width: 1366px) {
        .car-window-item {
        position: absolute;
        top: 32vh;
        color: #fff;
        width: 100%;
        left: 0;
    }
        .car-window-bottom {
        position: absolute;
        /* bottom: -30%; */
        left: 0;
        bottom: 0;
        left: 0;
        top: auto;
        /*top: 158vh;*/
        color: #fff;
        width: 100%;
    }
    th {
    /* background-color: #3b6b65; */
    font-family: 'Ethnocentric Rg', sans-serif;
    font-size: 27px;
    text-shadow: 0px 0px 1px #dadada;
    text-align: left;
    padding: 14px 40px;
    text-wrap-mode: nowrap;
}
td {
        padding: 12px 40px;
        font-size: 21px;
        text-wrap-mode: nowrap;
    }
    .exo {
        font-size: 19px;
        padding: 2px 16px;
    }
        .before-section p {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0px;
        text-shadow: 1px 2px 2px #000;
    }
        .Exos {
        width: 240px !important;
    }
    .label {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    text-shadow: 0px 0px 1px #fff;
}
.percentage{
        font-size: 16px;
    font-weight: 700;
}
}

@media screen and (max-width: 1280px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
    td {
    padding: 7px 40px;
    font-size: 16px;
            text-wrap-mode: nowrap;
}
    .exo {
        font-size: 11px;
        padding: 12px 40px;
    }
        .visible-row {
        width: 95%;
        margin: 160px auto auto;
        display: flex;
        padding-bottom: 50px;
        padding-bottom: 138px;
        justify-content: space-between;
    }
    .car-window-row p {
    font-size: 23px;
    text-align: center;
    letter-spacing: 35px;
    font-weight: 400;
    text-shadow: 1px 0px 3px #000;
}
    .car-window-bottom {
        position: absolute;
        /* bottom: -30%; */
        left: 0;
        bottom: 0;
        left: 0;
        top: auto;
        /*top: 180vh;*/
        color: #fff;
        width: 100%;
    }
.Exos {
    width: 300px !important;
}
.th3-table{
    text-wrap-mode: nowrap;
    font-size: 16px;
}
.before-section h2 {
    font-size: 21px;
    font-weight: 600;
}
.before-section p {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0px;
    text-shadow: 1px 2px 2px #000;
}
    .car-window-item {
        position: absolute;
        top: 35vh;
        color: #fff;
        width: 100%;
        left: 0;
    }
}
@media screen and (max-width: 992px) {
    .car-window-cantainer {
        width: 100%;
        height: 660px;
        
    }
    /*.car-window-bottom{*/
    /*    display: none;*/
    /*}*/
       .car-window-item {
        position: absolute;
        /*top: 8%;*/
        bottom: 0;
        left: 0;
        top: auto;
        color: #fff;
        /* left: 9%; */
    }
       .car-window-item h1 {
        font-size: 70px;
        letter-spacing: 4px;
        top: -56px;
        font-weight: 800;
        position: absolute;
        text-shadow: 2px 2px 3px #000;
    }
   .car-window-item h2 {
        font-size: 70px;
        letter-spacing: 0px;
        text-shadow: 2px 2px 3px #000;
        font-weight: 800;
    }
       .car-window-item h4 {
        position: absolute;
        /* right: 10px; */
        /* top: 80%; */
        /* font-weight: 800; */
        /* text-shadow: 0px 0px 3px #000; */
        /* letter-spacing: 2px; */
        /* font-family: sans-serif; */
        font-size: 13px;
    }
   .visible-row{
        width: 95%;
      
        display: block;
    }
     .visiblee-row{
        width: 95%;
      
        display: block;
    }
    .serachp{
        margin-top: 35px;
    }
    .before-section{
        position: absolute;
        top: 5%;
        left: 52%;
        color: #fff;
      
        right: 5%;
    }
    .before-section h1{
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 5px;
        font-family: sans-serif;
    }
    .before-section h2{
        font-size: 20px;
        font-weight: 500;
    }
    .before-section p{
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0px;
        text-shadow: 1px 2px 2px #000;
    }
    .searchdiv ul {
        width: 270px;
        /*background-color: #a6bcc354;*/
        box-shadow: 0 0 2px #50849496;
                background-color: rgba(166, 188, 195, 0.2);
        list-style: none;
        margin-left: 28px;
        padding: 0;
        position: absolute;
        top: 85px;
    }
    .darkness-box{
        width: 140PX;
    }
}

@media screen and (max-width: 768px) {
    .car-window-cantainer {
        width: 100%;
        height: 580px;
    }
    .car-window-item {
        position: absolute;
        top: 24%;
        color: #fff;
        left: 4%;
    }
    .car-window-item h1 {
        font-size: 70px;
        letter-spacing: 0px;
        top: -75px;
        font-weight: 800;
        position: absolute;
        text-shadow: 2px 2px 3px #000;
       
    }
    .car-window-item h2 {
        font-size: 70px;
        letter-spacing: 0px;
        text-shadow: 2px 2px 3px #000;
        font-weight: 800;
      
    }
    .car-window-item h4 {
        position: absolute;
        right: 10px;
        top: 80%;
        font-weight: 800;
        text-shadow: 0px 0px 3px #000;
        letter-spacing: 2px;
        font-family: sans-serif;
        font-size: 21px;
      
    }
    .before-section{
        position: absolute;
        top: 5%;
        left: 52%;
        color: #fff;
        font-family: mypoppins;
        right: 5%;
    }
    .before-section h1{
        font-size: 30px;
        font-weight: 900;
        letter-spacing: 5px;
        font-family: sans-serif;
    }
    .before-section h2{
        font-size: 15px;
        font-weight: 500;
    }
    .before-section p{
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0px;
        text-shadow: 1px 2px 2px #000;
    }
    .searchimg {
        position: relative;
        top: 165px;
    }
    .darkness-box {
        width: 75px;
        height: 80px;
    }



    /* new  */
    .visible-row {
        flex-direction: column;
       
    }
     .visiblee-row {
        flex-direction: column;
       
    }

    /*.desktopview {*/
    /*    display: none;*/
      
    /*}*/

    /*.mobileview {*/
    /*    display: block;*/
      
    /*}*/

    /*.dropdown-container {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    width: 100%;*/
    /*    margin-top: 20px;*/
    /*}*/

    .dropdown-item {
        background-color: #3b6b65;
        color: #fff;
        /*padding: 10px 20px;*/

        font-size: 16px;
        cursor: pointer;
        text-align: left;
    }

    /*.dropdown-item:hover {*/
    /*    background-color: #698d89 !important;*/
    /*}*/
    /*.di-hover:hover{*/
    /*      background-color: #698d89 !important;*/
    /*}*/

    .dropdown-content {
        display: none;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
        background-color: #779f9f;
        
    }

    .dropdown-content table {
        width: 100%;
        color: #fff;
        border-collapse: collapse;
    }

    .dropdown-content th,
    .dropdown-content td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .dropdown-content th {
        background-color: #3b6b65;
      
        font-size: 14px;
    }

    .dropdown-content td {
        background-color: #698d89;
        font-size: 14px;
    }

    .dropdown-content.active {
        display: block;
        max-height: 500px;
        /* Adjust according to content */
        opacity: 1;
    }
    /* end  */
    .darkness-boxes {
        position: absolute;
        bottom: -34%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        gap: 10px;
    }
}
@media screen and (max-width: 576px) {
    .car-window-item {
        position: absolute;
        bottom: 30%;
        left: 8%;
        color: #fff;
    }
    .car-window-item h1 {
        font-size: 57px;
        letter-spacing: 0px;
        top: 25px;
        font-weight: 800;
        position: absolute;
        text-shadow: 2px 2px 3px #000;
       
    }
    .car-window-item h2 {
        font-size: 50px;
        letter-spacing: 0px;
        text-shadow: 2px 2px 3px #000;
        font-weight: 800;
       
        margin-top: 74px;
    }
    .car-window-item h4 {
        position: absolute;
        right: 110px;
        top: 70%;
        font-weight: 800;
        text-shadow: 0px 0px 3px #000;
        letter-spacing: 0px;
        font-family: sans-serif;
        font-size: 18px;
       
    }
    .before-section{
        position: absolute;
        top: 5%;
        left: 52%;
        color: #fff;
        font-family: mypoppins;
        right: 5%;
    }
    .before-section h1{
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 5px;
        font-family: sans-serif;
    }
    .before-section h2{
        font-size: 7px;
        font-weight: 500;
    }
    .before-section p{
        font-size: 7px;
        font-weight: 400;
        letter-spacing: 0px;
        text-shadow: 1px 2px 2px #000;
    }
    .darkness-box {
        width: 62px;
        height: 66px;
    }
    /*.visible-table-cell {*/
    /*    width: 640px;*/
    /*}*/
    .visible-row{
        margin: 140px auto auto;
    }
     .visiblee-row{
        margin: 132px auto auto;
    }
    .addwidth {
        width: 100%;
        height: 1185px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
     .addwidth2 {
        width: 100%;
        height: 1545px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .after-section img {
        width: 32px;
        height: 55px;
        object-fit: contain;
        border-radius: 10px;
    }
    .after-section h2 {
        font-size: 12px;
        color: #f4eaea;
        margin: 0;
    }
    
    

}

@media screen and (max-width: 480px) {
    .car-window-cantainer {
        width: 100%;
        height: 490px;
                position: relative;

      background-image: url(./img/car-window.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .visible-container {
    width: 100%;
    height: 400px;
    position: relative;
    top: -3%;
}
.slider-line {
    position: absolute;
    width: 2px;
    height: 87%;
    background: #333;
    transform: translateX(-50%);
}
.slider-handle {
    background: transparent;
   
}
.slider-line {
    position: absolute;
    width: 2px;
    height: 85%;
    /*background: #333;*/
     background: transparent;
    transform: translateX(-50%);
}

    .searchdiv ul {
        width: 270px;
                      background-color: rgba(166, 188, 195, 0.2);
        /*background-color: #a6bcc354;*/
        box-shadow: 0 0 2px #50849496;
        list-style: none;
        margin-left: 18px;
               padding: 8px 0px;
        position: absolute;
        top: 85px;
        height: 170px;
    }
    .searchdiv ul li {
    padding: 10px 0;
    display: flex
;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    text-shadow: 0px 0px 2px #fff;
}
.searchimg {
        position: relative;
        top: 121px;
    }
    .car-window-item {
            text-align: center;
        position: absolute;
        bottom: 47%;
        left: 0%;
        width: 100%;
        color: #fff;
    }
    .car-window-item h1 {
               font-size: 42px;
        letter-spacing: 0px;
        top: -52px;
        font-weight: 800;
        left: 0%;
        text-align: center;
        width: 100%;
        position: absolute;
        text-shadow: 2px 2px 3px #000;
       
    }
    .car-window-item h2 {
                width: 100%;
        font-size: 36px;
        letter-spacing: 0px;
        text-shadow: 2px 2px 3px #000;
        font-weight: 800;
        margin-top: -15px;
    }
    .car-window-item h4 {
             text-align: center;
        position: absolute;
        right: 0px;
        top: 16%;
        width: 60%;
        font-weight: 800 !important;
        text-shadow: 0px 0px 3px #000;
        letter-spacing: 0px;
        font-family: sans-serif;
        font-size: 10px;
       
    }
    .car-window-bottom {
    position: absolute;
    /*bottom: 36%;*/
      bottom: 0;
      top: auto ;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    /* width: 100%; */
    font-size: 9px;
}
.car-window-row p {
    font-size: 15px;
    letter-spacing: 7px;
    font-weight: 400;
    text-shadow: 1px 0px 3px #000;
}
    .before-section{
        position: absolute;
        top: 5%;
        left: 52%;
        color: #fff;
        font-family: mypoppins;
        right: 5%;
    }
    .before-section h1{
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 5px;
        font-family: sans-serif;
    }
    .before-section h2{
        font-size: 8px;
        font-weight: 500;
    }
    .before-section p{
        font-size: 7px;
        font-weight: 400;
        letter-spacing: 0px;
        text-shadow: 1px 2px 2px #000;
        display: none;
    }
    .darkness-box {
        width: 55px;
        height: 69px;
    }
    .label {
        font-size: 9px;
        padding-top: 10px;
        color: #fff;
                width: 55px;
        font-family: mypoppins;
        text-shadow: 0px 0px 1px #fff;
    }
    th {
        padding: 14px 3px;
        width:122px;
        text-align:center;
                
}
td {
    /*padding: 0px 11px;*/
    /*text-align: center;*/
            padding: 0px 19px;
        text-align: start;
        font-size: 12px;
                text-wrap-mode: wrap;
}

.th3-table {
        text-wrap-mode: wrap;
        font-size: 14px;
        /* width: 40px !important; */
    }
table {
  
    height: 100%;
}
.exo{
    font-size:8px;
            padding: 12px 15px;

}
.Exos{
    width:100px !important;
}
tbody, td, tfoot, th, thead, tr {
  
    height: 70px;
}
.wrap-in{
    text-wrap-mode: wrap;
}
.iconsInput {
   position: absolute;
        color: #fff;
        font-size: 36px;
        top: 42px;
        left: 56px;
    /* display: none; */
}
.searchimg img {
    width: 278px;
    height: 170px;
}
}
@media screen and (max-width: 390px) {
        .car-window-cantainer {
        width: 100%;
        height: 390px;
        position: relative;
        background-image: url(./img/car-window.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
        .car-window-bottom {
    position: absolute;
        bottom: 0;
        /* bottom: 0; */
        top: auto;
        left: 0;
        line-height: 3px;
        color: #fff;
        width: 100%;
        text-align: center;
        /* width: 100%; */
        font-size: 9px;
    }
.iconsInput {
        position: absolute;
        color: #fff;
        font-size: 36px;
        top: 42px;
        left: 42px;
        /* display: none; */
    }
}