
@font-face {
    font-family: 'Ethnocentric';
    src: url('../Ethnocentric\ Rg\ It.otf') format('woff2'),
         url('/path-to-fonts/ethnocentric.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  body {
    font-family: 'Ethnocentric', sans-serif;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  

.eazycool-banner {
    width: 100%;
    height: 800px;
    background-image: url(../image/Warranty-Desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    padding: 20px 0;
    position: relative;
    animation: fadeIn 2s ease-in-out;
    animation: fadeIn 2s ease-in-out forwards;
}
.Warranty {
    width: 90%;
    margin: auto;
    background-size: cover;
    color: #fff;
    padding-top: 143px;
    max-width: 1200px;
}
.container_warranty {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: flex-end; */
    justify-content: space-evenly;
    text-align: center;
    gap: 10%;
    padding: 2rem;
}
.container_warranty h1 {
    /* font-size: 2rem; */
    font-size: 2.5rem;
            text-shadow: 2px 3px 1px #000;
    margin-bottom: .5rem;
    font-weight: 700;
    font-family: ethnocentric;
}
.container_warranty p {
    /* font-size: 1rem; */
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 300;
    letter-spacing: 0px;
    text-shadow: 1px 1px 11px black;
}
.input-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    width: 100%;
    color: #fff;
}
.input-container input {
    width: 100%;
    padding: .75rem;
    border: none;
    border-radius: 5px;
    /*background-color: #00000087 !important;*/
    font-size: 1.5rem;
    color: black;
    outline: none;
    /*border: 1px solid #0d6efd;*/
}

td a{
    color: blue;
}


.input-container input::placeholder{
     color: #ccc;
     font-weight:400;
     font-size: 16px;
}


.submit-btn {
   padding: 0.1rem 1rem;
    /* background-color: orange; */
   background: linear-gradient(90deg, #519DAB 0%, #7ACDA1 100%);
    /* background-color: #000000a5; */
    /* border: 1px solid rgb(13, 110, 253); */
    border: none;
    border-radius: 5px;
    color: #fff;
    outline: none;
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: 400;
    display: flex
;
    cursor: pointer !important;
    transition: background .3s;
    flex-direction: row;
    justify-content: space-between;
    gap: 6px;
    align-items: center;
    justify-self: flex-end;
}
.results-table {
    margin-top: 2rem;
    width: 100%;
    max-width: 1200px;
    /*border-collapse: collapse;*/
}

table {
    caption-side: bottom;
        border-collapse: separate;
    border-spacing: 0;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
 .results-table th, .results-table td {
    padding: 1rem;
    border: 1px solid #fff;
    text-align: center;
}
.results-table td{
  
background: #FFF;
box-shadow: 0px 0px 40px 5px #C7F4F1 inset;
    color: black;
}
.results-table th {
    /*background-color: #333;*/
     background: linear-gradient(360deg, #519DAB 0%, #7ACDA1 100%);
    color: #fff;
    font-size: 16px;
}
.results-table {
    font-size: .8rem;
}

@media screen and (max-device-width: 1536px) {
.container_warranty {
    display: flex
;
    flex-direction: row;
    align-items: center;
    /* justify-content: flex-end; */
   justify-content: center;
    text-align: center;
    gap: 10%;
    padding: 1rem;
}
.Warranty {
    width: 90%;
    margin: auto;
    background-size: cover;
    color: #fff;
    padding-top: 176px;
    max-width: 1200px;
}
}

@media screen and (max-device-width: 480px) {
    .eazycool-banner {
        width: 100%;
      
        background-image: url(../image/Warranty-Mobile1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 35%;
        align-items: center;
       padding-top: 42px;
       height: auto;
        position: relative;
        animation: fadeIn 2s ease-in-out;
        animation: fadeIn 2s ease-in-out forwards;
    }
    .container_warranty {
        padding: .5rem;
         flex-direction: column;
    }
    .container_warranty h1 {
        font-size: 2rem;
    }
    .container_warranty p {
        font-size: .80rem;
        margin-bottom: 1rem;
    }
    .input-container {
        gap: .5rem;
    }
    .submit-btn {
        margin-top: 15px;
    }
    .results-table th {
        background-color: #333;
        color: #fff;
        font-size: 12px;
    }
    .results-table th, .results-table td {
        padding: 1rem;
        border: none;
        text-align: start;
    }
}


@media screen and (max-device-width: 420px) {

    .results-table td::before {
        content: attr(data-label);
       font-weight: 500;
        color: #fff;
        background: linear-gradient(90deg, #519DAB 0%, #7ACDA1 100%);
        padding: 26px 26px;
        /* border-radius: 5px; */
        width: 28%;
        /* height: 10px; */
        text-align: center;
    }
}