*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: black;
}
ul li {
    list-style-type: none;
}
.header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
}
.upperdiv-wrapper img {
    width: 50px;
    height: 30px;
}

.upperdiv-wrapper {
    display: flex;
    gap: 20px;
    object-fit: contain;
    width: 100%;
    margin-top: 20px;
    
}

.upperdiv-wrapper .motors a i {
    margin-right: 10px;
    
}

.upperdiv-wrapper .motors {
    margin-left: 30px;
}

.upperdiv-wrapper .motors:hover {
    text-decoration: underline;
}

.upperdiv-wrapper .property a i {
    margin-right: 10px;
}
.upperdiv-wrapper .property {
    margin-left: 20px;
}

.upperdiv-wrapper .property:hover {
    text-decoration: underline;
}

.maindiv img {
    width: 80px;
    height: 50px;
}

.maindiv {
    display: flex;
    margin-top: 30px;
}

.maindiv form input {
    width: 250px;
    border: 2px soild;
    border-radius: 5px;
    height: 50px;
    margin-left: 40px;
}

.maindiv .products input {
   margin-left: 10px !important;
}


.maindiv {
    display: flex;
    align-items: center;
}

.maindiv form {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

.maindiv input.with-icon {
    padding-right: 30px;
    width: 100%;
}

.maindiv i.fa-magnifying-glass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    
}

.maindiv form input[type="text"]::placeholder {
    padding: 10px;
}

.maindiv .produts {
    margin-left: 40px;
}

.maindiv .products form input {
    width: 500px;
    border: 2px soild;
    border-radius: 5px;
    height: 50px;
    margin-left: 50px;
}

.maindiv form input:hover,
.maindiv .products form input:hover {
    border: 1px solid rgb(60, 219, 219);
    
}

.maindiv .login-wrapper {
    margin-left: 20px;
}

.maindiv .login-wrapper a {
    text-decoration:underline !important;
    font-size: 20px;
    font-weight: 700;

}

.maindiv .login-wrapper a:hover {
    text-decoration: none !important;
}

.maindiv .btn {
    position: relative;
    display: inline-block;
  }
  
.maindiv .btn1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(19, 18, 18);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-bottom: 12px;
  }
  


.maindiv .btn {
    margin-left: 05px;
    padding: 0px 20px;
   
}

.maindiv .btn span {
    margin-right: 10px;
}

.maindiv .btn p {
    margin-top: 10px;
    font-size: larger;
    font-weight: 600;
}

/* all categories start */

.all-categories .main-wrapper h4 {
    margin-top: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    font-size: xx-large;
}

.all-categories .main-wrapper a img {
    width: 100px;
    height: 100px;
}
.all-categories .main-wrapper .categories {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

.all-categories .main-wrapper .categories p {
    text-align: center;
    font-size: small;
    font-weight: 500;
    margin-top: 10px;
    width: 100%;
}
.cards .heading {
    display: flex;
    margin-top: 30px;
    
}

.cards .heading .anchor {
    text-align: right;
}

.cards .heading .anchor a {
    color: blue !important;
    font-size: large;
    font-weight: 500;
}

.cards .inner-content {
    display: flex !important;
}

.cards .inner-content .icon {
    text-align: right;
}

.banner2 {
    margin-top: 30px;
}

.anchor-tag a {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   font-size: small;
   color: gray;
}

.anchor-tag p {
    font-weight: 700;
    font-size: medium;
    text-align: center;
}

.footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.anchor-tag i {
    font-size: x-large;
    padding: 05px;
}

.anchor-tag .btn .child4 {
    width: 50px;
    height: 20px;
    border: none;
}

.anchor-tag .btn button {
    background-color: black;
    color: #ffffff;
    font-size: small;
}

.responsive-input {
    display: none;
} 

@media screen and (max-width: 1024px) {
    
    .responsive-input {
        display: block;
        width: 300px;
        height: 30px;
        border: 1px solid;
        border-radius: 20px;
    }

    .responsive-input .icon {
        display: block !important;
        padding-top: 15px;
    }
    
    .maindiv form input[type="text"] {
        display: none; 
    }

    .maindiv form input i {
        display: none; 
    }

    .maindiv i.fa-magnifying-glass {
        display: none;
    }

    .maindiv .login-wrapper {
        margin-left: 10px;
    }
    
    .maindiv .login-wrapper a {
        text-decoration:underline !important;
        font-size: 20px;
        font-weight: 300;
    
    }
}

@media screen and (max-width: 768px) {
   
    .maindiv form input[type="text"] {
        width: 150px; 
    }
}

@media screen and (max-width: 600px) {
  
    .maindiv form input[type="text"] {
        width: 100px; 
    }
}
