/* Google Font Import - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #E6E6E6;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

/* Navbar */
nav {
    margin: 0;
    padding: 0 50px;
    width: 100vw;
    transition: 0.3 ease;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* navbar-one */
.navbar-one {
    background: #2d2d2d71;
    height: 160px;
    position: fixed;
    transition: 0.3 ease;
    z-index: 99;
    transition: 0.3s ease;
    justify-content: center;
}

.navbar-one.black {
    background: #2D2D2D;
    height: 90px;
    transition: 0.3s ease;
    justify-content: center;
}

.navbar-one .locateDealer {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 95%;
}

.navbar-one .locateDealer a {
    font-size: 2.5vmin;
    transition: 0.3s ease;
    color: #D4B269;
    flex-direction: row;
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    align-items: center;
}

.navbar-one .locateDealer a:hover {
    transition: all 0.3s;
    color: #E6E6E6;
}

.navbar-one .locateDealer i {
    font-size: 100%;
    cursor: pointer;
    padding: 0 5px;
    transition: 0.3s ease;
}

.navbar-one .locateDealer i.black {
    font-size: 70%;
    transition: 0.3s ease;
}

.navbar-one .locateDealer p {
    margin: 0;
    font-size: 2.5vmin;
    transition: 0.3s ease;
}

.navbar-one .locateDealer p.black {
    font-size: 2vmin;
    transition: 0.3s ease;
}

.navbar-one .siderbarOpen {
    color: #D4B269;
    font-size: 35px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

.navbar-one .siderbarOpen:hover {
    color: #E6E6E6;
    transition: all 0.3s;
}

.logo img,
.logo-inventory img {
    position: static;
    width: auto; 
    height: 120px;
    align-items: center;
    text-align: center;
    padding-left: 0;
    transition: 0.3s ease;
}

.logo img.black,
.logo-inventory img.black {
    /* width: 180px; */
    height: 70px;
    display: flex;
    transition: 0.3s ease;
}

.navbar-one .socials {
    margin: 0;
    position: absolute;
    right: 2%;
}

.navbar-one .socials > div {
    position: static;
    margin-left: 20px;
    transition: 0.3s ease;
    text-decoration: none;
}

.navbar-one .socials a {
    color: #D4B269;
    font-size: 2.5vmin;
    transition: 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
}

.navbar-one .socials a:hover {
    color: #E6E6E6;
    transition: all 0.3s;
}

.navbar-one .socials i {
    font-size: 100%;
    cursor: pointer;
    padding: 0 5px;
    transition: 0.3s ease;
}

.navbar-one .socials i.black {
    font-size: 70%;
    transition: 0.3s ease;
}

.navbar-one .socials p {
    margin: 0;
    font-size: 2.5vmin;
    transition: 0.3s ease;
}

.navbar-one .socials p.black {
    font-size: 2vmin;
    transition: 0.3s ease;
}
/* navbar-one end */

/* navbar-second */
.navbar-second {
    width: 100%;
    position: fixed;
    top: 160px;
    left: 0;
    height: 70px;
    background: #D4B269;
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 99;
    transition: 0.3s ease;
}

.navbar-second.black {
    background: #d4b269dc;
    height: 50px;
    top: 90px;
    transition: 0.3s ease;
}

.group {
    padding: 0;
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    transition: all 0.4s ease;
}

.menu li {
    list-style: none;
    align-content: center;
    text-align: center;
}

.navbar-second .menu {
    padding: 0 20px;
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.menu li a {
    position: relative;
    font-size: 2vmin;
    font-weight: 600;
    color: #2D2D2D;
    text-decoration: none;
    margin: 0 10px;
    letter-spacing: 0.05em;
    transition: 0.3s ease;
}

.menu li a.black {
    position: relative;
    font-size: 2vmin;
    font-weight: 600;
    color: #2D2D2D;
    text-decoration: none;
    margin: 0 10px;
    justify-content: center;
    letter-spacing: 0.08em;
    transition: 0.3s ease;
}

.menu li ul.dropdown li {
    display: block;
    padding: 5px;
    text-align: left;
}

.menu li ul.dropdown {
    margin: 0;
    width: auto;
    background: #D4B269;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 0 10px;
}

.menu li:hover ul.dropdown {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu li ul.dropdown a {
    position: relative;
    text-decoration: none;
    font-size: 2vmin;
    color: #2D2D2D;
    font-weight: bold;
}

.menu li ul.dropdown p {
    position: relative;
    text-decoration: none;
    font-size: 2vmin;
    color: #2D2D2D;
    padding: 5px 10px;
    font-weight: lighter;
    margin-bottom: 0;
}

.navbar-second .menu > li:hover {
    color: #E6E6E6;
}

.navbar-second.black .menu li ul.dropdown a {
    color: #2D2D2D;
    background: #D4B269;
    height: 50px;
    margin-top: 90px;
}

.navbar-second .menu li ul.dropdown a:hover {
    color: #E6E6E6;
}

.menu li ul.dropdown li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #E6E6E6;
    transform: scaleX(0);
    transition: 0.5s ease-in-out;
    transform-origin: left;
}

.menu li ul.dropdown a:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}

.navbar-second .menu a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #E6E6E6;
    transform: scaleX(0);
    transition: 0.5s ease-in-out;
    transform-origin: left;
}

.navbar-second .menu a:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}

.menu li a:hover {
    color: #E6E6E6;
}

/* Slider Image Start */
.slider input {
    display: none;
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    transition: 5s ease;
}

.slide {
    width: 33.33%;
    height: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-data {
    width: 100%;
    top: 60%;
    color: #E6E6E6;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 20%;
    position: relative;
}

.slide-data h2 {
    font-size: 3vmin;
    color: #fff;
    text-transform: uppercase;
}

.slide-data .line {
    width: 300px;
    height: 4px;
    background: #C49448;
    margin: 10px auto;
    border-radius: 5px;
}

.slide-data h1 {
    width: 80%;
    font-size: 4vmin;
    font-weight: 100;
    margin: 50px auto;
}

.slider .arrows {
    display: flex;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #E6E6E6;
    font-size: 5vmin;
    transition: 0.4s linear;
}

.slider .arrows:hover {
    color: #C49448;
    text-shadow: 0px 0px 10px #333, 0px 0px 10px #333;
}

.slider .arrows label {
    display: none;
}

.slider .arrow-left {
    left: 3%;
}

.slider .arrow-right {
    right: 3%;
}

.slider input:nth-child(1):checked ~ .slides {
    left: 0;
}
.slider input:nth-child(2):checked ~ .slides {
    left: -100%;
}
.slider input:nth-child(3):checked ~ .slides {
    left: -200%;
}

#slide-1:checked ~ .slides {
    left: 0;
}
#slide-2:checked ~ .slides {
    left: -100%;
}
#slide-3:checked ~ .slides {
    left: -200%;
}

.slider input:nth-child(1):checked ~ .arrows label:nth-child(1),
.slider input:nth-child(2):checked ~ .arrows label:nth-child(2),
.slider input:nth-child(3):checked ~ .arrows label:nth-child(3) {
    display: block;
}

.slider .dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

.slider .dots label {
    display: inline-block;
    border-radius: 100%;
    margin: 0 10px;
    width: 25px;
    height: 25px;
    background-color: #E6E6E6;
}

.slider input:nth-child(1):checked ~ .dots label:nth-child(1),
.slider input:nth-child(2):checked ~ .dots label:nth-child(2),
.slider input:nth-child(3):checked ~ .dots label:nth-child(3) {
    background-color: #C49448;
    border: 2px solid #F0EDE0;
}

