@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Roboto', sans-serif;
}
button {
  outline: none;
  border-color: #ffffff;
}
button:focus {
  outline: none;
}
body {
  background-color: #f5f5f5;
}
body img {
  max-width: 100%;
}
.nav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 800px) {
  .nav-section {
    flex-direction: column;
  }
}
/* @media(max-width: 600px){
		.nav-section{
			flex-direction: column;
		}
	} */
.logo img {
  width: auto;
  height: auto;
}
@media (max-width: 1024px) {
  .logo img {
    width: 180px;
  }
}
@media (max-width: 385px) {
  .logo img {
    width: 150px;
  }
}
.virtual-showroom-logo {
  width: 420px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .virtual-showroom-logo {
    width: 380px;
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  .virtual-showroom-logo {
    margin-bottom: 40px;
    margin-top: -30px;
  }
}
@media (max-width: 600px) {
  .virtual-showroom-logo {
    margin-bottom: 10px;
    width: 350px;
  }
}
@media (max-width: 385px) {
  .virtual-showroom-logo {
    width: 280px;
  }
}
.btn-group > .button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  text-decoration: none;
  font-size: 22px;
  padding: 14px 24px;
  cursor: pointer;
  float: left;
  /* width: 30%;  */
}
@media (max-width: 600px) {
  .btn-group > .button {
    margin-top: 35px;
  }
}
@media (max-width: 385px) {
  .btn-group > .button {
    font-size: 16px;
  }
}
/* Clear floats (clearfix hack) */
.btn-group:after {
  content: '';
  clear: both;
  display: table;
}
.btn-group .button:not(:last-child) {
  border-right: none;
}
.btn-group .button:hover {
  background-color: #fc0000;
}
.button.active {
  background-color: #fc0000;
  color: #ffffff;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
@media (max-width: 800px) {
  .row {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .row > * {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 600px) {
  .row {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.image-content {
  position: relative !important;
}
.image-text {
  position: absolute !important;
  top: 340px;
  color: #ffffff;
  left: 30px;
}
@media (max-width: 1280px) {
  .image-text {
    top: 260px;
  }
}
@media (max-width: 1024px) {
  .image-text {
    top: 215px;
  }
}
@media (max-width: 800px) {
  .image-text {
    top: 415px;
  }
}
@media (max-width: 385px) {
  .image-text {
    top: 340px !important;
  }
}
.image-text-color {
  background-color: #fc0000;
}
.image-text > p {
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .image-text > p {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .image-text > p {
    font-size: 20px;
  }
}
.image-content img {
  filter: brightness(50%);
}
.image-content img:hover {
  filter: brightness(100%);
}
.hr {
  width: 55%;
  background-color: #fc0000;
  border-bottom: 2px solid #fc0000;
}
.image-hr {
  background-color: #fc0000;
  border-bottom: 2px solid #fc0000;
  width: 60%;
  float: left;
  margin-top: -20px;
}
@media (max-width: 800px) {
  .image-hr {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .image-gallery-sec {
    margin-top: 50px;
  }
}
.footer-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}
@media (max-width: 600px) {
  .footer-sec {
    flex-direction: column-reverse;
    padding: 20px 15px;
  }
}
.footer-sec > div > p {
  color: #b0b0b0;
}
.foo-social-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fa {
  font-size: 30px;
  color: #b0b0b0;
}
.fa:hover {
  color: #fc0000;
}
.icon {
  padding: 0 20px;
}
@media (max-width: 600px) {
  .icon {
    padding: 0 12px;
  }
}

.explore {
  padding: 12px 25px;
  color: #fc0000;
  background-color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .explore {
    font-size: 14px;
  }
}
.same-align {
  margin-left: 20px;
}
@media (max-width: 800px) {
  .same-align {
    margin-right: 15px;
  }
}
.image-hr {
  margin-bottom: 25px;
}

/* h2 span {
	margin-left: 1em;
	color: #aaa;
	font-size: 85%;
} */
/* .column {
	margin: 15px 15px 0;
	padding: 0;
} */
/* .column:last-child {
	padding-bottom: 60px;
} */
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  /* 	width: 300px; */
  /* height: 200px; */
  /* 	margin: 0 0 0 25px; */
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
figure {
  /* 	width: 300px; */
  /* height: 200px; */
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover + span {
  /* top: 0; */
  /* bottom: -36px; */
  opacity: 1;
}

/* Slide */
.hover05 figure img {
  margin-left: 60px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 1s ease-in-out;
}
.hover05 figure:hover img {
  margin-left: 0;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
