@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

* {
  margin: 0;
}

/* 
Navigation Bar
Navigation Bar Logo
Navigation Social Icons

Responsive
 */

/* Home Banner */

.home-banner {
  width: 100%;
  height: auto;
  background-image: url("../images/banner/home-banner.webp");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow-x: hidden;
}

.heading h2 {
  text-align: center;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-top: 106px; 
  color: transparent;

  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}

.banner-text h3 {
  color: white;
  text-align: center;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin-top: -50px;
}



/* Banner Get Started Button Area */

.get-started {
  width: 100%;
  height: auto;
  margin-top: 12px;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.get-started-btn {
  width: 358px;
  height: 50%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.gs-btn {
  font-family: "Montserrat", sans-serif;
  width: 15vw;
  height: auto;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #00a5c9;
  color: #ffffff;
  border-radius: 15px;
  /* width: 250.08px;
  height: 62.52px;
  border: none;
  border-radius: 50px;
  background-color: #00a5c9;
  color: black; */
}

.gs-btn:hover {
  background-color: #00a5c9;
  border: 1px solid #00a5c9;
  color: black;
}

/* Banner Cards */

.banner-card {
  width: 100%;
  height: 300px;
  /* background-color: bisque; */
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.banr-crd {
  width: 300px;
  height: 300px;
  /* background-color: #00a5c9; */
  padding: 0;
  margin: 0 25px;
}

.banr-crd img {
  width: 262px;
  height: 262px;
  opacity: 0.97;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banr-crd-txt h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50.3855px;
  line-height: 76px;
  color: rgba(0, 165, 201, 1);
}

.banr-crd-txt p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25.1928px;
  line-height: 38px;
  color: #ffffff;
}

/* Ribbon */

.ribbon {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.ribbon p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2vw;
  color: #000000;
  margin-bottom: 0 !important;
}

.ribbon span {
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: rgb(255, 255, 255);
}

/* Who we are */

.whoweare {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/corporate/whoweare-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
}

.whoweare-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  /* background-color: #0c3842; */
}
.whoweare-col-left {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  /* background-color: rgb(104, 104, 119); */
}

.whoweare-images {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* background-color: blue; */
  /* margin-bottom: 30px; */
}

.whoweare-images img {
  width: auto;
  height: auto;
}

.whoweare-col-right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  /* background-color: #3f4143; */
}

.whoweare-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 3vw;

  /* background-color: #00a5c9; */
}
.whoweare-top-linetext {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.whoweare-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.whoweare-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.whoweare-text h2 {
  max-width: 482.65px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.whoweare-text span {
  color: rgba(0, 165, 201, 1);
}

.whoweare-text p {
  max-width: 500px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;

  color: #a4b4c3;
  margin-top: 20px;
}

.whoweare-text button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: auto;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #00a5c9;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 15px;
}

.whoweare-text button:hover {
  background-color: #00a5c9;
  border: 1px solid #00a5c9;
  color: black;
}

/* Why chose us */

.whychoseus-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
  background-image: url("../images/why-chose-us/whychoseus-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.whychoseus-text {
  text-align: center;
  margin-top: 6vh;
  /* background-color: #00a5c9; */
}

.whychoseus-top-linetext {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 5%;
}

.whychoseus-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;

  margin-top: 10px;
}

.whychoseus-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.whychoseus-text h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.whychoseus-text span {
  color: rgba(0, 165, 201, 1);
}

.whychoseus-slidenav {
  width: 100%;
  height: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  margin-bottom: 3vh;
  padding-top: 0;
}

.whychoseus-slidebtns {
  width: 200px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 5%;
}