.slider .ctn {
    padding: 15px 35px;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid #E6E6E6;
    border-radius: 3px;
    color: #E6E6E6;
    text-decoration: none;
    font-size: 2.5vmin;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.slider .ctn:hover {
    background: #C49448;
    border: 3px solid #C49448;
    color: #2D2D2D;
    box-shadow: 2px 2px 5px #00000056;
    font-size: 2.5vmin;
    font-weight: 800;
    letter-spacing: 0.05em;
}
/* Slider Image End */

/* Separate Start */
.separation {
    width: 100%;
    margin: 0px auto;
}

section {
    width: 100%;
    margin: 80px auto;
}

.title {
    color: black;
    background: #D4B269;
}

.title h6 {
    font-size: 3vmin;
    text-align: center;
    font-weight: 600;
    padding: 20px 20px;
}

.title .ctn {
    text-align: center;
    font-size: 2vmin;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding: 15px 20px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
    border-radius: 3px;
}

.title .ctn:hover {
    background: #E6E6E6;
    color: #2D2D2D;
}

.row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Separarte End */

/* Series Start */
.series {
    width: 100%;
}

.series .row {
    width: 100%;
    margin-top: 50px;
}

.series .row .col {
    margin: 0;
    padding: 0;
}

.series .row .col img {
    border-radius: 5px;
    height: 400px;
}

.series h4 {
    text-align: center;
    font-size: 3.5vmin;
    color: #C49448;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.series .line {
    width: 150px;
    height: 4px;
    background: #C49448;
    margin: 10px auto;
    border-radius: 5px;
}

.series h3 {
    width: 60%;
    font-size: 3vmin;
    color: #2D2D2D;
    margin: 10px auto 20px;
    font-weight: 600;
}

.series p {
    width: 70%;
    color: #2D2D2D;
    padding: 0px 40px;
}

.series .ctn {
    /* margin-top: 10px; */
    font-size: 2.2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 80px;
    padding: 15px 20px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.series .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}

.series .content-col {
    width: 40%;
    padding: 200px 0;
    text-align: right;
}

.series .content-col h4 {
    width: 100%;
    font-size: 3vmin;
    color: #C49448;
    font-weight: 600;
    text-align: right;
    margin: 0;
    padding: 5px;
    padding-right: 50px;
}

.series .content-col .line-content {
    width: 50px;
    height: 2px;
    background: #C49448;
    margin-top: 0;
    padding-right: 500px;
    margin-left: 100px;
}

.series .content-col h3 {
    width: 100%;
    font-size: 3vmin;
    color: black;
    margin: 0;
    font-weight: 600;
    text-align: right;
    padding: 10px;
    padding-right: 50px;
    padding-left: 180px;
}

.series .content-col p {
    width: 100%;
    color: black;
    padding: 0px 25px;
    text-align: right;
    padding: 10px;
    padding-right: 50px;
    padding-left: 200px;
}

.series .image-col {
    width: 70%;
    margin: 0;
    padding: 0;
    padding-left: 0;
}

.series .image-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.image-gallery img {
    max-width: 400px;
    max-height: 300px;
    margin: 10px;
}

/* Animations */
img {
    transition: transform .3s ease;
}
.slides img:hover {
    transform: none;
}
img:hover {
    transform: scale(1.1);
}
/* Series End */

/* Blog Start*/
.blog {
    width: 80%;
    margin: 80px auto;
}

.blog h1 {
    text-align: center;
    font-size: 5vmin;
    color: #C49448;
    padding: 0;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.blog .line {
    width: 200px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.blog-row {
    margin-top: 0;
    padding: 0;
}

.blog .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog .col img {
    margin: 50px;
    margin-bottom: 0;
    max-width: 500px;
    border-radius: 10px;
}

.blog h4 {
    width: 70%;
    text-align: center;
    font-size: 2vmin;
    font-weight: 550;
    text-transform: uppercase;
    margin-top: 10px;
    color: black;
}

.blog p {
    width: 70%;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
    align-items: baseline;
}

.blog .ctn {
    margin-top: 30px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.blog .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}
/* Blog End*/

/* About Us Start */
.about-us {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.about-us h1 {
    text-align: center;
    color: #C49448;
}

.about-us .column {
    float: left;
    width: 100%;
    padding: 5px;
  }

.about-us .line {
    width: 200px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.about-us h4 {
    width: 90%;
    text-align: center;
    font-size: 3.5vmin;
    color: #C49448;
    font-weight: bold;
    margin: 100px auto 30px;
}

.about-us .row {
    margin: 20px 0;
}

.about-us .row .aboutus {
    display: flex;
    flex-direction: row;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.about-us .row .aboutus p {
    width: 95%;
    font-size: 3vmin;
    margin: 0 auto;
    text-align: justify;
}

.about-us .row .aboutus img {
    width: 200px;
    height: auto;
}

.about-us .row .aboutus .bottom-image img {
    width: 350px;
    height: auto;
}
/* About Us End */

/* FAQS Start */
.section-faqs {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.section-faqs h1 {
    text-align: center;
    color: #C49448;
}

.section-faqs .line {
    width: 200px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.section-faqs .faqs {
    margin: 50px 100px;
}

.section-faqs .faqs h4 {
    font-size: 4vmin;
}

.section-faqs .faqs p {
    font-size: 2.5vmin;
}

.section-faqs .faqs a {
    text-decoration: none;
    color: #C49448;
    font-weight: bold;
}

.section-faqs .faqs a:hover {
    text-decoration: underline;
}

.section-faqs .faqs ul {
    width: 95%;
    font-size: 2.5vmin;
    margin-left: 40px;
}
/* FAQS End */

/* Service Area Start */
.section-service-area {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.section-service-area h1 {
    text-align: center;
    color: #C49448;
}

.section-service-area .line {
    width: 200px;
    height: 3px;
    background: #C49448;
    margin: 5px auto 30px;
    border-radius: 5px;
}

.section-service-area .service-area {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-service-area .service-area .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.section-service-area .service-area .row ul {
    width: auto;
}

.section-service-area .service-area h4 {
    font-size: 4vmin;
}

.section-service-area .service-area p {
    font-size: 2.5vmin;
}

.section-service-area .service-area a {
    text-decoration: none;
    color: #C49448;
    font-weight: bold;
}

.section-service-area .service-area a:hover {
    text-decoration: underline;
}

.section-service-area .service-area ul {
    width: 95%;
    font-size: 2.5vmin;
    margin-left: 40px;
}
/* Service Area End */

/* Payment Options Start */
.payment-options {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.payment-options h1 {
    text-align: center;
    color: #C49448;
}

.payment-options .line {
    width: 380px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.payment-options .options {
    margin: 50px 100px;
}

.payment-options .options .row {
    text-align: center;
    margin: 20px;
}

.payment-options .options .row h4 {
    font-size: 4vmin;
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 20px 0;
}

.payment-options .options p {
    font-size: 2.5vmin;
}

.payment-options .options .row ul {
    width: 95%;
    font-size: 2.5vmin;
    list-style-position: inside;
}

.payment-options .options .row .ctn {
    width: auto;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
    margin: 20px auto;
}

.payment-options .options .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}

.payment-options .options .row p a {
    text-decoration: none;
    color: #C49448;
    font-weight: bold;
}

.payment-options .options .row p a:hover {
    text-decoration: underline;
}
/* Payment Options End */

/* Dealer List Start */
.dealer-list {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.dealer-list h1 {
    text-align: center;
    color: #C49448;
}

.dealer-list .line {
    width: 360px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

/* .dealer-list .dealer-filter {
    margin: 50px auto;
    width: 80%;
    background: #D4B269;
    padding: 20px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
} */

/* .dealer-list .dealer-filter p {
    font-size: 2.3vmin;
} */

/* .dealer-list .dealer-filter label {
    font-size: 2.2vmin;
    font-weight: bold;
} */

/* .dealer-list .dealer-filter input {
    width: 30%;
    padding: 10px 15px;
    margin: 5px 0;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
} */

/* .dealer-list .dealer-filter .ctn {
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    margin-left: 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
} */

/* .dealer-list .dealer-filter .ctn:hover {
    background: #E6E6E6;
    color: #2D2D2D;
} */

.dealer-list .map {
    display: flex;
    margin: 50px auto 30px;
    text-align: center;
    height: 400px;
    width: 30%;
    overflow: hidden;
}

.dealer-list .map iframe {
    position: relative;
    top: -183px;
    /* left: -90px; */
    border: none;
    zoom: 4;
    height: 500px;
    margin: 0 auto;
}

.dealer-list .grid {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
    margin: 10px auto;
}

.dealer-list .grid .card {
    position: relative;
    width: 25%;
    height: 100%;
    background-color: #E6E6E6;
    border: solid 2px;
    border-color: #C49448;
    padding: 30px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    margin: 30px;
}

.dealer-list .grid .card h1 {
    text-align: left;
    font-size: 3vmin;
    font-weight: bold;
    color: #2D2D2D;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.dealer-list .grid .card h6 {
    margin: 0;
}

.dealer-list .grid .card #doubleH {
    text-align: left;
    font-size: 3vmin;
    font-weight: bold;
    color: #2D2D2D;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

.dealer-list .grid .card span {
    display: flex;
    flex-direction: row;
}

.dealer-list .grid .card .card-label {
    font-weight: bold;
}

.dealer-list .grid .card p {
    font-size: 2vmin;
    font-weight: lighter;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.dealer-list .grid .card a {
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2vmin;
    letter-spacing: 0.05rem;
    text-decoration: none;
    color: #D4B269;
    background-color: #2D2D2D;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 0 auto;
}

.dealer-list .grid .card a:hover {
    color: #2D2D2D;
    background-color: #D4B269;
}
/* Dealer List End */

/* Contact Us Start */
.contact-us {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.contact-us h1 {
    text-align: center;
    color: #C49448;
}

.contact-us .line {
    width: 260px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.contact-us .contact-us-form,
.contact-us .mail {
    width: 80%;
    text-align: center;
    margin: 50px auto;
}

.contact-us .contact-us-form p {
    text-align: left;
    font-size: 2.5vmin;
}

.contact-us .contact-us-form form {
    text-align: left;
}

.contact-us .contact-us-form label {
    font-size: 2vmin;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0;
}

.contact-us .contact-us-form select {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.contact-us .contact-us-form input {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.contact-us .contact-us-form textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.contact-us .contact-us-form .ctn {
    display: inline-block;
    width: 15%;
    margin-top: 10px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.contact-us .mail .ctn {
    display: inline-block;
    width: 15%;
    margin-top: 50px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.contact-us .contact-us-form .ctn:hover,
.contact-us .mail .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}
/* Contact Us End */

/* Quote Form Start */
.quote-form {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.quote-form h1 {
    text-align: center;
    color: #C49448;
}

.quote-form .line {
    width: 260px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.quote-form .quote-form-page,
.quote-form .mail {
    width: 80%;
    text-align: center;
    margin: 50px auto;
}

.quote-form .quote-form-page form {
    text-align: left;
}

.quote-form .quote-form-page label {
    font-size: 2vmin;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0;
}

.quote-form .quote-form-page select {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.quote-form .quote-form-page input {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.quote-form .quote-form-page textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.quote-form .quote-form-page .ctn {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.quote-form .mail .ctn {
    display: inline-block;
    width: 15%;
    margin-top: 50px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.quote-form .quote-form-page .ctn:hover,
.quote-form .mail .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}

.quote-form-page input[type="submit"]:disabled,
.quote-form-page input[type="submit"]:disabled:hover {
    background-color: #ccc; /* Change background color */
    color: #666; /* Change text color */
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
/* Quote Form End */

/* Rent To Own Start */
.rent-to-own {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.rent-to-own h1 {
    text-align: center;
    color: #C49448;
}

.rent-to-own .line {
    width: 360px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.rent-to-own .rent {
    margin: 50px 100px;
    text-align: center;
}

.rent-to-own .rent .row {
    /* text-align: left; */
    margin: 20px;
}

.rent-to-own .rent h4 {
    font-size: 4vmin;
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 20px 0;
}

.rent-to-own .rent p {
    font-size: 2.5vmin;
}

.rent-to-own .rent .row p {
    font-size: 2.5vmin;
    text-align: left;
}

.rent-to-own .pre-qualify {
    width: 80%;
    text-align: center;
    margin: 50px auto;
}

.rent-to-own .pre-qualify form {
    text-align: left;
}

.rent-to-own .pre-qualify label {
    font-size: 2vmin;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0;
}

.rent-to-own .pre-qualify select {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.rent-to-own .pre-qualify input {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.rent-to-own .pre-qualify textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.rent-to-own .pre-qualify .qualify-button {
    display: flex;
    justify-content: space-between;
}

.rent-to-own .pre-qualify a {
    font-size: 2vmin;
    font-weight: bold;
    color: #C49448;
    text-decoration: none;
}

.rent-to-own .pre-qualify a:hover {
    text-decoration: none;
    color: #C49448;
}

.rent-to-own .pre-qualify .ctn {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.rent-to-own .pre-qualify .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}
/* Rent To Own End */

/* Products Start */
.products {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.products h1 {
    text-align: center;
    color: #C49448;
}

.products .line {
    width: 200px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.products .product {
    margin: 50px 0;
    text-align: center;
}

.products .product .row {
    margin: 0;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.products .product .row .content {
    padding: 130px 50px;
    margin: 20px 0 0;
    width: 50%;
    height: 480px;
    background-color: #d4b26994;
    text-align: left;
}

.products .product .row .content h4 {
    color: #2D2D2D;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 4vmin;
}

.products .product .row .content p {
    color: #2D2D2D;
    font-size: 2.5vmin;
    margin: 15px 0;
}

.products .product .row .content .ctn {
    display: inline-block;
    width: auto;
    margin: 10px 10px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.products .product .row .content .ctn:hover {
    background: #E6E6E6;
    color: #2D2D2D;
}

.products .product .row .slides {
    height: 500px;
    width: 50%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.products .product .row .slides .images {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.products .product .row .slides .images img {
    height: 100%;
}

.products .product .row .slides .btn-sliders {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}

.products .product .row .slides .btn-sliders span {
    height: 15px;
    width: 50px;
    border: 3px solid #E6E6E6;
    margin: 0 3px;
    cursor: pointer;
}

.products .product .row .slides .btn-sliders span:hover {
    background: #C49448;
}

.products .product .row .slides .slide {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 150px; 
    height: 50px;
    color: #E6E6E6;
    transition: 0.4s linear;
    cursor: pointer;
    
}

.products .product .row .slides .slide::before {
    background: none;
}

.products .product .row .slides .slide:hover  {
    color: #C49448;
    text-shadow: 0px 0px 10px #333, 0px 0px 10px #333;
}

.products .product .row .slides .right {
    right: 0;
}

.products .product .row .slides .slide i {
    font-size: 40px;
    cursor: pointer;
}

.products .product .row .content-2 {
    padding: 50px 50px;
    margin: 0;
    width: 50%;
    height: auto;
    background-color: #E6E6E6;
    text-align: left;
}

.products .product .row .content-2 h4 {
    margin-top: 20px;
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 4vmin;
}

.products .product .row .content-2 p {
    color: #2D2D2D;
    font-size: 2vmin;
    margin: 10px 0;
}

.products .product .row .content-2 a {
    color: #C49448;
    font-size: 2vmin;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.products .product .row .content-2 a:hover {
    text-decoration: underline;
}

.products .product .row .content-2 .ctn {
    display: inline-block;
    width: auto;
    margin: 10px 10px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.products .product .row .content-2 .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
    text-decoration: none;
}

.products .product .row .content-3 {
    padding: 50px 20px;
    margin: 0;
    width: 50%;
    height: auto;
    background-color: #2d2d2d12;
    text-align: center;
}

.products .product .row .content-3 h4 {
    margin: 0;
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 4vmin;
}

.products .product .row .content-3 ul {
    margin: 15px 100px;
}

.products .product .row .content-3 ul li {
    font-size: 2.5vmin;
    text-align: left;
    list-style-position: inside;
}

.products .product .row .content-3 a  {
    color: #C49448;
    font-size: 2.2vmin;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.products .product .row .content-3 a:hover {
    text-decoration: underline;
}

.products .product .row .content-3 i {
    margin: 10px 5px;
    font-size: 100%;
}

.products .product .row .custom-quote {
    padding: 50px 50px;
    margin: 80px auto;
    width: 60%;
    /* height: 760px; */
    background-color: #2D2D2D;
    text-align: left;
    border-radius: 8px;
}

.products .product .row .custom-quote h4 {
    margin: 0;
    margin-bottom: 20px;
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 3vmin;
    text-align: center;
}

.products .product .row .custom-quote label {
    color: #E6E6E6;
    font-size: 2vmin;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0;
}

.products .product .row .custom-quote select {
    width: 100%;
    padding: 5px 15px;
    margin: 5px 0;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.products .product .row .custom-quote input {
    width: 100%;
    padding: 5px 15px;
    margin: 5px 0;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.products .product .row .custom-quote textarea {
    width: 100%;
    padding: 5px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.products .product .row .custom-quote a {
    color: #D4B269;
    font-size: 2.2vmin;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

/* .products .product .row .custom-quote a:hover {
    text-decoration: underline;
} */

.products .product .row .custom-quote .ctn {
    display: inline-block;
    width: 100%;
    margin: 15px 10px;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #D4B269;
    color: #2D2D2D;
}

.products .product .row .custom-quote .ctn:hover {
    background: #E6E6E6;
    color: #2D2D2D;
}

.products .product .row .custom-quote input[type="submit"]:disabled,
.products .product .row .custom-quote input[type="submit"]:disabled:hover {
    background-color: #ccc; /* Change background color */
    color: #666; /* Change text color */
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}

.products .product .row .table-box {
    padding: 0;
    margin: 0 auto;
    width: 90%;
    height: auto;
    text-align: center;
}

.products .product .row .table-box h4 {
    margin: 0;
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 4vmin;
}

.products .product .row .table-box h6 {
    width: 70%;
    color: #2D2D2D;
    font-size: 2.2vmin;
    margin: 20px auto;
    font-weight: lighter;
}

.products .product .row .table-box select {
    width: 35%;
    padding: 5px 15px;
    margin: 5px 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.products .product .row table,
.products .product .row .table-row {
    display: table;
    width: 80%;
    margin: 0 auto;
    background: transparent;
    padding: 12px 0;
    color: #2D2D2D;
    font-size: 2vmin;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 50, 0.3);
}

.products .product .row .table th,
.products .product .row .table-row .table-cell {
    display: table-cell;
    width: 20%;
    text-align: center;
    padding: 4px 0;
    border-right: 1px solid #C49448;
    vertical-align: middle;
}

.products .product .row .table-row .table-cell p {
    margin: 0;
}

.products .product .row .table thead,
.products .product .row .table-head {
    background: #2D2D2D;
    color: #C49448;
    font-size: 2.8vmin;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    box-shadow: none;
}

.products .product .row .table tbody th {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 50, 0.3);
    font-size: 2.2vmin;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.products .product .row .table .last-cell,
.products .product .row .table-row .last-cell {
    border-right: none;
}
/* Products End */

/* Inventory Start */
.inventory {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.inventory h1 {
    text-align: center;
    color: #C49448;
}

.inventory .line {
    width: 230px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.inventory .container {
    text-align: center;
    width: 100%;
}
/* Inventory End */

/* Delivery Start */
.delivery {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.delivery h1 {
    text-align: center;
    color: #C49448;
}

.delivery .line {
    width: 200px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.delivery .row { 
    margin: 0;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

.delivery .row .service-area,
.delivery .row .delivery-process {
    margin: 0 auto;
    width: 80%;
    text-align: left;
}

.delivery .row .service-area h4,
.delivery .row .delivery-process h4 {
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 4vmin;
}

.delivery .row .service-area p,
.delivery .row .delivery-process p {
    color: #2D2D2D;
    font-size: 2.5vmin;
    margin: 15px 0;
}


.delivery .row .preparing-images {
    width: 50%;
    text-align: right;
    margin: auto;
}

.delivery .row .preparing-images img{
    width: 80%;
}

.delivery .row .preparing-content{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.delivery .row .preparing-content h4 {
    color: #C49448;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 4vmin;
    text-align: left;
}

.delivery .row .preparing-content p {
    color: #2D2D2D;
    font-size: 2.5vmin;
    margin: 15px 0;
    text-align: left;
    width: 90%;
}

.delivery .row .preparing-content ul li {
    color: #2D2D2D;
    font-size: 2.5vmin;
    margin: 15px 0;
    text-align: left;
    width: 90%;
    list-style-position: inside;
}

.delivery .free-quote {
    width: 100%;
    margin: 50px 0;
    padding: 50px 0;
    background: #D4B269;
    text-align: center;
}

.delivery .free-quote h4 {
    width: 70%;
    margin: 0 auto;
    font-size: 3vmin;
}

.delivery .free-quote .ctn {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-top: 20px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.delivery .free-quote .ctn:hover {
    background: #E6E6E6;
    color: #2D2D2D;
}
/* Delivery End */

/* All Options Start */
.all-options {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.all-options h1 {
    text-align: center;
    color: #C49448;
}

.all-options .line {
    width: 490px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.all-options .row {
    width: 80%;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
}

.all-options .row .options {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.all-options .row .options img {
    width: 40%;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-left: 30px;
    border-radius: 8px;
}

.all-options .row .options h4 {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    font-size: 4vmin;
    text-align: left;
    margin-top: 50px;
    color: #C49448;
}

.all-options .row .options .line {
    width: 400px;
    margin: 0;
    padding: 0;
    height: 3px;
    border-radius: 5px;
}

.all-options .row .options p {
    width: 90%;
    text-align: left;
    font-size: 2.2vmin;
}

.all-options .row .options a {
    text-align: left;
    font-size: 2.2vmin;
    color: #C49448;
    font-weight: bold;
    text-decoration: none;
}

.all-options .row .options a:hover {
    cursor: text;
}

.all-options .row .options ul li {
    margin: 10px 0;
    text-align: left;
    font-size: 2.2vmin;
    list-style-position: inside;
}

.all-options .row .options-2 {
    display: flex;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.all-options .row .options-2 img {
    width: 90%;
    padding: 0;
    margin: 50px auto 0;
    border-radius: 8px;
}

.all-options .row .options-2 h4 {
    padding: 20px 0;
    margin: 0;
    font-size: 4vmin;
    color: #C49448;
}

.all-options .row .options-2 .line {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    height: 3px;
    border-radius: 5px;
}

.all-options .row p {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 2.5vmin;
}

.building-options {
    width: 100%;
    text-align: center;
    margin: 50px 20px;
}

.building-options .doors-windows,
.building-options .other-options {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
}

.building-options .doors-windows img {
    width: 250px;
    height: 250px;
    margin: 20px 30px 0;
}

.building-options .other-options img {
    width: 400px;
    margin: 20px 30px 0;
}

.building-options .doors-windows p,
.building-options .other-options p {
    width: 70%;
    font-size: 2vmin;
    margin: 5px auto;
}
/* All Options End */

/* Siding Styles Start */
.siding-styles {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.siding-styles h1,
.paint-colors h1 {
    text-align: center;
    color: #C49448;
}

.siding-styles .line,
.paint-colors .line {
    width: 300px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.siding-styles .row {
    width: 80%;
    flex-direction: column;
    margin: 0 auto;
}

.siding-styles .row .siding {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    text-align: center;
}

.siding-styles .row .siding img {
    width: 600px;
    padding: 0;
    margin: 50px auto 0;
    border-radius: 8px;
}

.siding-styles .row .siding h4 {
    width: 70%;
    padding: 20px 0;
    margin: 50px auto 0;
    font-size: 4vmin;
    text-align: left;
    color: #C49448;
}

.siding-styles .row .siding .line {
    width: 500px;
    margin: 0;
    padding: 0;
    height: 3px;
    border-radius: 5px;
}

.siding-styles .row .siding li {
    width: 70%;
    margin: 10px auto;
    text-align: left;
    font-size: 2.2vmin;
    list-style-position: inside;
}


.paint-colors {
    width: 100%;
    text-align: center;
    margin: 50px 20px;
}

.paint-colors .paint-row,
.paint-colors .stain-colors,
.paint-colors .lp-wood {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
}

.paint-colors .paint-row img,
.paint-colors .stain-colors img,
.paint-colors .lp-wood img {
    margin: 20px 10px 0;
}

.paint-colors .paint-row p,
.paint-colors .stain-colors p,
.paint-colors .lp-wood p {
    width: 70%;
    font-size: 2vmin;
    margin: 5px auto;
}
/* Siding Styles End */

/* Customer Service Start */
.contact-us-information {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 15px;
    margin: 30px 0 10px;
}

.information-1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-us-information h3 {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-us-information h5 {
    margin: 0;
    color: #C49448;
    font-size: 20px;
}

.contact-us-information h4 {
    margin: 0;
    /* color: #C49448; */
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.extensions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.extensions ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    align-items: center;
}

.extensions ul li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

.customer-service {
    width: 100%;
    position: absolute;
    margin-top: 250px;
}

.customer-service h1 {
    text-align: center;
    color: #C49448;
}

.customer-service .line {
    width: 360px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.customer-service .cs,
.customer-service .mail {
    width: 80%;
    text-align: center;
    margin: 50px auto;
}

.customer-service .cs form {
    text-align: left;
}

.customer-service .cs label {
    font-size: 2vmin;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0;
}

.customer-service .cs select {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
}

.customer-service .cs input {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.customer-service .cs textarea {
    width: 100%;
    padding: 10px 15px;
    margin: 5px 0 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 2vmin;
    background-color: rgba(0, 0, 0, 0.08);
}

.customer-service .cs .submit-button {
    display: flex;
    justify-content: space-between;
}

.customer-service .cs .ctn {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.customer-service .mail .ctn {
    display: inline-block;
    width: 15%;
    margin-top: 50px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    border-radius: 3px;
    text-decoration: none;
    background: #2D2D2D;
    color: #D4B269;
}

.customer-service .cs .ctn:hover,
.customer-service .mail .ctn:hover {
    background: #D4B269;
    color: #2D2D2D;
}

.submit-button input[type="submit"]:disabled,
.submit-button input[type="submit"]:disabled:hover {
    background-color: #ccc; /* Change background color */
    color: #666; /* Change text color */
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}
/* Customer Service End */

/* Cabin Connections Advantage Start */

.cabinconnections-advantage {
    width: 100%;
    position: absolute;
    margin-top: 250px;
    justify-content: center;
    align-items: center;
}

.cabinconnections-advantage .column {
    float: left;
    width: 50%;
    padding: 5px;
  }

.cabinconnections-advantage .line {
    width: 490px;
    height: 3px;
    background: #C49448;
    margin: 5px auto;
    border-radius: 5px;
}

.cabinconnections-advantage h1 {
    text-align: center;
    color: #C49448;
}

.cabinconnections-advantage .why {
    margin-top: 5px;
    text-align: left;
    color: #C49448;
    place-content: normal;
    width: 100%;
}

.cabinconnections-advantage img {
    padding: 0;
    border-radius: 8px;
    height: 440px;
    object-fit: cover;
}

.cabinconnections-advantage .img2 {
    padding: 0;
    border-radius: 8px;
    height: 220px;
    margin-top: 5px;
    object-fit: cover;
}

.cabinconnections-advantage .endWall {
    font-size: larger;
    margin-top: 5px;
    text-align: left;
    color: #C49448;
    place-content: normal;
    width: 100%;
}

.cabinconnections-advantage .para1 {
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    width: 100%;
}
/* Cabin Connections Advantage End */

/* Footer Start */
footer,
.footer-inventory {
    background: #2D2D2D;
    height: auto;
    width: 100vw;
    padding-top: 20px;
    color: #D4B269;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-inventory,
.footer-inventory .footer-content {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
}

.footer-content-2 {
    /* width: 80vw; */
    display: flex;
    flex-direction: row;
    text-align: center;
}

.footer-content .footer-logo img,
.footer-inventory .footer-logo-inventory img {
    width: 300px;
    margin: 0;
    /* margin: 50px 0; */
}

.footer-content-2 .footer-navigation,
.footer-content-2 .footer-products,
.footer-content-2 .footer-dealer,
.footer-content-2 .footer-contact {
    margin: 20px 25px;
    padding: 0;
}

.footer-content-2 .footer-navigation h6,
.footer-content-2 .footer-products h6,
.footer-content-2 .footer-dealer h6 {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05rem;
    color: #E6E6E6;
}

.footer-content-2 .footer-navigation ul,
.footer-content-2 .footer-products ul {
    margin: 0;
    padding: 0;
}

.footer-content-2 .footer-navigation li,
.footer-content-2 .footer-products li {
    list-style: none;
    text-align: left;
    font-weight: lighter;
}

.footer-content-2 .footer-navigation a,
.footer-content-2 .footer-products a {
    text-decoration: none;
    color: #D4B269;
}

.footer-content-2 .footer-navigation a:hover,
.footer-content-2 .footer-products a:hover {
    text-decoration: none;
    color: #E6E6E6;
}

.footer-inventory .footer-dealer form {
    display: flex;
    flex-direction: column;
}

.footer-inventory .footer-dealer input {
    padding: 5px 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #D4B269;
    background-color: #2D2D2D;
    color: #D4B269;
    font-size: 2vmin;
    margin-top: 40px;
}

.footer-inventory .footer-dealer .ctn {
    width: 200px;
    margin-top: 20px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    text-decoration: none;
    background: #D4B269;
    color: #2D2D2D;
}

.footer-inventory .footer-contact .btn {
    border-radius: 3px;
    font-size: 2vmin;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    text-decoration: none;
    background: #D4B269;
    color: #2D2D2D;
}

.footer-inventory .footer-dealer .ctn:hover,
.footer-inventory .footer-contact .btn:hover {
    background: #E6E6E6;
    color: #2D2D2D;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    padding: 0;

}

.socials li {
    margin: 0 10px;
}

.socials a {
    text-decoration: none;
    color: #D4B269;
    font-size: 25px;
    transition: color .4s ease;
}

.socials a:hover {
    color: #E6E6E6;
}

.footer-bottom {
    background-color: #D4B269;
    color: #2D2D2D;
    width: 100vw;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    margin: 0;
}

.footer-bottom span {
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
/* Footer End */

@media only screen and (max-width:1900px) {
    
    * {
        max-width: 100%;
    }

    /* Navbar One Start */
    .navbar-one .socials {
        display: flex;
        flex-direction: column;
    }

    .navbar-one .socials a {
        color: #D4B269;
        font-size: 2.5vmin;
        transition: 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        display: flex;
        flex-direction: row;
        padding-right: 10px;
        margin: 0;
    }

    .navbar-one .socials i,
    .navbar-one .locateDealer i {
        font-size: 30px;
        cursor: pointer;
        padding: 3px 5px;
        transition: 0.3s ease;
    }

    .navbar-one .socials i.black,
    .navbar-one .locateDealer i.black {
        font-size: 25px;
        transition: 0.3s ease;
        padding: 3px 5px;
    }
    
    .navbar-one .socials p,
    .navbar-one .locateDealer p {
        margin: 0;
        font-size: 2.5vmin;
        transition: 0.3s ease;
    }

    .navbar-one .socials p.black,
    .navbar-one .locateDealer p.black {
        font-size: 2vmin;
        transition: 0.3s ease;
    }
    /* Navbar One End */

    /* Navbar Second Start */
    .menu li a {
        font-size: 1.8vmin;
    }

    .menu li a.black {
        font-size: 1.8vmin;
    }
    /* Navbar Second End */

    /* Slides Start */
    .slides {
        max-width: 300%;
    }
    /* Slides End */
    
    /* Series Start */
    .series .row {
        width: 100%;
        margin-top: 50px;
    }

    .series .row .col {
        width: 100%;
    }

    .series .row .col img {
        height: 500px;
    }
    
    .series h4 {
        font-size: 3vmin;
    }
    
    .series .line {
        width: 100px;
        height: 2px;
        margin: 5px auto;
        border-radius: 5px;
    }
    
    .series h3 {
        width: 90%;
        font-size: 2.5vmin;
        text-align: center;
    }
    
    .series p {
        width: 50%;
        font-size: 2vmin;
    }
    
    .series .ctn {
        font-size: 2vmin;
        margin-bottom: 50px;
    }
    
    .series .content-col {
        width: 90%;
        margin: 0 auto;
        padding: 0 0;
        text-align: center;
    }

    .series .content-col h4 {
        padding: 0;
        width: 95%;
        font-size: 4vmin;
        font-weight: 400;
        text-align: right;
        overflow: hidden;
        padding-right: 0;
    }
    
    .series .content-col .line-content {
        height: 2px;
        margin: 5px auto;
        width: 90%;
        padding-right: 0;
    }
    
    .series .content-col .h3-content {
        padding: 10px 0;
        margin: 0 auto;
        width: 90%;
        font-size: 3.5vmin;
        color: black;
        font-weight: 600;
        text-align: right;
    }
    
    .series .content-col p {
        padding: 0 0;
        margin: 0 auto;
        width: 90%;
        color: black;
        text-align: right;
        font-size: 2.5vmin;
    }
    
    .series .image-col {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    
    .series .image-gallery {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
    }
    
    .image-gallery img {
        width: 500px;
    }
    
    .image-gallery {
        justify-content: center;
        align-items: center;
    }
    
    .row{
        flex-direction: column;
    }

    .row .col {
        margin: 20px auto;
    }

    .col img {
        max-width: 90%;
    }
    /* Series End */

    /* Inventory Start */
    .inventory .container {
        width: 100%;
    }
    /* Inventory End */

    /* About Us Start */
    .about-us .row {
        margin: 20px 0;
    }
    
    .about-us .row .aboutus {
        display: flex;
        flex-direction: row;
        width: 90%;
        padding: 0;
        margin: 0;
        align-items: center;
        text-align: center;
    }

    .about-us .row .aboutus .aboutus-content {
        width: 90%;
    }
    
    .about-us .row .aboutus .aboutus-content p {
        width: 90%;
        font-size: 3vmin;
        margin: 0 auto;
        text-align: justify;
    }

    .about-us .row .aboutus .aboutus-content-right {
        width: 90%;
    }

    .about-us .row .aboutus .aboutus-content-right p {
        width: 90%;
        font-size: 3vmin;
        margin: 0;
        margin-left: 150px;
        text-align: justify;
    }

    .about-us .row .aboutus .aboutus-image {
        width: 40%;
        text-align: center;
    }

    .about-us .row .aboutus .aboutus-image-right {
        width: 40%;
        text-align: center;
        margin: 0;
        margin-left: 50px;
    }

    .about-us .row .aboutus .aboutus-image img,
    .about-us .row .aboutus .aboutus-image-right img {
        width: 240px;
    }

    .about-us .row .aboutus .bottom-image {
        width: 40%;
        text-align: center;
        margin: 0;
        margin-right: 40px;
    }

    .about-us .row .bottom-part {
        width: 100%;
    }

    .about-us .row .aboutus .bottom-image img {
        width: 500px;
    }
    /* About Us End */

    /* Dealer List Start */
    .dealer-list .dealer {
        width: 100%;
    }

    .dealer-list .map {
        display: flex;
        margin: 50px auto 30px;
        text-align: center;
        height: 400px;
        width: 80%;
        overflow: hidden;
        padding: 0 200px;
    }

    .dealer-list .map iframe {
        position: relative;
        zoom: 3;
        top: -183px;
        left: 0px;
        border: none;
        margin: 0 auto;
    }

    .dealer-list .grid {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 50px;
        margin: 10px auto;
    }

    .dealer-list .grid .card {
        width: 400px;
        height: 100%;
        margin: 10px;
    }
    /* Dealer List End */

    /* Products Start */
    .products .product .row .custom-quote {
        height: auto;
    }
    /* Porducts End */

    /* Products Start */
    .products {
        width: 100%;
        position: absolute;
        margin-top: 250px;
    }
    
    .products h1 {
        text-align: center;
        color: #C49448;
    }
    
    .products .line {
        width: 200px;
        height: 3px;
        background: #C49448;
        margin: 5px auto;
        border-radius: 5px;
    }
    
    .products .product {
        margin: 50px 0;
        text-align: center;
    }
    
    .products .product .row {
        margin: 0;
        position: relative;
        width: 100%;
        justify-content: center;
        overflow: hidden;
        display: flex;
        flex-direction: row;
    }

    .products .product .row .custom-quote {
        padding: 50px 50px;
        width: 75%;
        height: auto;
        background-color: #2D2D2D;
        text-align: left;
    }
      
    .products .product .row .content {
        padding: 130px 50px;
        margin: 20px 0 0;
        width: 50%;
        height: 480px;
        background-color: #d4b26994;
        text-align: left;
    }
    
    .products .product .row .content h4 {
        color: #2D2D2D;
        font-weight: bold;
        letter-spacing: 0.05rem;
        font-size: 4vmin;
    }
    
    .products .product .row .content p {
        color: #2D2D2D;
        font-size: 2.5vmin;
        margin: 15px 0;
    }
    
    .products .product .row .content .ctn {
        display: inline-block;
        width: auto;
        margin: 10px 10px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 2vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }
    
    .products .product .row .content .ctn:hover {
        background: #E6E6E6;
        color: #2D2D2D;
    }
    
    .products .product .row .slides {
        height: 500px;
        width: 50%;
        overflow: hidden;
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    .products .product .row .slides .images {
        height: 100%;
        width: 100%;
    }
    
    .products .product .row .slides .images img {
        height: 100%;
        width: 100%;
    }
    
    .products .product .row .slides .btn-sliders {
        position: absolute;
        bottom: 20px;
        left: 50%;
        display: flex;
        transform: translateX(-50%);
    }
    
    .products .product .row .slides .btn-sliders span {
        height: 15px;
        width: 50px;
        border: 3px solid #E6E6E6;
        margin: 0 3px;
        cursor: pointer;
    }
    
    .products .product .row .slides .btn-sliders span:hover {
        background: #C49448;
    }
    
    .products .product .row .slides .slide {
        position: absolute;
        top: 52%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        color: #E6E6E6;
        transition: 0.4s linear;
        cursor: pointer;
        
    }
    
    .products .product .row .slides .slide::before {
        background: none;
    }
    
    .products .product .row .slides .slide:hover  {
        color: #C49448;
        text-shadow: 0px 0px 10px #333, 0px 0px 10px #333;
    }
    
    .products .product .row .slides .right {
        right: 0;
    }
    
    .products .product .row .slides .slide i {
        font-size: 40px;
        cursor: pointer;
    }
    
    .products .product .row .content-2 {
        padding: 50px 50px;
        margin: 0;
        width: 50%;
        height: auto;
        background-color: #E6E6E6;
        text-align: left;
    }
    
    .products .product .row .content-2 h4 {
        margin-top: 20px;
        color: #C49448;
        font-weight: bold;
        letter-spacing: 0.05rem;
        font-size: 4vmin;
    }
    
    .products .product .row .content-2 p {
        color: #2D2D2D;
        font-size: 2vmin;
        margin: 10px 0;
    }
    
    .products .product .row .content-2 a {
        color: #C49448;
        font-size: 2vmin;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }
    
    .products .product .row .content-2 a:hover {
        text-decoration: underline;
    }
    
    .products .product .row .content-2 .ctn {
        display: inline-block;
        width: auto;
        margin: 10px 10px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 2vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }
    
    .products .product .row .content-2 .ctn:hover {
        background: #D4B269;
        color: #2D2D2D;
        text-decoration: none;
    }
    
    .products .product .row .content-3 {
        padding: 50px 20px;
        margin: 0;
        width: 50%;
        height: auto;
        background-color: #2d2d2d12;
        text-align: center;
    }
    
    .products .product .row .content-3 h4 {
        margin: 0;
        color: #C49448;
        font-weight: bold;
        letter-spacing: 0.05rem;
        font-size: 4vmin;
    }
    
    .products .product .row .content-3 ul {
        margin: 15px 100px;
    }
    
    .products .product .row .content-3 ul li {
        font-size: 2.5vmin;
        text-align: left;
        list-style-position: inside;
    }
    
    .products .product .row .content-3 a  {
        color: #C49448;
        font-size: 2.2vmin;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }
    
    .products .product .row .content-3 a:hover {
        text-decoration: underline;
    }
    
    .products .product .row .content-3 i {
        margin: 10px 5px;
        font-size: 25px;
    }
    
    .products .product .row .custom-quote h4 {
        margin: 0;
        margin-bottom: 20px;
        color: #C49448;
        font-weight: bold;
        letter-spacing: 0.05rem;
        font-size: 3vmin;
        text-align: center;
    }
    
    .products .product .row .custom-quote label {
        color: #E6E6E6;
        font-size: 2vmin;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.05rem;
        margin: 0;
    }
    
    .products .product .row .custom-quote select {
        width: 100%;
        padding: 5px 15px;
        margin: 5px 0;
        margin-right: 15px;
        box-sizing: border-box;
        border: none;
        outline: none;
        border-radius: 3px;
        font-size: 2vmin;
    }
    
    .products .product .row .custom-quote input {
        width: 100%;
        padding: 5px 15px;
        margin: 5px 0;
        margin-right: 15px;
        box-sizing: border-box;
        border: none;
        outline: none;
        border-radius: 3px;
        font-size: 2vmin;
    }
    
    .products .product .row .custom-quote textarea {
        width: 100%;
        padding: 5px 15px;
        margin: 5px 0 15px;
        margin-right: 15px;
        box-sizing: border-box;
        border: none;
        outline: none;
        border-radius: 3px;
        font-size: 2vmin;
    }
    
    .products .product .row .custom-quote a {
        color: #C49448;
        font-size: 2.2vmin;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 0.05rem;
    }
    
    .products .product .row .custom-quote a:hover {
        text-decoration: underline;
    }
    
    .products .product .row .custom-quote .ctn {
        display: inline-block;
        width: 100%;
        margin: 15px 10px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 2vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #D4B269;
        color: #2D2D2D;
    }
    
    .products .product .row .custom-quote .ctn:hover {
        background: #E6E6E6;
        color: #2D2D2D;
    }
    
    .products .product .row .table-box {
        padding: 30px 30px;
        margin-top: 50px;
        width: 65%;
        height: auto;
        text-align: center;
    }
    
    .products .product .row .table-box h4 {
        margin: 0;
        color: #C49448;
        font-weight: bold;
        letter-spacing: 0.05rem;
        font-size: 4vmin;
    }
    
    .products .product .row .table-box h6 {
        width: 70%;
        color: #2D2D2D;
        font-size: 2vmin;
        margin: 20px auto;
        font-weight: lighter;
    }
    
    .products .product .row .table-box select {
        width: 35%;
        padding: 5px 15px;
        margin: 5px 15px;
        box-sizing: border-box;
        border: none;
        outline: none;
        border-radius: 3px;
        font-size: 2vmin;
    }
    
    .products .product .row .table-row {
        display: table;
        width: 80%;
        margin: 0 auto;
        background: transparent;
        padding: 12px 0;
        color: #2D2D2D;
        font-size: 2vmin;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 50, 0.3);
    }
    
    .products .product .row .table-row .table-cell {
        display: table-cell;
        width: 20%;
        text-align: center;
        padding: 4px 0;
        border-right: 1px solid #C49448;
        vertical-align: middle;
    }
    
    .products .product .row .table-row .table-cell p {
        margin: 0;
    }
    
    .products .product .row .table-head {
        background: #2D2D2D;
        color: #C49448;
        font-size: 2.2vmin;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        box-shadow: none;
    }
    
    .products .product .row .table-row .last-cell {
        border-right: none;
    }

    /* Delivery Start */
    .delivery .row .service-area,
    .delivery .row .delivery-process {
        width: 90%;
    }

    .delivery .row .preparing-images {
        width: 50%;
        text-align: center;
        margin: auto;
    }

    .delivery .row .preparing-images img{
        height: auto;
    }

    .delivery .row .preparing-content{
        width: 50%;
        text-align: center;
        margin: 20px auto;
    }

    .delivery .row .preparing-content h4 {
        color: #C49448;
        font-weight: bold;
        letter-spacing: 0.05rem;
        font-size: 4vmin;
        text-align: left;
        margin: 0 auto;
        width: 90%;
    }

    .delivery .row .preparing-content p {
        color: #2D2D2D;
        font-size: 2.5vmin;
        margin: 15px auto;
        text-align: left;
        width: 90%;
    }

    .delivery .row .preparing-content ul li {
        color: #2D2D2D;
        font-size: 2.5vmin;
        margin: 15px auto;
        text-align: left;
        width: 90%;
        list-style-position: inside;
    }

    .delivery .free-quote {
        width: 100%;
        margin: 50px 0;
        padding: 50px;
        background: #D4B269;
        text-align: center;
    }

    .delivery .free-quote h4 {
        width: 70%;
        margin: 0 auto;
        font-size: 3vmin;
    }

    .delivery .free-quote .ctn {
        display: inline-block;
        width: auto;
        margin: 0;
        margin-top: 20px;
        font-size: 2vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }

    .delivery .free-quote .ctn:hover {
        background: #E6E6E6;
        color: #2D2D2D;
    }
    /* Delivery End */

    /* Footer Start */
    .footer-inventory .footer-logo-inventory img {
        width: 250px;
        /* margin: 20px 0; */
    }
    
    .footer-content-2 .footer-navigation,
    .footer-content-2 .footer-products,
    .footer-content-2 .footer-dealer,
    .footer-inventory .footer-logo {
        margin: 20px 20px;
    }

    .footer-content-2 .footer-contact {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

    .contact-us .contact-us-form .ctn {
        display: inline-block;
        width: 20%;
        margin-top: 10px;
        font-size: 2vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }
    /* Footer End */
    

}


@media only screen and (max-width:1000px) {

    * {
        overflow-x: hidden;
    }

    body {
        max-width: 100vw;
        left: 0;
    }

    .navbar-one .socials {
        display: flex;
        flex-direction: column;
        align-items: end;
        top: 18px;
        gap: 5px;
    }

    .navbar-one .socials .office_number {
        overflow: hidden;
    }

    .navbar-one .socials .office_number p {
        display: flex;
    }

    .navbar-one .socials .office_number a {
        padding-bottom: 0;
        /* margin-bottom: 5px; */
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        gap: 0;
        font-size: 3vmin;
        transition: 0.3s ease;
    }

    .navbar-one .socials .office_number a.black {
        font-size: 2.8vmin;
        transition: 0.3s ease;
    }

    .navbar-one .socials .bxs-phone {
        padding: 0;
        position: relative;
        font-size: 5.5vmin;
        transition: 0.3s ease;
    }

    .navbar-one .socials .bxs-phone.black {
        font-size: 4vmin;
        transition: 0.3s ease;
    }

    .navbar-one {
        padding: 0;
        margin: 0;
        background: #2d2d2de6;
        height: 120px;
        z-index: 99;
    }

    .navbar-one.black {
        background: #2D2D2D;
        height: 100px;
        cursor: pointer;
    }

    .navbar-one .siderbarOpen {
        display: block;
    }

    .siderbarOpen {
        position: absolute;
        left: 20px;
        top: 60px;
        height: 40px;
        overflow: hidden;
        transition: 0.3s ease;
    }

    .siderbarOpen.black {
        top: 45px;
        height: 40px;
        transition: 0.3s ease;
    }

    .navbar-one .locateDealer {
        position: absolute;
        top: 15px;
        left: 23px;
        transition: 0.3s ease;

    }

    .navbar-one .locateDealer.black {
        top: 15px;
        left: 30px;
        transition: 0.3s ease;

    }

    .navbar-one .locateDealer i {
        font-size: 5vmin;
        transition: 0.3s ease;
    }

    .navbar-one .locateDealer i.black {
        font-size: 4vmin;
        transition: 0.3s ease;
        padding: 0;
    } 
    
    .navbar-one .locateDealer a p {
        font-size: 2.2vmin;
        font-weight: bold;
        transition: 0.3s ease;
        padding: 3px 5px;

    }

    .navbar-one .locateDealer a p.black {
        font-size: 1.8vmin;
        font-weight: bold;
        transition: 0.3s ease;
        padding: 3px 5px;
    }

    .navbar-one .logo {
        height: 100px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .navbar-one .logo img {
        margin: 0;
        padding: 0;
        left: auto;
        transition: 0.3s ease;
    }

    .logo img.black {
        height: 70px;
        display: flex;
        position: fixed;
        transition: 0.3s ease;
    }

    .navbar-one .socials {
        position: absolute;
        right: 10px;
        transition: 0.3s ease;
        overflow: hidden;
    }

    .navbar-one .socials i {
        font-size: 25px;
        transition: 0.3 ease;
        padding-top: 10px;
        overflow: hidden;
    }

    .navbar-one .socials i.black {
        font-size: 25px;
        transition: 0.3 ease;
        padding: 0;
    }

    .socials span {
        display: flex;
        flex-direction: column;
        flex: 1;
        /* border: 1px solid black; */
    }

    .facebook.black {
        overflow: hidden;
    }

    .navbar-one .socials > div {
        padding: 0;
        margin: 0;
        display: flex;
    }

    .navbar-one .socials.black {
        height: 65px;
        transition: 0.3s ease;
    }
    
    .socials > div:hover {
        color: #9C3940;
        transition: all 0.3s;
    }

    .facebook p, .office_number p, .instagram p, .google p {
        display: none;
    }

    .group {
        width: 320px;
        height: 100%;
        background: #D4B269;
        position: fixed;
        margin-top: 160px;
        left: -100%;
        top: 0;
    }

    .navbar-second.active .group {
        left: -0%;
    }

    .group.black{
        width: 320px;
        height: 100%;
        background: #D4B269;
        position: fixed;
        margin-top: 90px;
        left: -100%;
        top: 0;
    }

    .navbar-second {
        background: none;
    }

    .navbar-second.black {
        background: none;
    }

    .navbar-second .menu {
        background: none;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 50px;
        position: fixed;
        top: 160px;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    .navbar-second li a {
        display: inline;
        margin-top: 20px;
        font-size: 4vmin;
        padding: 0 0;
    }

    .navbar-second li a.black {
        display: inline;
        margin-top: 20px;
        font-size: 5vmin;
        padding: 0 0;
    }

    .group ul.menu {
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
    
    .group.black ul.menu {
        padding: 0;
        margin: 0;
        margin-top: 0;
    }

    .menu li {
        overflow-y: hidden;
        margin-top: 10px;
    }

    .menu li.black {
        width: auto;
        overflow-y: hidden;
        margin: 5px;
    }

    .menu li ul.dropdown li {
        display: block;
        padding: 0;
        margin: 0;
        height: auto;
    }
    
    .menu li ul.dropdown {
        margin: 0;
        background: none;
        position: relative;
        z-index: 999;
        padding: 0 0;
    }

    .menu li:hover ul.dropdown {
        display: inline;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .menu li ul.dropdown a {
        text-align: left;
        position: relative;
        text-decoration: none;
        font-size: 4vmin;
        color: black;
        font-weight: 200;
    }

    .menu li ul.dropdown a.black {
        text-align: left;
        position: relative;
        text-decoration: none;
        font-size: 5vmin;
        color: black;
        font-weight: 200;
    }
    
    .menu li ul.dropdown p {
        display: none;
    }

    /* Slider */
    .slider {
        position: relative;
        width: 100vw;
        height: 100vh;
    }
    
    .slides {
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        transition: 1.5s ease;
    }
    
    .slide {
        float: center;
        transform: translateY(-0%);
        text-align: center;
    }

    .slide-data {
        width: 100%;
        height: 50%;
        top: 60%;
        color: #E6E6E6;
        text-align: center;
        transform: translateY(-40%);
        padding: 0 10px;
        position: relative;
    }
    
    .slide-data h2 {
        font-size: 5vmin;
        color: #fff;
        text-transform: uppercase;
        overflow-y: hidden;
    }
    
    .slide-data .line {
        width: 200px;
        height: 4px;
        background: #C49448;
        margin: 10px auto;
        border-radius: 5px;
    }
    
    .slide-data h1 {
        width: 80%;
        height: 30%;
        font-size: 7vmin;
        font-weight: 100;
        margin: 30px auto;
    }

    .slider .ctn {
        padding: 10px 20px;
        text-decoration: none;
        font-size: 4vmin;
        font-weight: 800;
        letter-spacing: 0.05em;
    }

    .slider .ctn:hover {
        font-size: 4vmin;
        font-weight: 800;
        letter-spacing: 0.05em;
    }

    .slider .arrows {
        font-size: 35px;
    }

    /* Button Start*/
    .ctn {
        padding: 15px 30px;
        background: #784455;
        border-radius: 3px;
        color: #fff;
        text-decoration: none;
        font-size: 4vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .ctn:hover {
        background: #fff;
        color: #784455;
        box-shadow: 2px 2px 5px #00000056;
        font-size: 4vmin;
        font-weight: 800;
        letter-spacing: 0.05em;
    }
    /* Button End */

    /* Separation */
    .separation {
        height: auto;
        width: 100%;
        margin: 0 0;
    }
    
    .title {
        color: black;
        background: #D4B269;
        position: absolute;
    }
    
    .title h6 {
        font-size: 3vmin;
        text-align: center;
        font-weight: 600;
        padding: 5px 20px;
    }
    
    .title .ctn {
        text-align: center;
        font-size: 2.5vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 15px;
        text-decoration: none;
    }
    /* Separation End */

    /* Series */
    .series {
        position: relative;
        padding: 0;
        margin: 0;
        margin-top: 110px;
    }

    .series .row {
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    
    .series .row .col img {
        border-radius: 8px;
        /* align-self: center; */
        margin-top: 50px;
        height: 200px;
    }
    
    .series h4 {
        text-align: center;
        font-size: 5vmin;
        margin: 10px auto;
        text-transform: uppercase;
    }
    
    .series .line {
        width: 100px;
        height: 2px;
        margin: 5px auto;
        border-radius: 5px;
    }
    
    .series h3 {
        width: 100%;
        height: auto;
        font-size: 4.5vmin;
        margin: 10px;
        font-weight: 600;
        text-align: center;
        overflow: hidden;
        padding: 0 0;
    }
    
    .series p {
        width: 100%;
        color: black;
        padding: 0px 20px;
        font-size: 3.5vmin;
        margin-bottom: 20px;
    }
    
    .series .ctn {
        margin-top: 10px;
        font-size: 3vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
        padding: 10px 15px;
        text-decoration: none;
    }
    
    .series .content-col {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        padding: 0 0;
        text-align: center;
    }

    .series .content-col h4 {
        padding: 0;
        width: 95%;
        font-size: 5vmin;
        font-weight: 400;
        text-align: right;
        overflow: hidden;
        padding-right: 5px;
    }
    
    .series .content-col .line-content {
        height: 2px;
        margin-top: 0;
        margin-left: 55px;
        margin-right: 0;
        width: 300px;
        padding-right: 0;
    }
    
    .series .content-col .h3-content {
        padding: 10px 0;
        padding-left: 50px;
        padding-right: 20px;
        margin: 0;
        width: 100%;
        font-size: 4.5vmin;
        color: black;
        font-weight: 600;
        text-align: right;
    }
    
    .series .content-col p {
        padding: 0 0;
        padding-left: 50px;
        padding-right: 20px;
        margin: 0;
        width: 100%;
        color: black;
        text-align: right;
        font-size: 3.5vmin;
    }
    
    .series .image-col {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .series .image-gallery {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        margin: 0;
        padding: 0;
    }
    
    .image-gallery img {
        width: 80%;
        margin: 0;
        padding: 0;
    }
    
    .image-gallery {
        justify-content: center;
        align-items: center;
    }
    
    .row{
        flex-direction: column;
    }

    .row .col {
        margin: 20px auto;
    }

    .col img {
        max-width: 90%;
    }
    /* Series */
    
    /* Blog */
    .blog {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: 15px;
    }

    .blog h1 {
        text-align: center;
        font-size: 6vmin;
        height: auto;
        overflow: hidden;
    }

    .blog .line {
        width: 100px;
        height: 2px;
        margin: 5px auto;
        border-radius: 5px;
    }

    .blog h4 {
        width: 90%;
        font-size: 4vmin;
        margin-top: 10px;
        height: auto;
        overflow: hidden;
    }

    .blog p {
        width: 100%;
        font-size: 3.5vmin;
        padding: 10px 40px;
        margin: 0 0;
    }
    
    .blog-row {
        margin-top: 0;
        padding: 0;
    }
    
    .blog .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog .col img {
        width: 90%;
        margin-top: 20px;
        margin: 0;
        margin-bottom: 0;
        border-radius: 8px;
    }
    
    .blog .ctn {
        margin-top: 0;
        font-size: 3vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 0;
        padding: 10px 15px;
        text-decoration: none;
    }

    /* About Us Start */
    .about-us {
        margin-top: 200px;
    }
    
    .about-us h1 {
        text-align: center;
        color: #C49448;
        overflow: hidden;
    }
    
    .about-us .line {
        width: 150px;
        height: 3px;
        background: #C49448;
        margin: 5px auto;
        border-radius: 5px;
    }

    .about-us h4 {
        width: 100%;
        padding: 20px 40px;
        margin: 0;
        font-size: 4.5vmin;
        text-align: center;
    }

    .about-us .row {
        margin: 10px 0;
    }

    .about-us .row .aboutus {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-right: 0;
    }
    
    .about-us .row .aboutus .aboutus-content p,
    .about-us .row .aboutus .aboutus-content-right p {
        width: 90%;
        text-align: justify;
        padding: 0 0 10px;
        margin: 0 auto;
        font-size: 4vmin;
    }

    .about-us .row .aboutus .aboutus-image,
    .about-us .row .aboutus .aboutus-image-right {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .about-us .row .aboutus .bottom-image {
        width: 70%;
        text-align: center;
        margin: 0;
    }
    /* About Us End */

    /* FAQS Start */
    .section-faqs {
        margin-top: 200px;
    }
    
    .section-faqs h1 {
        overflow: hidden;
    }
    
    .section-faqs .line {
        width: 85px;
    }
    
    .section-faqs .faqs {
        margin: 30px;
    }
    
    .section-faqs .faqs h4 {
        font-size: 5vmin;
    }
    
    .section-faqs .faqs p {
        font-size: 3.5vmin;
    }
    
    .section-faqs .faqs ul {
        width: 90%;
        font-size: 3.5vmin;
        margin-left: 20px;
    }

    .section-faqs .faqs ul li {
        list-style-position: inside;
    }
    /* FAQS End */

    /* Service Area Start */
    .section-service-area {
        margin-top: 200px;
    }

    .section-service-area h1,
    .section-service-area .service-area h4 {
        overflow: hidden;
    }

    .section-service-area .line {
        width: 85px;
    }

    .section-service-area .service-area {
        margin: 30px;
    }

    .section-service-area .service-area .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    /* Service Area End */

    /* Dealer List Start */
    .dealer-list {
        margin-top: 200px;
    }

    .dealer-list h1 {
        overflow: hidden;
    }
    
    .dealer-list .line {
        width: 260px;
    }
    
    .dealer-list .dealer-filter {
        margin: 30px auto;
        width: 90%;
        height: auto;
    }

    .dealer-list .dealer-filter form {
        overflow-y: hidden;
        display: inline;
    }
    
    .dealer-list .dealer-filter p {
        font-size: 3.5vmin;
        margin: 0;
        margin-bottom: 10px;
    }
    
    .dealer-list .dealer-filter label {
        font-size: 3.5vmin;
        font-weight: bold;
        margin: 0;
    }
    
    .dealer-list .dealer-filter input {
        width: 100%;
        padding: 5px 10px;
        margin: 0;
        font-size: 3vmin;
        margin-bottom: 10px;
    }
    
    .dealer-list .dealer-filter .ctn {
        margin: 0;
        font-size: 3.2vmin;
        padding: 5px 10px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }
    
    .dealer-list .dealer-filter .ctn:hover {
        background: #C49448;
        color: #2D2D2D;
    }
    
    .dealer-list .map {
        text-align: center;
        margin: 30px auto 20px;
        padding: 0;
        width: 90%;
        height: 400px;
        overflow-y: hidden;
    }

    .dealer-list .map iframe {
        width: 60%;
        zoom: 1.5;
        top: -115px;
    }
    
    .dealer-list .grid .card h1 {
        font-size: 6vmin;
    }

    .dealer-list .grid .card p {
        font-size: 4vmin;
    }
    /* Dealer List End */

    /* Contact Us Start */
    .contact-us {
        margin-top: 200px;
    }
    
    .contact-us h1 {
        overflow-y: hidden;
    }
    
    .contact-us .line {
        width: 200px;
        height: 3px;
        background: #C49448;
        margin: 5px auto;
        border-radius: 5px;
    }
    
    .contact-us .contact-us-form,
    .contact-us .mail {
        width: 80%;
        text-align: center;
        margin: 30px auto;
    }
    
    .contact-us .contact-us-form p {
        font-size: 3.3vmin;
    }
    
    .contact-us .contact-us-form label {
        font-size: 3.3vmin;
    }
    
    .contact-us .contact-us-form select {
        font-size: 3.3vmin;
    }
    
    .contact-us .contact-us-form input {
        font-size: 3.3vmin;
    }
    
    .contact-us .contact-us-form textarea {
        font-size: 3.3vmin;
    }
    
    .contact-us .contact-us-form .ctn {
        width: auto;
        font-size: 3vmin;
    }
    
    .contact-us .mail .ctn {
        width: auto;
        font-size: 3vmin;
    }
    
    .contact-us .contact-us-form .ctn:hover,
    .contact-us .mail .ctn:hover {
        background: #E6E6E6;
        color: #2D2D2D;
    }
    /* Contact Us End */

    /* Quote Form Start */
    .quote-form {
        margin-top: 200px;
    }
    
    .quote-form h1 {
        overflow-y: hidden;
    }
    
    .quote-form .line {
        width: 200px;
        height: 3px;
        background: #C49448;
        margin: 5px auto;
        border-radius: 5px;
    }
    
    .quote-form .quote-form-page {
        width: 80%;
        text-align: center;
        margin: 30px auto;
    }
    
    .quote-form .quote-form-page p {
        font-size: 3.3vmin;
    }
    
    .quote-form .quote-form-page label {
        font-size: 3.3vmin;
    }
    
    .quote-form .quote-form-page select {
        font-size: 3.3vmin;
    }
    
    .quote-form .quote-form-page input {
        font-size: 3.3vmin;
    }
    
    .quote-form .quote-form-page textarea {
        font-size: 3.3vmin;
    }
    
    .quote-form .quote-form-page .ctn {
        width: auto;
        font-size: 3vmin;
    }
    
    .quote-form .quote-form-page .ctn:hover {
        background: #E6E6E6;
        color: #2D2D2D;
    }
    /* Quote Form End */

    /* Payment Options Start */
    .payment-options {
        margin-top: 200px;
    }
    
    .payment-options h1 {
        overflow-y: hidden;
    }
    
    .payment-options .line {
        width: 260px;
    }
    
    .payment-options .options {
        margin: 30px;
    }
    
    .payment-options .options .row {
        margin: 0;
    }
    
    .payment-options .options .row h4 {
        font-size: 5vmin;
        margin: 10px 0;
        overflow-y: hidden;
    }
    
    .payment-options .options p {
        font-size: 3.5vmin;
    }
    
    .payment-options .options .row ul {
        font-size: 3.5vmin;
    }
    
    .payment-options .options .row .ctn {
        font-size: 3vmin;  
    }
    /* Payment Options End */

    /* Rent To Own Start */
    .rent-to-own {
        margin-top: 200px;
    }
    
    .rent-to-own h1 {
        overflow-y: hidden;
    }
    
    .rent-to-own .line {
        width: 190px;
    }
    
    .rent-to-own .rent {
        margin: 30px;
    }
    
    .rent-to-own .rent .row {
        margin: 0;
    }
    
    .rent-to-own .rent h4 {
        font-size: 5vmin;
        margin: 10px 0;
        overflow-y: hidden;
    }
    
    .rent-to-own .rent p {
        font-size: 2.5vmin;
    }
    
    .rent-to-own .rent .row p {
        font-size: 2.5vmin;
        text-align: left;
    }
    
    .rent-to-own .pre-qualify {
        width: 90%;
        text-align: center;
        margin: 20px auto;
    }
    
    .rent-to-own .pre-qualify label {
        font-size: 3.5vmin;
    }
    
    .rent-to-own .pre-qualify select {
        font-size: 3.5vmin;
    }
    
    .rent-to-own .pre-qualify input {
        font-size: 3.5vmin;
        margin-bottom: 10px;
    }
    
    .rent-to-own .pre-qualify textarea {
        font-size: 3.5vmin;
    }
    
    .rent-to-own .pre-qualify .qualify-button {
        display: flex;
        flex-direction: column;
    }
    
    .rent-to-own .pre-qualify a {
        font-size: 3vmin;
        margin-bottom: 10px;
    }
    
    .rent-to-own .pre-qualify .ctn {
        font-size: 3.2vmin;
    }
    
    .rent-to-own .pre-qualify .ctn:hover {
        background: #C49448;
        color: #2D2D2D;
    }
    /* Rent To Own End */

    /* Products Start */
    .products {
        margin-top: 200px;
    }

    .products h1 {
        overflow: hidden;
    }

    .products .line {
        width: 150px;
    }

    .products .product {
        margin: 20px 0;
    }

    .products .product .row {
        flex-direction: column;
    }

    .products .product .row .content {
        padding: 50px;
        width: 100%;
        height: auto;
    }

    .products .product .row .content h4 {
        font-size: 6vmin;
        overflow: hidden;
    }

    .products .product .row .content p {
        font-size: 4vmin;
    }

    .products .product .row .content .ctn {
        display: inline-block;
        width: auto;
        margin: 10px 5px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 3vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }

    .products .product .row .slides {
        height: 300px;
        width: 100%;
    }

    .products .product .row .content-2 {
        padding: 20px;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .products .product .row .content-2 h4 {
        margin-top: 20px;
        font-size: 6vmin;
        overflow: hidden;
    }

    .products .product .row .content-2 p {
        color: #2D2D2D;
        font-size: 4vmin;
        margin: 10px 0;
    }

    .products .product .row .content-2 a  {
        font-size: 4vmin;
    }

    .products .product .row .content-2 .ctn {
        display: inline-block;
        width: auto;
        margin: 10px 10px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 3vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }

    .products .product .row .content-3 {
        padding: 20px;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .products .product .row .content-3 h4 {
        font-size: 6vmin;
        overflow: hidden;
    }

    .products .product .row .content-3 ul {
        margin: 15px 0;
    }

    .products .product .row .content-3 ul li {
        font-size: 3.5vmin;
    }

    .products .product .row .content-3 a {
        font-size: 3.5vmin;
    }

    .products .product .row .content-3 i {
        margin: 0 5px;
        font-size: 20px;
    }

    .products .product .row .custom-quote {
        padding: 50px 50px;
        margin: 50px 0;
        width: 100%;
        height: auto;
    }

    .products .product .row .custom-quote h4 {
        font-size: 5vmin;
        overflow: hidden;
    }

    .products .product .row .custom-quote label {
        font-size: 4vmin;
    }

    .products .product .row .custom-quote select {
        font-size: 3.5vmin;
    }

    .products .product .row .custom-quote input {
        font-size: 3.5vmin;
    }

    .products .product .row .custom-quote textarea {
        font-size: 3.5vmin;
    }

    .products .product .row .custom-quote a {
        font-size: 3vmin;
    }

    .products .product .row .custom-quote a:hover {
        text-decoration: underline;
    }

    .products .product .row .custom-quote .ctn {
        display: inline-block;
        width: 100%;
        margin: 15px 10px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 3vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #D4B269;
        color: #2D2D2D;
    }

    .products .product .row .table-box {
        padding: 0 20px;
        margin-top: 0;
        width: 100%;
        height: auto;
    }

    .products .product .row .table-box h4 {
        font-size: 6vmin;
        overflow: hidden;
    }

    .products .product .row .table-box h6 {
        width: 90%;
        font-size: 4vmin;
        overflow: hidden;
    }

    .products .product .row .table-box select{
        width: 80%;
        font-size: 4vmin;
    }

    .products .product .row .table-row {
        width: 95%;
        font-size: 3vmin;
    }

    .products .product .row .table-row .table-cell {
        width: 20%;
    }

    .products .product .row .table-head {
        font-size: 3vmin;
        letter-spacing: 0;
    }
    /* Products End */

    /* Inventory Start */
    .inventory {
        margin-top: 200px;
    }

    .inventory h1 {
        overflow: hidden;
    }
    
    .inventory .line {
        width: 260px;
    }

    .inventory .container {
        width: 100%;
    }

    .inventory .container #shedhub-widget {
        overflow-y: hidden;
    }
    /* inventory End */

    /* Delivery Start */
    .delivery {
        margin-top: 200px;
    }

    .delivery h1 {
        overflow: hidden;
    }

    .delivery .line {
        width: 130px;
    }

    .delivery .row { 
        margin: 0;
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }

    .delivery .row .service-area,
    .delivery .row .delivery-process {
        margin: 0 auto;
        width: 90%;
        text-align: left;
    }

    .delivery .row .service-area h4,
    .delivery .row .delivery-process h4 {
        font-size: 6vmin;
        overflow: hidden;
    }

    .delivery .row .service-area h4 {
        margin-top: 10px;
    }

    .delivery .row .service-area p,
    .delivery .row .delivery-process p {
        color: #2D2D2D;
        font-size: 4vmin;
        margin: 15px 0 0;
    }

    .delivery .row .preparing-images {
        width: 100%;
    }

    .delivery .row .preparing-images img{
        height: auto;
    }

    .delivery .row .preparing-content{
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .delivery .row .preparing-content h4 {
        font-size: 6vmin;
        margin: 0 auto;
        overflow: hidden;
    }

    .delivery .row .preparing-content p {
        font-size: 4vmin;
        width: 90%;
        margin: 10px auto;
    }

    .delivery .row .preparing-content ul li {
        font-size: 4vmin;
        margin: 10px auto;
        margin-bottom: 0;
        width: 90%;
    }

    .delivery .free-quote {
        padding: 30px;
        margin-top: 30px;
    }

    .delivery .free-quote h4 {
        width: 100%;
        font-size: 5vmin;
        overflow: hidden;
    }

    .delivery .free-quote .ctn {
        display: inline-block;
        width: auto;
        margin: 0;
        margin-top: 20px;
        font-size: 4vmin;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 15px 25px;
        border-radius: 3px;
        text-decoration: none;
        background: #2D2D2D;
        color: #D4B269;
    }
    /* Delivery End */

    /* All Options Start */
    .all-options {
        margin-top: 200px;
        
    }
    
    .all-options h1 {
        overflow: hidden;
    }
    
    .all-options .line {
        width: 340px;
    }
    
    .all-options .row {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .all-options .row .options {
        flex-direction: column;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    
    .all-options .row .options div {
        width: 90%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .all-options .row .options img {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        border-radius: 8px;
        margin-top: 10px;
    }

    .all-options .row .options h4 {
        width: 100%;
        margin: 0;
        font-size: 6vmin;
        text-align: center;
    }

    .all-options .row .options .line {
        width: 100%;
        padding: 0;
        margin-left: 5px;
    }

    .all-options .row .options p {
        width: 100%;
        text-align: left;
        padding-top: 0;
        font-size: 4vmin;
    }

    .all-options .row .options a {
        font-size: 4vmin;
    }

    .all-options .row .options ul li {
        text-align: left;
        font-size: 4vmin;
        list-style-position: inside;
    }

    .all-options .row .options-2 {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    
    .all-options .row .options-2 img {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        border-radius: 8px;
    }
    
    .all-options .row .options-2 h4 {
        font-size: 6vmin;
        text-align: center;
    }
    
    .all-options .row .options-2 .line {
        width: 80%;
        margin: 0 auto 20px;
    }
    
    .all-options .row p {
        margin: 0 auto;
        font-size: 4vmin;
    }
    
    .building-options {
        margin: 50px auto;
    }
    
    .building-options .doors-windows,
    .building-options .other-options {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto;
    }
    
    .building-options .doors-windows img {
        width: 200px;
        margin: 20px auto 0;
    }
    
    .building-options .other-options img {
        margin: 20px auto 0;
    }
    
    .building-options .doors-windows p,
    .building-options .other-options p {
        width: 100%;
        font-size: 4vmin;
    }
    /* All Options End */

    /* Siding Styles Start */
    .siding-styles {
        margin-top: 200px;
    }
    
    .siding-styles h1 {
        overflow: hidden;
    }
    
    .siding-styles .line {
        width: 200px;
    }
    
    .siding-styles .row {
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }

    .siding-styles .row .siding {
        display: flex;
        width: 100%;
        padding: 0;
        margin: 0;
        align-items: center;
        text-align: center;
    }

    .siding-styles .row .siding img {
        width: 100%;
        padding: 0;
        margin: 20px auto 0;
    }

    .siding-styles .row .siding h4 {
        width: 100%;
        padding: 10px 0;
        margin: 0;
        margin-top: 20px;
        font-size: 5.5vmin;
        text-align: left;
    }

    .siding-styles .row .siding ul {
        padding-left: 0;
    }

    .siding-styles .row .siding li {
        width: 100%;
        margin: 10px 0;
        text-align: left;
        font-size: 3vmin;
        list-style-position: inside;
    }

    .paint-colors {
        width: 100%;
        text-align: center;
        margin: 50px auto;
    }
    
    .paint-colors .paint-row p,
    .paint-colors .stain-colors p,
    .paint-colors .lp-wood p {
        font-size: 4vmin;
    }
    /* Siding Styles End */

    /* Customer Service Start */
    .contact-us-information {
        width: 90%;
        gap: 15px;
        margin: 20px auto 10px;
    }
    
    .information-1 {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    .contact-us-information h3 {
        font-size: 20px;
        letter-spacing: 0.05em;
        overflow: hidden;
    }
    
    .contact-us-information h5 {
        margin: 0;
        color: #C49448;
        font-size: 13px;
        overflow: hidden;
    }
    
    .contact-us-information h4 {
        font-size: 18px;
        letter-spacing: 0.05em;
        overflow: hidden;
    }
    
    .extensions {
        display: flex;
        flex-direction: column;
        gap: 5px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    
    .extensions ul {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        align-items: center;
    }
    
    .extensions ul li {
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

    .cs h3 {
        font-size: 20px;
        overflow: hidden;
    }

    .customer-service {
        margin-top: 200px;
    }

    .customer-service h1 {
        overflow-y: hidden;
    }

    .customer-service .line {
        width: 270px;
    }

    .customer-service .cs {
        margin: 30px;
    }

    .customer-service .cs label {
        font-size: 3.5vmin;
    }

    .customer-service .cs select {
        font-size: 3.5vmin;
    }

    .customer-service .cs input {
        font-size: 3.5vmin;
        margin-bottom: 10px;
    }

    .customer-service .cs textarea {
        font-size: 3.5vmin;
    }

    .customer-service .cs .submit-button {
        display: flex;
        flex-direction: column;
    }

    .customer-service .cs .ctn {
        font-size: 3.2vmin;
    }

    .customer-service .cs .ctn:hover {
        background: #D4B269;
        color: #2D2D2D;
    }
    /* Customer Service End */

    /* Cabin Connections Advantage Start */

    .cabinconnections-advantage {
        margin-top: 200px;
    }

    
    /* Cabin Connections Advantage End */

    /* Footer Start */
    footer {
        background: #2D2D2D;
        height: auto;
        width: 100vw;
        padding: 0;
        margin: 0;
        margin-top: 20px;
        color: #D4B269;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    
    .footer-inventory {
        width: 90vw;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer-content-2 {
        display: flex;
        flex-direction: column;
        text-align: left;
        width: 80vw;
    }
   
    .footer-inventory .footer-navigation,
    .footer-inventory .footer-dealer,
    .footer-inventory .footer-contact,
    .footer-inventory .footer-logo {
        /* margin: 10px 40px; */
        padding: 0;
    }

    .footer-inventory .footer-products {
        /* margin: 0 40px; */
        padding: 0;
    }

    .footer-inventory .footer-products .na {
        display: none;
    }

    .footer-inventory .footer-contact {
        /* margin: 0 40px 20px; */
        display: flex;
        align-items: flex-start;
        text-align: left;
    }
    
    .footer-inventory .footer-navigation h6,
    .footer-inventory .footer-products h6,
    .footer-inventory .footer-dealer h6 {
        overflow-y: hidden;
    }

    .footer-inventory .footer-dealer input {
        padding: 5px 10px;
        outline: none;
        border: none;
        border-bottom: 1px solid #D4B269;
        background-color: #2D2D2D;
        color: #D4B269;
        font-size: 3vmin;
        margin-top: 30px;
    }
    
    .footer-inventory .footer-dealer .ctn {
        width: 200px;
        font-size: 3.5vmin;
        padding: 15px 20px;
    }
    
    .footer-inventory .footer-contact .btn {
        /* width: 200px; */
        font-size: 2vmin;
        padding: 15px 20px;
        margin: 0;
    }
    
    .socials {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
        padding:  0;
    }

    .socials li {
        margin: 0 10px;
    }
    
    .socials a {
        text-decoration: none;
        color: #D4B269;
        font-size: 25px;
        transition: color .4s ease;
    }
    
    .socials a:hover {
        color: #E6E6E6;
    }
    
    .footer-bottom {
        background-color: #D4B269;
        color: #2D2D2D;
        width: 100vw;
        padding: 15px 0;
        text-align: center;
    }
    
    .footer-bottom p {
        font-size: 14px;
        word-spacing: 2px;
        text-transform: capitalize;
        margin: 0;
    }

    .footer-bottom span {
        text-transform: uppercase;
        opacity: .4;
        font-weight: 200;
    }

}


@media only screen and (max-width:800px) {
    .navbar-one {
        height: 170px;
    }

    .navbar-one .logo {
        height: 90px;
        margin-top: 60px;
    }

    .navbar-one .logo.black {
        height: 70px;
        margin-top: 0;
    }
}


@media only screen and (max-width:600px) {
    .navbar-one .siderbarOpen {
        display: block;
    }
    
    .siderbarOpen {
        position: absolute;
        left: 20px;
        top: 55px;
        height: 40px;
        overflow: hidden;
        transition: 0.3s ease;
    }
    
    .siderbarOpen.black {
        top: 45px;
        height: 40px;
        transition: 0.3s ease;
    }

}

@media only screen and (max-width:550px) {
    .navbar-one {
        height: 160px;
    }

    .navbar-one.black {
        height: 130px;
    }

    .navbar-one .logo {
        height: 90px;
        margin-top: 50px;
    }

    .navbar-one .logo.black {
        height: 70px;
        margin-top: 20px;
    }
    
    /* Service Area Start */
    .section-service-area {
        margin-top: 150px;
    }

    .section-service-area .service-area {
        margin: 30px;
    }

    .section-service-area .service-area .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section-service-area .service-area .row ul {
        margin-bottom: 0;
    }
    /* Service Area End */

    .footer-inventory .footer-contact .btn {
        /* width: 200px; */
        font-size: 2.5vmin;
        padding: 15px 20px;
        margin: 0;
    }

    .siderbarOpen {
        top: 55px;
    }

    .siderbarOpen.black {
        top: 45px;
    }
    .dealer-list .map iframe {
        width: 90%;
        zoom: 3;
        top: -185px;
    }
}

@media only screen and (max-width:400px) {
    .dealer-list .map {
        height: 200px;
    }

    .dealer-list .map iframe {
        top: -215px;
    }
}