        nav .navbar {
            background-color: rgb(45, 49, 49);
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            padding-top: 0px;
            z-index: 9999;
            width: 100%;
            position: fixed;
            margin-top: 0;
            padding-left: 0px;
            top: 0;
            left: 0;
            text-transform: none;
            align-items: start;
        }
        
        nav .navbar .row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        nav .navbar .row .col {
            display: flex;
            justify-content: space-between;
            padding-bottom: 2px;
        }
        
        nav .navbar .icon {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo1 {
            width: 200px;
            margin-left: 70px;
            cursor: text;
        }
        
        nav .navbar .logo1 img {
            height: 50px;
        }
        
        body {
            margin-top: 0;
            min-height: 100%;
            overflow-x: hidden;
            margin-left: 0;
            margin-right: 0;
            box-sizing: border-box;
            display: block;
        }
        
        #box {
            background-color: rgb(30, 34, 34);
            align-items: center;
            margin: 0 auto;
            max-width: 1500px;
            padding: 0px;
        }
        
        html {
            scroll-behavior: smooth;
            box-sizing: border-box;
            font-family: sans-serif;
            display: block;
            -webkit-text-size-adjust: 100%;
            background-color: rgb(30, 34, 34);
        }
        
        nav .navbar ul {
            display: flex;
            align-items: flex-end;
            padding-top: 30px;
            text-align: center;
            padding-right: 200px;
        }
        
        nav .navbar li {
            list-style: none;
        }
        
        nav .navbar a {
            text-decoration: none;
            padding: 20px;
            color: rgb(173, 169, 169);
            font-size: large;
        }
        
        .navbar #times {
            display: none;
            color: rgb(247, 240, 240);
        }
        
        .navbar #bar {
            display: none;
            color: rgb(250, 243, 243);
            font-size: 30px;
        }
        
        .navbar {
            display: flex;
        }
        
        nav .navbar a:hover,
        nav .navbar a.active {
            color: white;
            font-weight: bolder;
            transition: 0.7s ease;
        }
        
        header {
            background-image: linear-gradient(rgba(0, 0, 0, 0.5)rgba(0, 0, 0, 0.7));
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            flex-direction: column;
            display: flex;
            background-position: center;
            justify-content: center;
            color: rgb(253, 252, 253);
            position: relative;
            text-align: center;
            align-items: center;
        }
        
        header video {
            height: 650px;
            width: 100%;
            right: 0;
            left: 0;
            z-index: -6;
            object-fit: cover;
        }
        
        header .text {
            position: absolute;
        }
        
        header .text h1 {
            font-size: 60px;
            padding-top: 40px;
            width: auto;
            color: bisque;
            font-weight: 1000;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }
        
        .para {
            background-color: rgb(45, 49, 49);
            color: rgb(253, 252, 253);
            margin-bottom: 0;
            align-items: center;
            text-align: justify;
        }
        
        .para p {
            padding: 20px;
            font-size: larger;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }
        
        #information {
            padding-top: 0;
            background-color: rgb(30, 34, 34);
            padding-bottom: 40px;
            padding: 40px;
        }
        
        #information .about .pic {
            width: 40%;
        }
        
        #information .about .pic img {
            width: 100%;
            margin-top: 100px;
            border-radius: 10px;
            height: 80%;
            transition: 0.8s ease;
        }
        
        #information .about .pic img:hover {
            transform: scale(1.05);
        }
        
        #information .about .text h1 {
            font-size: xx-large;
            color: white;
        }
        
        #information .about .text {
            width: 100%;
            line-height: 30px;
            padding-right: 20px;
            padding-top: 20px;
            color: rgb(173, 169, 169);
            text-align: justify;
        }
        
        #information .about {
            display: flex;
            justify-content: space-between;
            text-align: start;
            width: 100%;
        }
        
        #post {
            background-image: url("para.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            flex-direction: column;
            display: flex;
            background-position: center;
            justify-content: center;
            color: rgb(253, 252, 253);
            height: 500px;
            margin: 40px;
            margin-bottom: 0;
            border-radius: 5px;
            align-items: center;
            text-align: justify;
            border: 2px solid rgb(45, 49, 49);
            padding: 20px 80px 20px 80px;
            transition: 1s ease;
        }
        
        #post:hover {
            transform: scale(1.05);
        }
        
        #post h1 {
            font-size: 40px;
            color: white;
            line-height: 0;
        }
        
        #post p {
            color: rgb(173, 169, 169);
            line-height: 30px;
            text-align: justify;
        }
        
        #products {
            text-align: justify;
            padding: 40px;
        }
        
        #products .product {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 60px;
        }
        
        #products .pic {
            width: 50%;
            margin-top: 30px;
        }
        
        #products .product-information h1 {
            color: white;
        }
        
        #products .product-information {
            width: 100%;
            line-height: 30px;
            text-align: justify;
            padding-bottom: 50px;
            color: rgb(173, 169, 169);
            margin-top: 60px;
        }
        
        #products .pi .product-information {
            margin-right: 0px;
            width: 90%;
            padding-left: 40px;
            padding-right: 40px;
        }
        
        #products .pi {
            background-color: rgb(45, 49, 49);
            padding-bottom: 30px;
            padding-top: 50px;
        }
        
        #products .pic img {
            width: 90%;
            height: 350px;
            transition: 0.8s ease;
            border-radius: 10px;
            margin-top: 45px;
        }
        
        #products .pic img:hover {
            transform: scale(1.05);
        }
        
        #products .pi .pic img {
            width: 90%;
            height: 350px;
            border-radius: 10px;
            margin-top: 50px;
        }
        
        #products .product-information h1 {
            font-size: x-large;
            text-align: start;
        }
        
        #products .product-information a {
            text-decoration: none;
            background-color: rgb(8, 8, 8);
            color: white;
            padding: 15px 30px 15px 30px;
            border: none;
            border-radius: 4PX;
        }
        
        #products .btn {
            transition: 0.8s ease;
        }
        
        #products .btn:hover {
            color: rgb(236, 129, 5);
            transform: scale(1.05);
        }
        
        #info {
            padding: 40px;
            margin-left: 0;
            width: 100%;
            box-sizing: border-box;
        }
        
        #info .info-detail h1 {
            color: white;
            font-size: xx-large;
        }
        
        #info .info-detail {
            width: 100%;
            line-height: 30px;
            color: rgb(173, 169, 169);
            text-align: justify;
            align-items: center;
        }
        
        #inpt {
            box-sizing: border-box;
            width: 100%;
            padding: 90px;
            align-items: center;
            text-align: center;
            border: none;
            background-color: rgb(45, 49, 49);
            color: wheat;
            border-bottom: 5px solid rgb(45, 49, 49);
        }
        
        #inpt .inpt-info h2 {
            color: white;
            padding-bottom: 20px;
        }
        
        #inpt .inpt-info input {
            margin: 10px;
            padding: 20px 200px 20px 10px;
            border: 1px solid bisque;
            background-color: rgb(30, 34, 34);
            border-radius: 7px;
        }
        
         ::placeholder {
            font-size: 15px;
            font-weight: 1000;
            color: rgb(131, 128, 130);
        }
        
        textarea::placeholder {
            font-size: 20px;
            font-weight: 1000;
            color: rgb(131, 128, 130);
        }
        
        #inpt .inpt-info textarea {
            margin: 10px;
            padding: 20px 190px 20px 10px;
            margin-bottom: 20px;
            border: 1px solid bisque;
            background-color: rgb(30, 34, 34);
            border-radius: 7px;
            resize: none;
        }
        
        #inpt .inpt-info button {
            margin: 20px;
            padding: 15px 25px 15px 25px;
            background-color: rgb(30, 34, 34);
            color: white;
            border-radius: 6px;
            border: none;
            width: 30%;
            font-weight: 1000;
            border: 1px solid bisque;
        }
        
        footer span {
            color: white;
            background-color: rgba(0, 0, 0, 0.9);
        }
        
        footer {
            border-top: 5px solid rgb(45, 49, 49);
            background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("tara11.jpg");
            width: 100%;
            height: 400px;
            color: rgb(117, 114, 114);
            text-align: center;
            justify-content: center;
            flex-direction: column;
            display: flex;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        footer h1 {
            text-align: center;
            padding-top: 10px;
            color: rgb(112, 112, 111);
            font-size: 16px;
        }
        
        footer a {
            text-decoration: none;
            font-size: 15px;
            color: rgb(119, 117, 117);
            font-weight: 1000;
            padding-top: 30px;
        }
        
        footer h4 {
            font-size: 15px;
        }
        
        .other-web {
            font-size: 15px;
            background-color: rgb(226, 223, 223);
            width: 40%;
            align-items: center;
            text-align: center;
            margin: 0 auto;
            padding-bottom: 2rem;
            padding: .5rem 0rem;
            color: rgb(12, 12, 12);
        }
        
        #privacy {
            padding: 40px;
            line-height: 30px;
            padding-top: 130px;
            color: rgb(173, 169, 169);
        }
        
        #privacy .privacy-policy {
            text-align: justify;
        }
        
        #privacy span {
            font-size: x-large;
            color: rgb(173, 169, 169);
        }
        
        #privacy h1 {
            color: white;
        }
        
        #product1 {
            padding: 130px 20px 20px 20px;
            border: 1px solid rgb(155, 153, 153);
            border-top: none;
        }
        
        #product1 h1 {
            background-color: rgb(87, 84, 83);
            color: white;
            padding: 30px;
            align-items: center;
            text-align: center;
        }
        
        #product1 .product2 h2 {
            padding: 20px;
            padding-bottom: 0;
            align-items: center;
            text-align: center;
            color: rgb(255, 255, 255);
        }
        
        #product1 .product2 h3 {
            background-color: rgb(13, 14, 13);
            padding: 15px 40px 15px 40px;
            color: rgb(202, 198, 198);
            align-items: center;
            text-align: center;
        }
        
        #product1 .product2 .image {
            padding: 30px;
            align-items: center;
            text-align: center;
        }
        
        #product1 .product2 .image img:hover {
            transform: scale(1.09);
        }
        
        #product1 .product2 .image img {
            width: 30%;
            height: 30%;
            object-fit: contain;
            border-radius: 5px;
            transition: .5s ease;
        }
        
        #product1 .icon {
            align-items: center;
        }
        
        #product1 .icon li {
            list-style: none;
            display: flex;
            margin-left: 470px;
            padding: 10px 0;
            align-items: center;
        }
        
        #product1 .icon li i {
            font-size: 15px;
            padding-right: 5px;
            color: white;
            font-size: larger;
            align-items: center;
        }
        
        #product1 .icon li p {
            margin: 0;
            font-size: 20px;
            color: rgb(168, 165, 165);
            align-items: center;
        }
        
        #product1 .product2 .logo-btn {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-left: 120px;
        }
        
        #product1 .product2 .logo-btn .logo {
            padding: 0;
        }
        
        #product1 .product2 .logo-btn .logo img {
            width: 110px;
            height: 100px;
            margin-right: 750px;
            padding: 0;
            background-color: black;
            border: 1px solid white;
        }
        
        #product1 .product2 .logo-btn .btn a {
            text-decoration: none;
            padding: 15px 30px 15px 30px;
            border: rgb(155, 153, 153);
            background-color: rgb(10, 10, 10);
            border-radius: 4px;
            color: white;
            transition: .5s ease;
        }
        
        #product1 .product2 .logo-btn .btn {
            transition: .5s ease;
            border: 1px solid rgb(243, 231, 231);
        }
        
        #product1 .product2 .logo-btn .btn:hover {
            transform: scale(1.05);
            border: 1px solid rgb(243, 231, 231);
        }
        
        .para {
            text-align: justify;
            padding: 30px;
            color: rgb(172, 164, 164);
            font-size: 15px;
            line-height: 25px;
        }
        
        @media screen and (max-width:1200px) and (min-width:1090px) {
            #information .about .pic img {
                margin-top: 130px;
                height: 70%;
            }
            #information .about .text {
                width: 90%;
            }
            #products .pic {
                margin-top: 40px;
            }
        }
        
        @media screen and (max-width:1900px) and (min-width:1400px) {
            #products .pic img {
                margin-top: 25px;
            }
        }
        
        @media screen and (max-width:1089px) and (min-width:1030px) {
            #information .about .pic img {
                margin-top: 130px;
                height: 70%;
            }
            #information .about .text {
                width: 80%;
            }
        }
        
        @media screen and (max-width:1029px) and (min-width:970px) {
            #information .about .pic img {
                margin-top: 160px;
                height: 60%;
            }
            #information .about .text {
                width: 80%;
            }
        }
        
        @media screen and (max-width:969px) and (min-width:950px) {
            #information {
                padding: 20px;
            }
            #information .about .pic img {
                margin-top: 160px;
                height: 60%;
            }
            #information .about .text {
                width: 80%;
            }
        }
        
        @media screen and (max-width:949px) and (min-width:900px) {
            #information {
                padding: 20px;
            }
            #information .about .pic img {
                margin-top: 150px;
                height: 60%;
            }
            #information .about .text {
                width: 70%;
            }
        }
        
        @media screen and (max-width:899px) and (min-width:750px) {
            #information {
                padding: 20px;
            }
            #information .about .pic img {
                margin-top: 150px;
                height: 50%;
            }
            #information .about .pic {
                width: 50%;
            }
            #information .about .text {
                width: 50%;
            }
        }
        
        @media screen and (max-width:1050px) and (min-width:850px) {
            #privacy {
                padding-top: 60px;
            }
        }
        
        @media screen and (max-width:849px) and (min-width:450px) {
            #privacy {
                padding-top: 170px;
            }
        }
        
        @media screen and (max-width:802px) and (min-width:750px) {
            #information .about .pic img {
                margin-top: 150px;
                height: 40%;
            }
        }
        
        @media screen and (max-width:699px) and (min-width:538px) {
            #post {
                margin: 40px;
            }
        }
        
        @media screen and (max-width:545px) and (min-width:450px) {
            #post {
                height: 699px;
            }
        }
        
        @media screen and (max-width:449px) and (min-width:200px) {
            #post {
                height: 770px;
            }
        }
        
        @media screen and (max-width:749px) and (min-width:546px) {
            #post {
                height: 620px;
            }
        }
        
        @media screen and (max-width:749px) and (min-width:100px) {
            #information .about {
                flex-direction: column-reverse;
                text-align: start;
                justify-content: center;
            }
            #post h1 {
                padding-top: 90px;
            }
            #information .about .pic {
                width: 100%;
            }
            #information .about .pic img {
                height: 420px;
            }
            #products .pic {
                width: 100%;
            }
            #products .pic img {
                width: 100%;
                height: 420px;
            }
            #products .product {
                padding: 40px;
                padding-top: 0;
            }
            #products {
                padding: 0px;
            }
            #products .pi .pic img {
                width: 100%;
                height: 420px;
            }
            #products .pi .product-information {
                width: 100%;
                padding-left: 0px;
            }
            #products .product {
                flex-direction: column;
                justify-content: center;
            }
            #products .pic {
                margin-top: 0px;
            }
            #products .product-information {
                padding-bottom: 25px;
                margin-top: 0px;
            }
        }
        
        @media screen and (max-width:441px) {
            #information .about .pic img {
                height: 320px;
            }
            #products .pic img {
                height: 320px;
            }
            #products .pi .pic img {
                height: 320px;
            }
        }
        
        @media screen and (max-width:537px) and (min-width:442px) {
            #information .about .pic img {
                height: 380px;
            }
            #products .pic img {
                height: 380px;
            }
            #products .pi .pic img {
                height: 380px;
            }
        }
        
        @media screen and (max-width:537px) {
            #information {
                padding: 20px;
            }
            #information .about .text {
                text-align: start;
            }
            #post {
                padding: 20px;
                margin: 20px;
            }
            #post {
                text-align: start;
            }
            #post p {
                text-align: start;
            }
            #products .product {
                padding: 20px;
            }
            #products {
                text-align: start;
            }
            #products .product-information {
                text-align: start;
            }
        }
        
        @media screen and (max-width:397px) {
            #information {
                padding: 10px;
            }
            #products .product {
                padding: 10px;
            }
        }
        
        @media screen and (max-width:1151px) {
            #products .product {
                margin-bottom: 0px;
            }
            #products .pi {
                padding-bottom: 0px;
                padding-top: 0px;
            }
        }
        
        @media screen and (max-width:356px) {
            #post h1 {
                font-size: 30px;
            }
            #post {
                padding: 10px;
            }
            #information .about .text {
                width: 95%;
            }
            #information .about .pic img {
                height: 280px;
            }
            #products .pic img {
                height: 280px;
            }
            #products .pi .pic img {
                height: 280px;
            }
        }
        
        @media screen and (max-width:815px) and (min-width:538px) {
            #post {
                padding: 40px;
            }
        }
        
        @media screen and (max-width:1230px) and (min-width:1150px) {
            #product1 .icon li {
                margin-left: 430px;
                align-items: start;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #product1 .product2 .image img {
                width: 30%;
                height: 30%;
                object-fit: contain;
            }
        }
        
        @media screen and (max-width:1150px) and (min-width:1050px) {
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 330px;
                align-items: start;
            }
            #product1 {
                padding: 90px 20px 20px 20px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #product1 .product2 .image img {
                width: 40%;
                height: 40%;
                object-fit: contain;
            }
            #inpt .inpt-info {
                padding-left: 0;
                text-align: center;
            }
        }
        
        @media screen and (max-width:537px) {
            #info .info-detail {
                text-align: start;
            }
        }
        
        @media screen and (max-width:789px) {
            header .text h1 {
                font-size: 50px;
            }
        }
        
        @media screen and (max-width:1160px) and (min-width:1100px) {
            #products .pi .pic img {
                margin-top: 70px;
            }
        }
        
        @media screen and (max-width:1099px) and (min-width:1060px) {
            #products .pi .pic img {
                margin-top: 90px;
            }
        }
        
        @media screen and (max-width:1099px) and (min-width:1040px) {
            #products .pi .pic img {
                margin-top: 110px;
            }
        }
        
        @media screen and (max-width:1039px) and (min-width:1020px) {
            #products .pi .pic img {
                margin-top: 120px;
            }
        }
        
        @media screen and (max-width:1019px) and (min-width:1000px) {
            #products .pi .pic img {
                margin-top: 130px;
            }
        }
        
        @media screen and (max-width:969px) and (min-width:750px) {
            #products {
                padding: 20px;
            }
            #products .pi .product-information {
                padding-left: 20px;
                padding-right: 20px;
            }
            #products .pic img {
                width: 95%;
            }
            #products .pi .pic img {
                width: 95%;
            }
        }
        
        @media screen and (max-width:999px) and (min-width:951px) {
            #products .pi .pic img {
                margin-top: 120px;
            }
            #products .pic {
                margin-top: 50px;
            }
            #products .product-information {
                width: 80%;
            }
            #products .pi .product-information {
                width: 70%;
            }
        }
        
        @media screen and (max-width:969px) and (min-width:751px) {
            #post p {
                line-height: 20px;
            }
            #post {
                margin: 20px;
            }
        }
        
        @media screen and (max-width:950px) and (min-width:900px) {
            #products .pi .pic img {
                margin-top: 120px;
            }
            #products .pic {
                margin-top: 50px;
            }
            #products .product-information {
                width: 70%;
            }
            #products .pi .product-information {
                width: 60%;
            }
        }
        
        @media screen and (max-width:899px) and (min-width:850px) {
            #products .pi .pic img {
                margin-top: 90px;
            }
            #products .pic {
                margin-top: 75px;
            }
            #products .product-information {
                width: 70%;
            }
            #products .pi .product-information {
                width: 60%;
            }
        }
        
        @media screen and (max-width:849px) and (min-width:750px) {
            #products .pi .pic img {
                margin-top: 120px;
            }
            #products .pic {
                margin-top: 75px;
            }
            #products .product-information {
                width: 60%;
            }
            #products .pi .product-information {
                width: 50%;
            }
            #products .pic img {
                margin-top: 110px;
            }
        }
        
        @media screen and (max-width:1160px) {
            .para p {
                padding: 5px;
            }
        }
        
        @media screen and (max-width:685px) {
            .para {
                padding: 20px;
                text-align: start;
            }
        }
        
        @media screen and (max-width:1160px) and (min-width:1000px) {
            #products .pic img {
                margin-top: 65px;
            }
            #products .pic {
                width: 60%;
            }
            #products .pic img {
                height: 350px;
            }
        }
        
        @media screen and (max-width:1276px) and (min-width:1150px) {
            #products .pic {
                width: 60%;
            }
            #products .pic img {
                height: 350px;
            }
            #products .pi .pic img {
                height: 350px;
                margin-top: 70px;
            }
        }
        
        @media screen and (max-width:1050px) and (min-width:950px) {
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 330px;
                align-items: start;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 {
                padding: 70px 20px 20px 20px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 60px;
            }
            #product1 .product2 .image img {
                width: 40%;
                height: 40%;
                object-fit: contain;
            }
            #inpt .inpt-info {
                padding-left: 0;
                text-align: center;
            }
        }
        
        @media screen and (max-width:975px) and (min-width:749px) {
            nav .navbar .icon {
                margin-top: 20px;
            }
        }
        
        @media screen and (max-width:840px) and (min-width:749px) {
            nav .navbar .icon {
                margin-top: 20px;
            }
            nav .navbar .logo {
                padding-left: 20px;
            }
        }
        
        @media screen and (max-width:975px) and (min-width:951px) {
            nav .navbar .row {
                flex-direction: column;
                justify-content: center;
                text-align: center;
            }
            nav .navbar .logo {
                padding-left: 60px;
            }
        }
        
        @media screen and (max-width:950px) and (min-width:850px) {
            nav .navbar .logo {
                padding-left: 70px;
            }
            nav .navbar .row {
                flex-direction: column;
                justify-content: center;
                text-align: center;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            nav .navbar .icon {
                margin-top: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 270px;
                align-items: start;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 100px;
            }
            #product1 .product2 .image img {
                width: 50%;
                height: 50%;
                object-fit: contain;
            }
            #product1 {
                padding: 70px 20px 20px 20px;
            }
            #products .product {
                margin-bottom: 30px;
            }
            #inpt {
                padding: 30px;
            }
            #inpt .inpt-info {
                padding-left: 0;
                text-align: center;
            }
        }
        
        @media screen and (min-width:50px) and (max-width:500px) {
            .other-web {
                width: 60%;
            }
        }
        
        @media screen and (min-width:751px) and (max-width:975px) {
            nav .navbar .logo1 {
                padding-top: 30px;
            }
        }
        
        @media screen and (max-width:1078px) {
            .logo1 {
                margin-left: 20px;
            }
        }
        
        @media screen and (min-width:50px) and (max-width:750px) {
            nav .navbar.active {
                visibility: visible;
            }
            #product1 {
                padding: 20px 20px 20px 20px;
            }
            nav .navbar .icon {
                padding-left: 20px;
            }
            .homes {
                padding-left: 20px;
            }
            nav .navbar a {
                padding: 15px;
            }
            .logo1 {
                margin-left: 0px;
            }
            nav .navbar .logo {
                padding-left: 0px;
            }
            .homes {
                margin-top: 100px;
                font-size: 20px;
            }
            nav .navbar .col a::after {
                width: 0;
                height: 2px;
            }
            nav .navbar .col a:hover::after {
                width: 20%;
                height: 2px;
                margin-left: 280px;
            }
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            .navbar #bar {
                display: initial;
                font-size: 30px;
                margin-top: 35px;
                margin-right: 15px;
            }
            nav .navbar ul {
                padding-top: 0px;
            }
            .navbar #times {
                display: initial;
                font-size: 40px;
                padding-top: 5px;
                background-color: rgb(30, 34, 34);
                padding: 40px 30px 30px 30px;
            }
            nav .navbar ul {
                align-items: flex-start;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 0px;
                visibility: hidden;
                position: absolute;
                margin-right: 0;
                padding-right: 0;
            }
            nav .navbar ul.active {
                visibility: visible;
            }
            nav .navbar.active {
                visibility: visible;
            }
            header {
                margin-top: 5px;
                transition: all 1s ease-out;
            }
            /* header.active {
                    margin-top: 500px;
                    position: absolute;
                }  */
            nav {
                background-color: beige;
                height: 80px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
                border: none;
                transition: 0.6s ease-out;
                position: relative;
                padding-left: 0;
            }
            nav.active {
                height: 580px;
            }
            .slide-down {
                margin-top: 480px;
            }
            .homes {
                flex-direction: column;
            }
            .navbar i {
                font-size: 25px;
                margin: 0px;
            }
            nav .navbar ul li {
                padding: 20px 30px 40px 0px;
            }
            nav .navbar {
                margin: 0;
            }
            nav .navbar a {
                font-size: 20px;
            }
            nav .navbar .row {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
                margin-top: 0;
            }
            nav .navbar .row .col {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
                font-size: 20px;
            }
            nav .navbar .icon {
                align-items: start;
            }
            nav .navbar .row {
                align-items: start;
            }
            footer {
                height: 200px;
            }
        }
        
        @media screen and (min-width:700px) and (max-width:750px) {
            nav .navbar.active {
                visibility: visible;
            }
            nav .navbar .logo {
                padding-left: 0px;
            }
            .homes {
                margin-top: 60px;
                font-size: 17px;
            }
            nav .navbar .col a::after {
                width: 0;
                height: 2px;
            }
            nav .navbar .col a:hover::after {
                width: 20%;
                height: 2px;
                margin-left: 280px;
            }
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 150px;
                align-items: start;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 0;
            }
            #product1 .product2 .image img {
                width: 60%;
                height: 60%;
                object-fit: contain;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #privacy {
                padding: 30px;
                line-height: 30px;
                margin-top: 0;
                text-align: start;
            }
            #space {
                padding: 0px;
                margin: 0px;
            }
            .navbar i {
                font-size: 25px;
                margin: 0px;
            }
            nav .navbar ul li {
                padding: 20px 30px 40px 0px;
            }
            nav .navbar {
                margin: 0;
            }
            nav .navbar a {
                font-size: 20px;
            }
            nav .navbar .row {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
                margin-top: 0;
            }
            nav .navbar .row .col {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
                font-size: 20px;
            }
            nav .navbar ul {
                align-items: flex-start;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 0px;
                visibility: hidden;
                position: absolute;
                margin-right: 0;
                padding-right: 0;
            }
            nav .navbar ul.active {
                visibility: visible;
            }
            nav .navbar.active {
                visibility: visible;
            }
            header {
                margin-top: 5px;
                transition: all 1s ease-out;
            }
            /* header.active {
                    margin-top: 500px;
                    position: absolute;
                }  */
            nav {
                background-color: beige;
                height: 80px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
                border: none;
                transition: 0.6s ease-out;
                position: relative;
                padding-left: 0;
            }
            .slide-down {
                margin-top: 500px;
            }
            #post {
                margin: 40px;
            }
            #products .product {
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #products .pi {
                flex-direction: column-reverse;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
            #inpt .inpt-info textarea {
                padding: 20px 200px 20px 10px;
                margin-bottom: 20px;
            }
        }
        
        @media screen and (min-width:600px) and (max-width:700px) {
            #privacy {
                padding: 30px;
            }
            header {
                min-height: 350px;
            }
            .homes {
                margin-top: 70px;
                font-size: 20px;
            }
            nav .navbar .col a::after {
                width: 0;
                height: 2px;
            }
            nav .navbar .col a:hover::after {
                width: 23%;
                height: 2px;
                margin-left: 230px;
            }
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 140px;
                align-items: start;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 0;
            }
            #product1 .product2 .image img {
                width: 60%;
                height: 60%;
                object-fit: contain;
            }
            #privacy {
                padding: 0px;
                line-height: 30px;
                margin-top: 0;
                text-align: start;
            }
            #space {
                padding: 0px;
                margin: 0;
            }
            #products .product {
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #products .pi {
                flex-direction: column-reverse;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
            #inpt .inpt-info textarea {
                padding: 20px 200px 20px 10px;
                margin-bottom: 20px;
            }
        }
        
        @media screen and (min-width:500px) and (max-width:600px) {
            nav .navbar.active {
                visibility: visible;
            }
            .homes {
                margin-top: 40px;
                font-size: 20px;
            }
            nav .navbar .col a::after {
                width: 0;
                height: 2px;
            }
            nav .navbar .col a:hover::after {
                width: 30%;
                height: 2px;
                margin-left: 170px;
            }
            #inpt .inpt-info textarea {
                padding: 20px 130px 20px 10px;
                margin-bottom: 20px;
            }
            #inpt .inpt-info input {
                padding: 12px 130px 12px 10px;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 100px;
                align-items: start;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 14px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 13px;
            }
            #space {
                margin: 0;
            }
            #product1 .product2 .image img {
                width: 70%;
                height: 70%;
                object-fit: contain;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #privacy {
                padding: 30px;
            }
            #space {
                padding: 0px;
                margin: 0;
            }
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            #info {
                padding: 20px;
            }
            #products .product {
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #products .pi {
                flex-direction: column-reverse;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #info {
                padding: 20px;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
        }
        
        @media screen and (max-width:1049px) {
            #product1 .product2 .logo-btn {
                padding-left: 0px;
            }
        }
        
        @media screen and (max-width:999px) and (min-width:910px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 530px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 30px;
            }
        }
        
        @media screen and (max-width:909px) and (min-width:820px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 470px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 30px;
            }
        }
        
        @media screen and (max-width:819px) and (min-width:780px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 430px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 30px;
            }
        }
        
        @media screen and (max-width:779px) and (min-width:750px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 390px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 30px;
            }
        }
        
        @media screen and (max-width:749px) and (min-width:600px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 330px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 30px;
            }
            #privacy {
                padding: 30px;
            }
        }
        
        @media screen and (max-width:699px) and (min-width:650px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 280px;
            }
            #privacy {
                padding: 30px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 30px;
            }
        }
        
        @media screen and (max-width:649px) and (min-width:600px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 240px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 20px;
            }
        }
        
        @media screen and (max-width:599px) and (min-width:540px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 200px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 20px;
            }
            #product1 .product2 .logo-btn .logo img {
                width: 100px;
                height: 70px;
            }
        }
        
        @media screen and (max-width:599px) and (min-width:540px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 200px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 20px;
            }
            #product1 .product2 .logo-btn .logo img {
                width: 100px;
                height: 70px;
            }
        }
        
        @media screen and (max-width:539px) and (min-width:500px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 150px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .logo img {
                width: 100px;
                height: 70px;
            }
        }
        
        @media screen and (max-width:499px) and (min-width:450px) {
            #product1 .product2 .logo-btn .logo img {
                margin-right: 100px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .logo img {
                width: 100px;
                height: 70px;
            }
        }
        
        @media screen and (max-width:400px) and (min-width:310px) {
            header .text h1 {
                font-size: 40px;
                padding-top: 0px;
            }
            header video {
                height: 580px;
            }
        }
        
        @media screen and (max-width:309px) and (min-width:200px) {
            header video {
                height: 540px;
            }
            header .text h1 {
                font-size: 40px;
                padding-top: 0px;
            }
        }
        
        @media screen and (max-width:449px) and (min-width:200px) {
            #product1 .product2 .logo-btn .logo img {
                width: 150px;
                height: 90px;
            }
            #product1 .product2 .logo-btn {
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #product1 .product2 .logo-btn .logo img {
                margin-right: 0px;
                padding-left: 0;
                margin-bottom: 2rem;
            }
            #product1 .product2 .logo-btn .logo {
                padding: 30px 70px 30px 70px;
            }
        }
        
        @media screen and (min-width:400px) and (max-width:500px) {
            nav .navbar.active {
                visibility: visible;
            }
            .homes {
                margin-top: 50px;
                font-size: 20px;
            }
            nav .navbar .col a::after {
                width: 0;
                height: 2px;
            }
            nav .navbar .col a:hover::after {
                width: 30%;
                height: 2px;
                margin-left: 130px;
            }
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 70px;
                align-items: start;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 20px 40px 20px 40px;
                font-size: 12px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 0;
            }
            #product1 .product2 .image img {
                width: 80%;
                height: 80%;
                object-fit: contain;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #privacy {
                padding: 20px;
            }
            #box {
                padding: 0;
            }
            #inpt .inpt-info textarea {
                padding: 20px 100px 20px 10px;
                margin-bottom: 20px;
            }
            #inpt .inpt-info input {
                padding: 12px 100px 12px 10px;
            }
            nav .navbar .logo {
                padding-left: 5px;
            }
            #products .product {
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #products .pi {
                flex-direction: column-reverse;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #info {
                padding: 20px;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
        }
        
        @media screen and (max-width:1330px) and (min-width:1143px) {
            #product1 .product2 .logo-btn .logo {
                margin-left: 70px;
            }
            #product1 .product2 .logo-btn .logo img {
                margin-right: 700px;
            }
        }
        
        @media screen and (max-width:1142px) and (min-width:1000px) {
            #product1 .product2 .logo-btn .logo {
                margin-left: 70px;
            }
            #product1 .product2 .logo-btn .logo img {
                margin-right: 640px;
            }
        }
        
        @media screen and (max-width:1082px) and (min-width:1000px) {
            #product1 .product2 .logo-btn .logo {
                margin-left: 70px;
            }
            #product1 .product2 .logo-btn .logo img {
                margin-right: 570px;
            }
        }
        
        @media screen and (min-width:50px) and (max-width:200px) {
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #privacy {
                padding: 0px;
                line-height: 30px;
                margin-top: 0;
                text-align: start;
            }
            .navbar i {
                font-size: 50px;
                margin: 0px;
            }
            nav .navbar ul li {
                padding: 20px 30px 40px 0px;
            }
            nav .navbar {
                margin: 0;
            }
            nav .navbar .row {
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
            }
            nav .navbar .row .col {
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
            }
            nav .navbar ul {
                align-items: flex-start;
                padding-left: 0;
                margin-left: 0px;
                margin-top: 0px;
                visibility: hidden;
                transition: all 0s ease-out;
            }
            nav .navbar ul li a {
                font-size: 30px;
            }
            nav .navbar ul.active {
                visibility: visible;
            }
            nav .navbar.active {
                visibility: visible;
            }
            header {
                margin-top: 5px;
                transition: all 1s ease-out;
            }
            /* header.active {
                    margin-top: 500px;
                    position: absolute;
                }  */
            nav {
                background-color: beige;
                height: 80px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
                transition: 0.5s ease-out;
                border: none;
            }
            nav.active {
                height: 710px;
            }
            .slide-down {
                margin-top: 500px;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
        }
        
        @media screen and (max-width:1330px) and (min-width:1230px) {
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #product1 .product2 .image img {
                width: 30%;
                height: 30%;
                object-fit: contain;
            }
        }
        
        @media screen and (max-width:850px) and (min-width:750px) {
            nav .navbar .row {
                flex-direction: column;
                justify-content: center;
                text-align: center;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 200px;
                align-items: start;
            }
            #product1 .product2 h3 {
                padding: 15px 20px 15px 20px;
                color: white;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 10px 20px 10px 20px;
                font-size: 15px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #product1 .product2 .image img {
                width: 50%;
                height: 50%;
                object-fit: contain;
            }
            #inpt {
                padding: 30px;
            }
            #inpt .inpt-info {
                padding-left: 0;
                text-align: center;
            }
            #inpt .inpt-info textarea {
                padding: 20px 200px 20px 10px;
            }
        }
        
        @media screen and (min-width:300px) and (max-width:400px) {
            nav .navbar.active {
                visibility: visible;
            }
            #inpt .inpt-info h2 {
                padding-left: 0px;
                align-items: center;
            }
            .homes {
                margin-top: 30px;
                font-size: 20px;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 30px;
                align-items: start;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 20px 40px 20px 40px;
                font-size: 12px;
                font-weight: 1000;
                margin-bottom: 20px;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 0;
            }
            #product1 .product2 .image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #privacy {
                padding: 20px;
            }
            nav .navbar .logo {
                padding-left: 0;
            }
            footer {
                height: 250px;
            }
            footer h1 {
                padding-top: 50px;
            }
            #box {
                padding: 0;
            }
            #inpt .inpt-info textarea {
                padding: 20px 45px 20px 10px;
                margin-bottom: 20px;
            }
            #inpt .inpt-info input {
                padding: 12px 50px 12px 10px;
            }
            .navbar i {
                font-size: 20px;
                margin: 0px;
                text-align: start;
            }
            nav .navbar ul li {
                padding: 20px 30px 40px 0px;
            }
            nav .navbar {
                margin: 0;
            }
            nav .navbar .row {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
                padding-left: 0;
            }
            nav .navbar .row .col {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
            }
            nav .navbar ul {
                align-items: flex-start;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 0px;
                visibility: hidden;
                position: absolute;
                margin-right: 0;
                padding-right: 0;
            }
            nav .navbar ul.active {
                visibility: visible;
            }
            nav .navbar.active {
                visibility: visible;
            }
            header {
                margin-top: 5px;
                transition: all 1s ease-out;
            }
            /* header.active {
                    margin-top: 500px;
                    position: absolute;
                }  */
            nav {
                background-color: beige;
                height: 80px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
                border: none;
                transition: 0.6s ease-out;
                position: relative;
                padding-left: 0;
            }
            nav.active {
                height: 540px;
            }
            .slide-down {
                margin-top: 540px;
            }
            #products .product {
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #products .pi {
                flex-direction: column-reverse;
                justify-content: flex-start;
                align-items: flex-start;
                margin-bottom: 20px;
            }
            #info {
                padding: 20px;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
        }
        
        @media screen and (min-width:200px) and (max-width:300px) {
            html,
            body {
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0;
                overflow-x: hidden;
            }
            nav.active {
                height: 450px;
            }
            #product1 .product2 h2 {
                padding: 0px;
                font-size: 20px;
            }
            #product1 .product2 {
                margin-bottom: 60px;
            }
            #product1 .icon li {
                margin-left: 10px;
                align-items: start;
            }
            #product1 .product2 h3 {
                padding: 15px 20px 15px 20px;
            }
            #product1 .product2 .logo-btn {
                padding-left: 10px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #product1 .product2 .logo-btn .btn a {
                padding: 20px 30px 20px 30px;
                font-size: 13px;
                font-weight: 1000;
                margin-bottom: 20px;
                align-items: center;
            }
            #product1 {
                margin: 0px;
                margin-top: 0px;
            }
            #product1 .icon li p {
                margin: 0;
                font-size: 15px;
            }
            #space {
                margin: 0;
            }
            #product1 .product2 .image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            #privacy .privacy-policy {
                text-align: start;
            }
            #privacy {
                padding: 10px;
            }
            #box {
                padding: 0;
            }
            #inpt .inpt-info textarea {
                padding: 20px 0px 20px 10px;
                margin-bottom: 20px;
            }
            #inpt .inpt-info input {
                padding: 12px 0px 12px 10px;
            }
            nav .navbar .logo {
                padding-left: 0;
            }
            .homes {
                margin-top: 30px;
            }
            .navbar i {
                margin: 0px;
                text-align: start;
                font-size: 20px;
            }
            nav .navbar ul li {
                padding: 10px 15px 30px 0px;
            }
            nav .navbar {
                margin: 0;
                line-height: 25px
            }
            nav .navbar .row {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
            }
            nav .navbar .row .col {
                flex-direction: column;
                justify-content: flex-start;
                text-align: start;
            }
            nav .navbar ul {
                align-items: flex-start;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 0px;
                visibility: hidden;
                position: absolute;
                margin-right: 0;
                padding-right: 0;
            }
            nav .navbar ul.active {
                visibility: visible;
            }
            nav .navbar.active {
                visibility: visible;
            }
            header {
                margin-top: 5px;
                transition: all 1s ease-out;
            }
            /* header.active {
                    margin-top: 500px;
                    position: absolute;
                }  */
            nav {
                background-color: beige;
                height: 90px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
                border: none;
                transition: 0.6s ease-out;
                position: relative;
                padding-left: 0;
            }
            #inpt {
                margin: 0px;
                width: 100%;
                padding: 0px;
                align-items: center;
                margin-top: 50px;
                padding-top: 50px;
            }
            #inpt .inpt-info {
                padding: 0;
                text-align: center;
            }
        }
        
        @media screen and (min-width:50px) and (max-width:750px) {
            nav .navbar {
                position: sticky;
            }
            nav .navbar ul {
                align-items: flex-start;
                padding-left: 0px;
                margin-left: 0px;
                margin-top: 0px;
                visibility: hidden;
                position: absolute;
                margin-right: 0;
                padding-right: 0;
            }
            nav .navbar ul.active {
                visibility: visible;
            }
            nav .navbar {
                height: 0;
            }
            nav .navbar.active {
                visibility: visible;
                height: 700px;
            }
            header {
                margin-top: 0px;
            }
            /* header.active {
                margin-top: 700px;
                position: absolute;
            } */
            nav {
                background-color: rgb(45, 49, 49);
                height: 80px;
                width: 100%;
                flex-direction: column;
                justify-content: flex-start;
                align-items: start;
                border: none;
                position: relative;
                padding-left: 0;
                top: 0;
                left: 0;
                transition: background-color 0.8s ease-out;
                overflow-y: scroll;
                transition: all 0.6s ease-out;
            }
            nav.active {
                background-color: rgb(30, 34, 34);
                transition: all 0.6s ease-out;
            }
        }
        
        @media screen and (max-width:397px) {
            #post {
                margin: 0px;
                height: 690px;
            }
            #post h1 {
                padding-top: 30px;
            }
            #post {
                text-align: start;
                align-items: start;
            }
            .para {
                padding: 10px;
            }
        }
        
        @media screen and (min-width:50px) and (max-width:400px) {
            nav .navbar a::after {
                width: 0;
                height: 2px;
            }
            nav .navbar a:hover::after {
                margin-left: 30px;
                width: 30%;
                height: 2px;
            }
        }
        
        @media screen and (min-width:480px) and (max-width:750px) {
            header {
                min-height: 350px;
            }
        }
        
        .homes {
            display: flex;
        }