body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
main {
    flex: 1;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #ff9900;
    position: fixed;
    top: 0;
    width: 100%;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.logo a {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}
.logo a:hover {
    color: #ff9900;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    transition: background-color 0.3s;
}
.nav-link {
    display: block;
    padding: 1.5rem 1rem;
    padding-bottom: 0px;
    font-size: 23px;
}
.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}
.nav-links li {
    margin-right: 20px;
}
.nav-links a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}
.nav-links a:hover {
    color: #ff9900;
}
.logowhite {
    width: 10%;
    padding: 0%;
    margin-top: 60px;
    padding-left: 0%;
}
.logoblack {
    width: 75%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: orange;
}
.logonavbar {
    width: 20%;
}
.footerlogo {
    width: 60%;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
}
.sell-button a.btn {
    background-color: #ff9900;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 0px;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff9900;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #000;
    color: #ff9900;
}
.social-icons {
    text-align: center;
    order: 4;
    margin-top: 20px;
    margin-left: 5%;
    margin-bottom: -1%;
}
.social-icons img {
    width: 30px;
    margin-right: 0px;
}
.social-icons a {
    margin: 0 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.text-right1 {
    text-align: center;
}
.section {
    height: 65rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
}
.margintop-10 {
    margin-top: -2%;
}
input:focus {
    /* border: 3px solid; */
    /* border: 3px solid orange; */
    /* background-color: orange; */
}
textarea:focus {
    /* border: 3px solid; */
    /* border: 3px solid orange; */
    /* background-color: orange; */
}
/* textarea:focus {
    border: 3px solid orange;
} */
.section-1 {
    /* background-image: url('img/home1.png'); */
    background-image: url('../img/section-1.jpg');
    background-color: black;
    display: inherit;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: white;
    margin-top: 3%;
    height: 110rem;
}
.section-2 {
    /* background-image: url('img/home2.png'); */
    background-image: url('../img/section-2.png');
    background-color: #edba3b;
    /* height: 73rem; */
    height: 110rem;
    /* background-attachment: fixed; */
}
.section-3 {
    background-image: url('../img/section-3.png');
    /* background-image: url('img/home3.png'); */
    height: 110rem;
}
.section-4 {
    /* background-image: url('img/brand1.png'); */
    background-image: url('../img/section-4.png');
    background-color: #edba3b;
    margin-top: 3%;
    height: 110rem;
}
.section-5 {
    background-image: url('../img/section-5.png');
    /* background-image: url('img/brand2.png'); */
    /* background-attachment: fixed; */
}
.section-6 {
    /* background-image: url('img/brand3.png'); */
    background-image: url('../img/section-6.png');
    background-color: #89d8ec;
    height: 110rem;
}
.section-7 {
    margin-top: 3%;
    /* background-image: url('img/about1.png'); */
    background-image: url('../img/section-7.png');
    height: 110rem;
}
.section-8 {
    /* background-image: url('img/about2.png'); */
    background-image: url('../img/section-8.png');
    background-color: #edba3b;
    height: 110rem;
    /* background-attachment: fixed; */
}
.section-9 {
    /* background-image: url('img/about3.png'); */
    background-image: url('../img/section-9.png');
    background-color: #f2f3f5;
    height: 110rem;
    /* background-attachment: fixed; */
}
.section-10 {
    background-image: url('../img/about4.png');
    height: 110rem;
}
.section-11 {
    /* background-image: url('img/about5.png'); */
    background-image: url('../img/section-11.png');
    background-color: #f2f3f5;
    height: 110rem;
}
.section-12 {
    margin-top: 3%;
    background-image: url('../img/contact1.png');
    height: 110rem;
}
.section-13 {
    /* background-image: url('img/contact2.png'); */
    background-image: url('../img/section-13.png');
    background-color: #f2f3f5;
    height: 110rem;
    /* background-attachment: fixed; */
}
.section-5 {
    background-size: cover;
    background-position: center center;
    height: 610px;
}
.centered-text {
    text-align: center;
    font-size: 140px;
    padding-top: 15%;
    margin-bottom: 0;
    font-weight: 900;
}
.centered-text, .h2-home, .h2-home2, .h3-home2, .h2-home3, .h5-home {
    display: block;
    text-align: center;
}
.centered-footer {
    text-align: center;
}
.h2-home {
    font-weight: 900;
    color: orange;
    font-size: 40px;
}
.h2-home2 {
    font-weight: 700;
    font-size: 50px;
}
.h2-home3 {
    padding-top: 19%;
    font-size: 40px;
    font-weight: 700;
}
.h5-home {
    font-weight: 700;
    font-style: italic;
    padding-top: 5%;
    font-size: 33px;
}
.h5-home1 {
    text-align: center;
    font-weight: 400;
    font-size: 27px;
}
.h3-home2 {
    color: white;
    font-weight: 400;
    font-size: 40px;
}
.readmore {
    margin-left: 46%;
    width: 8%;
}
.footer-aligned {
    margin-left: 9%;
    font-size: 15px;
}
.footer_f_size{
    font-size: 15px;
}
.centered-text-title {
    text-align: center;
    font-size: 100px;
    padding-top: 26%;
    padding-bottom: 2%;
    margin-bottom: 0;
    font-weight: 900;
    color: white;
}
.h1-contact {
    padding-top: 10%;
    padding-left: 5%;
    font-size: 31px;
    font-weight: 700;
}
.h2-contact {
    padding-left: 5%;
    font-size: 31px;
    padding-top: 8px;
    font-weight: 400;
}
.h5-contact {
    padding-left: 5%;
    font-size: 27px;
    padding-top: 5%;
    color: orange;
    font-style: italic;
    font-weight: 400;
}
.readmore-contact {
    margin-left: 5%;
    width: 10%;
    padding-top: 5%;
}
.img-about {
    padding-left: 8%;
    padding-bottom: 5%;
    padding-top: 12%;
    width: 20%;
}
.h1-about {
    padding-left: 8%;
    padding-bottom: 2%;
    font-size: 35px;
    font-weight: 700;
}
.h2-about {
    padding-left: 8%;
    font-size: 29px;
    font-weight: 400;
}
.img-dash {
    padding-left: 8%;
    padding-bottom: 1%;
    width: 13%;
}
.h1-about2 {
    font-size: 60px;
    padding-top: 14%;
    padding-left: 8%;
    font-weight: 900;
}
.h2-about2 {
    padding-left: 8%;
    font-size: 22px;
    font-weight: 700;
}
.h2-about3 {
    padding-left: 8%;
    font-size: 22px;
    font-weight: 400;
}
.h1-about3 {
    padding-top: 13%;
    padding-right: 8%;
    text-align: right;
    color: white;
    font-weight: 900;
    font-size: 65px;
    padding-bottom: 1%;
}
.h2-about4 {
    text-align: right;
    padding-right: 8%;
    font-size: 30px;
    font-weight: 700;
}
.h2-about5 {
    font-size: 30px;
    text-align: right;
    padding-right: 8%;
    font-weight: 400;
}
.h2-about6 {
    text-align: right;
    padding-right: 8%;
    font-weight: 700;
    padding-top: 22%;
    font-size: 34px;
}
.h2-about7 {
    font-size: 33px;
    text-align: right;
    padding-right: 8%;
}
.img-dash-black {
    float: right;
    padding-right: 8%;
    width: 13%;
}
.white-color {
    color: white;
}
.readmore-right {
    float: right;
    padding-right: 8%;
    width: 18%;
    padding-top: 2%;
}
.h2-brand2 {
    text-align: center;
    color: white;
    font-size: 38px;
    padding-top: 7%;
    font-weight: bold;
    font-weight: 700;
}
.h1-brand {
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat';
}
.h1-brand1 {
    text-align: center;
}
.h1-brand, .h1-brand1 {
    display: inline-block;
    margin-left: 10px;
    font-size: 75px;
    font-weight: 900;
}
.center {
    text-align: center;
}
.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: contents;
}
.contact-title {
    padding-top: 6%;
    padding-left: 8%;
}
.h1-contact1 {
    color: white;
    font-weight: bold;
    font-size: 150px;
    margin-bottom: 0;
    font-weight: 900;
}
.h2-contact1 {
    color: white;
    font-weight: bold;
    font-size: 150px;
    margin-bottom: 15px;
    font-weight: 900;
}
.img-dash1 {
    width: 15%;
    padding-left: 8%;
    padding-bottom: 1%;
}
.contact-form {
    max-width: 45%;
    margin: 0 auto;
    padding-left: 18%;
    padding-top: 7%;
}
label {
    color: white;
    font-size: 22px;
}
.form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
}
.submit-button {
    width: 170%;
    float: right;
    margin-right: -35%;
    border-radius: 25px;
    background-color: #ff9900;
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s;
}
.submit-button:hover {
    background-color: transparent;
    color: #fff;
}
.wider {
    width: 170%;
    height: 109px;
    margin-right: -35%;
    float: right;
}
.right-label {
    margin-left: -35%;
    margin-top: 2%;
}
.sell-button a.btn {
    background-color: #ff9900;
    color: #000;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 0px;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff9900;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border: none;
    transition: background-color 0.3s;
}
.btn:hover {
    background-color: #000;
    color: #ff9900;
}
.social-icons a {
    margin: 0 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.navbar-brand {
    display: contents;
}
p {
    margin-bottom: 0rem;
}
.footer1 {
    background: black;
    padding: 50px 0 0 0;
    font-size: 12px;
    color: #999;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}
.footer1 a {
    color: #ccc;
}
.footer1 a:hover {
    color: #fff;
}
.footer1 .widget {
    margin-bottom: 30px;
}
.footer1 .widget-title {
    font-size: 17px;
    font-weight: bold;
    color: #ccc;
    margin: 0 0 20px;
}
.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}
.footer1 .entry-meta a {
    color: #333333;
}
.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.follow-me-icons {
    font-size: 30px;
}
.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
}
.footer2 {
    background: black;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}
.footer2 a {
    color: #aaa;
}
.footer2 a:hover {
    color: #fff;
}
.footer2 p {
    margin: 0;
}
.btn{
    color: white;
    text-decoration: none;

}
.sell-button {
    width: 30%;
    /* background-color: #ff9900; */
    /* color: #000; */
    font-weight: bold;
    border-radius: 25px;
    padding: 0px 0px;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    transform: translateX(128%);

    background-color: #ff9900;
    transition: background-color 0.3s;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.4rem;
    padding-left: 2.5rem;
    font-weight: bold;
    font-size: 20px;
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    size: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; /* Change this to your desired background color */
    z-index: 9999;
    transition: opacity 0.5s ease; /* Smooth fading effect */
  }

  .hide-loader {
    opacity: 0;
    pointer-events: none; /* Prevents interaction with the loader */
  }
  .custom-loader {
    width: 100px;
    height: auto; 
  }