.whychoseus-left-arrow {
  width: 5vw;
  height: 5vw;
  margin-right: 10px;
  background-color: black;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.whychoseus-left-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.whychoseus-right-arrow {
  width: 5vw;
  height: 5vw;
  background-color: black;
  margin: 5px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.whychoseus-right-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.whychoseus-right-arrow:hover i {
  color: black;
}
.whychoseus-left-arrow:hover i {
  color: black;
}

.whychoseus-right-arrow i {
  color: #00a5c9;
}
.whychoseus-left-arrow i {
  color: #00a5c9;
}

/* Slider */
.slide-container {
  /* background-color: #085263; */
  max-width: 1300px;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.slide-content {
  padding: 0 15px;

  margin: 0 auto;
}

.card_slider {
  width: 100%;
  /* background-color: #3f4143; */
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  /* background-color: #c90057; */
  display: flex;
  align-items: center;
  /* padding-left: 0.8vw; */
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .singleCard {
  height: 300px;
  width: 270px;

  background-color: transparent !important;
  /* border: 1px solid rgba(255, 255, 255, 0.392);
  border-radius: 10px; */
  opacity: 0.7;
  background-image: url("../images/why-chose-us/whychoseus-crd-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 30px;

  overflow: hidden;
}

.singleCard img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  /* width: 4vw;
  height: 4vw;
  margin-top: 2vw; */
}

.singleCard h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  /* font-size: 1.4vw;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw; */

  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.singleCard p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;

  font-size: 14px;
  margin-top: 10px;
  /* font-size: 0.85vw;
  margin-top: 0.8vw; */

  text-overflow: ellipsis;
  overflow: hidden;
}

/* Sales Pitch Starts Here */

.sales-msg {
  width: 100%;
  height: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);

  background-image: url("../images/sales-pitch/sales-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.sales-msg-content {
  width: 100%;
  height: 100%;
  /* background-color: #0c3842; */
}

.sales-msg-content-right {
  height: 100%;
  width: 100%;
  /* background-color: rgb(104, 104, 119); */
}

.sales-images {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: start;
  /* background-color: blue; */
  /* margin-bottom: 30px; */
}

.sales-images img {
  width: auto;
  height: auto;
}

.sales-msg-content-left {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #045669; */
}

.sales-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 4vw;
  /* background-color: #00a5c9; */
}

.sales-top-linetext {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.sales-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.sales-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.sales-text h2 {
  max-width: 482.65px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.sales-text span {
  color: rgba(0, 165, 201, 1);
}

.sales-text p {
  max-width: 500px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;
  color: #a4b4c3;
  margin-top: 20px;
}

.sales-text button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: auto;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #00a5c9;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 15px;
}

.sales-text button:hover {
  background-color: #00a5c9;
  border: 1px solid #00a5c9;
  color: black;
}

/* Our Showrooms */

.showrooms {
  width: 100%;
  height: auto;
  background-color: black;
  overflow-x: hidden;
  background-image: url("../images/our-showrooms/showrooms-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.showrooms-content {
  width: 100%;
  height: auto;
}

/* Our Wholesale Starts */

.showrooms-content {
  width: 100%;
  height: auto;

  display: flex;
  align-items: center;
}

.showrooms-content-right {
  height: auto;
  width: 100%;
  /* background-color: #00a5c9; */
  display: flex;
  align-items: center;
}

.showrooms-content-left {
  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* background-color: #3f4143; */
}

.showrooms-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-left: 4vw;
  /* background-color: #00a5c9; */
}
.showrooms-top-linetext {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 5%;
}

.showrooms-top-linetext img {
  width: 25%;
  height: 2px;
  background-color: #00a5c9;
  margin-right: 30px;
  margin-top: 10px;
}

.showrooms-text h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.09em;

  color: #ffffff;
}

.showrooms-text h2 {
  max-width: 482.65px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 7vh;
  color: #ffffff;
  overflow: hidden;
}

.showrooms-text span {
  color: rgba(0, 165, 201, 1);
}

.showrooms-text p {
  max-width: 500px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;
  color: #a4b4c3;
  margin-top: 20px;
}

/* Slider */
.showrooms-slide-container {
  /* background-color: #085263; */

  width: 600px;
  height: auto;
  margin-top: 50px;
}

.showrooms-slide-content {
  width: 100%;
  height: auto;
  padding: 0 15px;
  /* background-color: #00a5c9; */
  margin: 0 auto;
}

.card_slider {
  width: 100% !important;
  height: auto;
  /* background-color: #3f4143; */
  display: flex;
  align-items: center;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .showrooms_single_card {
  height: 335px;
  width: 100%;
  position: relative;
  /* background-color: #6c1414 !important; */
  padding: 30px;
  overflow: hidden;
}

.showrooms_single_card img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.showrooms_single_card button {
  width: 150px;
  height: auto;
  position: absolute;
  z-index: 2;

  bottom: 20px;
  left: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #00a5c9;
  border-radius: 15px;
}

.showrooms-slidenav {
  width: 100%;
  height: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.showrooms-slidebtns {
  width: 200px;
  height: auto;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10%;
}

.showrooms-left-arrow {
  width: 4vw;
  height: 4vw;
  margin-right: 10px;
  background-color: black;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.showrooms-left-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.showrooms-right-arrow {
  width: 4vw;
  height: 4vw;
  background-color: black;
  margin: 5px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.showrooms-right-arrow:hover {
  background-color: #00a5c9;
  opacity: 0.8;
  border: none;
  color: black;
}

.showrooms-content-right {
  width: 100%;
  height: auto;

  overflow: hidden;
}

/* Connect With us */

.connect {
  width: 100%;
  height: auto;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/our-showrooms/showrooms-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.connect-crd-with-bg {
  width: 80%;
  height: auto;

  background-image: url("../images/connect/connect-crd-bg-1440.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.connect-crd-with-bg img {
  margin-bottom: 5%;
  margin-top: 7%;
}

.connect-crd-with-bg h2 {
  margin-bottom: 3%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.4vw;
  line-height: 56px;
  /* identical to box height, or 112% */
  color: #ffffff;
}

.connect-crd-with-bg span {
  color: #00a5c9;
}

.connect-crd-with-bg p {
  margin-bottom: 2%;
  text-align: center;

  max-width: 820px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 4vh;

  color: #ffffff;
}

.connect-crd-with-bg form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6%;
}

.connect-crd-with-bg input {
  margin-bottom: 10%;

  width: 326px;
  height: 48px;
  background: #3f4143;
  border: none;
  border-radius: 24px;
  padding: 10px 20px;
  color: #ffffff;
}

.connect-crd-with-bg input:hover {
  background-color: #5f6062;
  border: none;
}

.connect-crd-with-bg button {
  width: 15vw;
  height: auto;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #00a5c9;
  color: #ffffff;

  margin-bottom: 10%;
  border-radius: 15px;
}

.connect-crd-with-bg button:hover {
  background-color: #00a5c9;
  border: 1px solid #00a5c9;
  color: black;
}

/* Responsive */

@media only screen and (max-width: 1132px) {
  .navbar ul li a {
    font-size: 1.6vh;
  }

  .navbar ul li {
    padding: 0 20px;
  }

  .social img {
    padding: 3px;
  }
}

@media only screen and (max-width: 992px) {
  .social {
    display: none;
  }
}

/* Responsive 769 - 1024 screen */
@media only screen and (max-width: 1024px) {
  .hideme1024 {
    display: none;
  }

  /* Banner Cards */
}

@media only screen and (max-width: 480px) {
  .hideme {
    display: none;
  }
  .ribbon {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .ribbon p {
    font-size: 8vw;
  }

  .navi-logo {
    margin-left: 1.5vh;
  }

  .heading h2 {
    font-size: 45px;
    margin: 0 1px;
  }

  .banner-text h3 {
    font-size: 55px;
    margin-top: -30px;
    font-family: "Montserrat", sans-serif;
  }

  .tick-text p {
    font-size: 160%;
    font-family: "Montserrat", sans-serif;
  }

  .tick-text .craftsman {
    display: none;
  }

  .tick-text .support {
    display: none;
  }

  /* Banner Area */

  .home-banner {
    width: 100%;
    height: 100%;
    background-image: url("../images/banner/home-banner-bg-mobile.webp");
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
  }

  .banner-text {
    margin-top: 150px; /*margin change */
  }

  /* Banner Get Started Button Area */

  .get-started {
    width: 100%;
    height: 84px;
    margin-top: 20px; /*margin change */
  }

  .get-started-btn {
    width: 358px;
    height: 70px;
    background-color: transparent;
  }

  .gs-btn {
    width: 40vw;
    height: auto;
    font-size: 14px;
    background: transparent;
    border: 1px solid #00a5c9;
    font-family: "Montserrat", sans-serif;

    color: white;
  }

  /* Banner Cards */

  .banner-card {
    width: 100%;
    height: auto;
    /* background-color: bisque; */
    margin-top: 42px; /* margin change */
    margin-bottom: 42px;
    overflow: hidden;
  }

  .banr-crd {
    width: 150px;
    height: 150px;

    padding: 0;
    margin: 0 15px;
    overflow: hidden;
  }

  .banr-crd img {
    width: 150px;
    height: auto;
    opacity: 0.97;
  }

  .banr-crd-txt h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: rgba(0, 165, 201, 1);
    overflow: hidden;
  }

  .banr-crd-txt p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 90%;
    line-height: 23px;
    color: #ffffff;
    overflow: hidden;
  }

  /* Who we are */

  .whoweare {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/corporate/whoweare-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: black;
    overflow-x: hidden;
  }

  .whoweare-row {
    width: auto;
    height: 100%;
  }

  .whoweare-col-left {
    height: 100vw;
    width: 360px;
    /* background-color: #00a5c9; */
    overflow: hidden;
  }

  .whoweare-images {
    height: 95%;
    width: 95%;
    /* background-color: blue; */
    margin: 30px 10px 0px 10px;
    overflow: hidden;
  }

  .whoweare-col-right {
    width: 100%;
    height: auto;
    /* background-color: #3f4143; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .whoweare-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .whoweare-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .whoweare-top-linetext img {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .whoweare-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .whoweare-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .whoweare-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
  }

  .whoweare-text button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: transparent;
    border: 1px solid white;

    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .whoweare-text button:hover {
    background-color: #00a5c9;
    color: black;
  }

  /* Why Chose Us */

  .whychoseus-contents {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .whychoseus-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .whychoseus-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }
  .whychoseus-line {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }
  .whychoseus-text h4 {
    font-size: 11px;
    font-family: "Montserrat", sans-serif;
    margin-left: 0px;
    margin-top: 0;
    overflow: hidden;
    line-height: 10px;
    text-align: left;
  }

  .whychoseus-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
    text-align: left;
  }

  .whychoseus-crds .crd-hides {
    display: none;
  }

  .whychoseus-slidenav {
    width: 100%;
    height: auto;
    margin-bottom: 2vh;
    margin-top: 10px;
  }

  .whychoseus-left-arrow {
    width: 15vw;
    height: 15vw;
    margin-right: 20px;
  }

  .whychoseus-right-arrow {
    width: 15vw;
    height: 15vw;
  }

  /* sales */

  .sales-msg {
    width: 100%;
    height: auto;
  }
  .sales-msg-content-left {
    width: 100%;
    height: auto;
    /* background-color: #3f4143; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .sales-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .sales-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .sales-top-linetext img {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .sales-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .sales-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .sales-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
  }

  .sales-text button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: transparent;
    border: 1px solid white;

    color: white;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin-bottom: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .sales-msg-content-right {
    height: 100vw;
    width: 360px;
    /* background-color: #00a5c9; */
    overflow: hidden;
  }

  .sales-images {
    height: 95%;
    width: 95%;
    /* background-color: blue; */
    margin: 30px 10px 0px 10px;
    overflow: hidden;
  }

  .sales-images img {
    width: auto;
    height: auto;
  }

  /* Show rooms */

  .showrooms {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .showrooms-content-left {
    width: 100%;
    height: 100%;
    /* background-color: #3f4143; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
  }

  .showrooms-text {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 10px;
    padding-bottom: 0;
    padding-top: 0;
    overflow-x: hidden;
  }

  .showrooms-top-linetext {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;

    margin-bottom: 5%;
  }

  .showrooms-line {
    width: 25%;
    height: 2px;
    background-color: #00a5c9;
    margin-right: 20px;
    margin-top: 7px;
  }

  .showrooms-text h4 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    letter-spacing: 0.09em;

    color: #ffffff;
  }

  .showrooms-text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 7vw;
    line-height: 9vw;
    overflow-x: hidden;
  }

  .showrooms-text p {
    font-family: "Montserrat", sans-serif;
    max-width: 315px;
    font-size: 14px;
    line-height: 22px;
  }

  .showrooms-content-right {
    width: 100%;
    height: 100%;

    overflow-x: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* swiper slide */
  .swiper-slide .showrooms_single_card {
    height: 400px;
    width: 300px;
    position: relative;
    /* background-color: #6c1414 !important; */
    padding: 30px;
    overflow: hidden;
  }

  .showrooms_single_card img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .showrooms_single_card button {
    width: 150px;
    height: auto;
    position: absolute;
    z-index: 2;

    bottom: 20px;
    left: 70px;
  }

  .showrooms-slidenav {
    /* background-color: #00a5c9; */
    width: 100%;
    height: auto;
    margin-bottom: 2vh;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .showrooms-slidebtns {
    margin-right: 0%;
    padding: 0%;
  }

  .showrooms-left-arrow {
    width: 15vw;
    height: 15vw;
    margin-right: 20px;
  }

  .showrooms-right-arrow {
    width: 15vw;
    height: 15vw;
  }

  /* Connect With Us */

  .connect-crd-with-bg {
    background-image: none;
  }

  .connect-crd-with-bg h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #00a5c9;
    overflow-x: hidden;
  }
  .connect-crd-with-bg p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
  }

  .connect-crd-with-bg input {
    margin-top: 5%;
    margin-bottom: 10%;
    width: 250px;
    height: 40px;
    font-size: 12px;
    background: #3f4143;
    border-radius: 13.5688px;
  }

  .connect-crd-with-bg button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #00a5c9;

    color: white;
  }

  .connect-crd-with-bg button:hover {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background-color: #00a5c9;
    border: 0px;
    border-radius: 50px;
    color: rgb(6, 6, 6);
  }
}
