        * {
            padding: 0;
            margin: 0;
        }
        
        body {
            font-family: "Oswald", serif;
        }
        
        .banner-img {
            position: relative;
        }
        
        .banner-img img {
            width: 100%;
        }
        
        .logo {
            position: absolute;
            top: 0;
            left: 70px;
            padding: 10px 0;
        }
        
        .logo img {
            height: 100%;
            width: 220px;
        }
        
        .manufacture {
            display: flex;
            justify-content: center;
            gap: 40px;
            padding: 80px 0 0 0;
            line-height: 29px;
            font-weight: 490;
        }
        
        .manufacture-text {
            width: 50%;
            font-size: 17px;
            color: #333333;;
            font-family: Rubik, sans-serif !important;
        }
        
        .manufacture-text h3 {
            color: #333333;
            font-size: 26px;
        }
        
        .manufacture-text h2 {
            color: #db353a;
            font-size: 40px;
            font-family: "Poppins", serif;
            font-weight: 800;
        }
        
        p {
            text-align: justify;
        }
        
        .manufacture-img img {
            width: 100%;
            height: 400px;
            background-color: white;
        }
        .manufacture-img:hover{
            scale: 1.1;
            transition: 300ms all;
        }
        .fakeimg{
            display: flex;
            justify-content: space-around;
           margin: 0 auto;
            position: relative;
            object-fit: cover;
        }
        
        .fakeimg img {
            height: 100%;
            width: 500px;
          
            object-fit: cover;
        }
          
          .text-block{
            position: absolute;
            bottom: 0px;
            right: 0px;
            padding: 10px;
            font-family: Rubik, sans-serif !important;
            background-color: rgba(0, 0, 0, 0.521);
            color: white;
          }
          .text-block p{
            font-size: 15px;
          }
        #text1 {
            font-family: Rubik, sans-serif !important;
            font-size: 17px;
            color: #333;
            font-weight: 490;
            line-height: 29px;
        }
        
        .col-sm-12 h2 {
            color: #db353a;
            font-size: 35px;
            font-family: "Poppins", serif;
            font-weight: 800;
            padding: 6px 0;
        }
        
        .col-sm-4 h2 {
            color: #333333;;
            font-size: 45px;
            font-family: "Poppins", serif;
            font-weight: 800;
        }
        
        .text1-pra {
            padding: 20px 0 0 0;
            text-align: justify;
        }
        .text-flex {
            display: flex;
            justify-content: center;
            gap: 40px;
        }
        #text2 {
            background-color: #333333;;
            color: white;
            text-align: center;
            margin: 60px 0 0 0;
            padding: 30px 0 10px 0;
            font-size: 17px;
        }
        
        .text2-head {
            font-family: "Poppins", serif;
            text-transform: uppercase;
            font-weight: 800;
        }
        
        .text2-pra {
            width: 60%;
            margin: 0 auto;
            text-align: center;
            font-family: Rubik, sans-serif !important;
            color: #d1d1d1;
        }
        
        .text2-flex {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding: 20px 0 0 0;
        }
        
        .item1 img {
            width: 270px;
            height: 100%;
           border-radius: 10px;
        }
        .item1:hover{
            scale: 1.03;
            transition: 300ms all;
        }
        .case-info button{
            height: 50px;
            width: 150px;
            background-color: #db353a;
            border: none;
            color: white;
            border-radius: 3px;
            text-transform: uppercase;
            font-weight: 700;
            margin: 30px 0;
            font-family: Rubik, sans-serif !important;
            font-size: 16px;
        }
        button:hover{ 
            background-color: white;
            color: #333;
            transition: 400ms all;
        }
       
        #text3 {
            font-family: Rubik, sans-serif !important;
            font-weight: 490;
            line-height: 29px;
            font-size: 17px;
            color: #333;
        }
        
        #text3 h2 {
            font-family: "Poppins", serif;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 29px;
            color: #db353a;
        }
        
        table {
            width: 80%;
            margin: 0 auto;
            border-collapse: collapse;
            background-color: #fff;
        }
        
        th,
        td {
            padding: 12px;
            text-align: center;
            border: 1px solid #333333;;
        }
        
        th {
            background-color: #333;
            color: white;
            font-weight: bold;
        }
        
        tr:nth-child(even) {
            background-color: #f2f2f2;
        }
        
        tr:hover {
            background-color: #e0e0e0;
        }
        .name-table{
            border: 1px solid #ccc ;
        }
        .name-row{
            border: 1px solid #ccc;
        }
        .name-d{
            border: 1px solid #ccc;
            width:300px;
        }
        .footer-banner{
            background-color: #db353a;
            text-align: center;
            color: white;
            font-size: 27px;
            font-weight: 700;
            font-family: "Poppins", serif;
padding: 20px 0;
        }
        .copywrite {
            background-color: #333333;;
            display: flex;
            justify-content: space-around;
            font-size: 14px;
            padding: 10px 0;
            font-family: Rubik, sans-serif !important;
            color: white;
        }
        .flex1 img{
            padding: 0 10px;
            height: 20px;
        }
        @media only screen and (min-width:320px) and (max-width: 767px) {
            .banner-img img {
                height: 100%;
                margin: 70px 0 0 0;
            }
            .logo {
             
                left: 20px;
                top: -65px;
            }
            .logo img{
                width: 130px;
            }
            .manufacture {
                flex-wrap: wrap;
                justify-content: left;
                padding: 20px;
                gap: 0px;
            }
            .manufacture-text {
                width: 100%;
            }
            .manufacture-text h3 {
                font-size: 11px;
            }
            .manufacture-text h2 {
                font-size: 27px;
            }
            .manufacture-img img {
                height: 100%;
            }
            .col-sm-12 h2 {
                font-size: 27px;
            }
            .fakeimg {
                flex-wrap: wrap;
                gap: 20px   ;
            }
            .fakeimg img{
                width: 100%;
            }
            .fakeimg1 img{
                width: 100%;
            }
            .text-flex {
                flex-wrap: wrap;
                gap: 20px;
            }
            .text2-pra {
                width: 80%;
                font-size: 12px;
            }
            .text2-flex {
                flex-wrap: wrap;
            }
            #text3 h2 {
                font-size: 24px;
            }
            .copywrite {
                flex-wrap: wrap;
                gap: 5px;
                text-align: center;
            }
            .col-sm-12{
                padding: 0 20px;
            }
            #text3{
                padding: 0 20px;
            }
            .footer-banner{
                font-size: 20px;
            }
        }

        @media only screen and (min-width:768px) and (max-width: 1199px) {
            .banner-img img {
                height: 100%;
            }
            .logo {
                left: 20px;
                top: 0;
            }
            .logo img{
                width: 140px;
            }
            .manufacture {
                flex-wrap: wrap;
                justify-content: left;
                padding: 20px;
            }
            .manufacture-text {
                width: 100%;
            }
            .manufacture-text h3 {
                font-size: 11px;
            }
            .manufacture-text h2 {
                font-size: 37px;
            }
            .manufacture-img img {
                height: 100%;
            }
            .col-sm-12 h2 {
                font-size: 27px;
            }
            .fakeimg {
                flex-wrap: wrap;
                gap: 20px   ;
            }
            .fakeimg img{
                width: 100%;
            }
            .fakeimg1 img{
                width: 100%;
            }
            .text-flex {
                flex-wrap: wrap;
                gap: 20px;
            }
            .text2-pra {
                width: 80%;
                font-size: 12px;
            }
            .text2-flex {
                flex-wrap: wrap;
            }
            #text3 h2 {
                font-size: 24px;
            }
            .copywrite {
                flex-wrap: wrap;
                gap: 5px;
                text-align: center;
            }
        }