/*  
FONT STYLE
---Swis721 LtEx BT
*/

/*
COLOR 
rgb(3, 194, 183)
black
#ced4da
#495057
#fcfcfc
#adb5bd
*/

/*
FONT SIZE
1.8rem
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* font-size: 10px; */
  /* 10px/16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  /* font-family: ; */
  line-height: 1;
  font-weight: 400 !important;

  font-family: "Open Sans", sans-serif !important;
  overflow-x: hidden;
}

.main-body {
  background-color: rgb(0, 0, 0);
}

.prof-body {
  max-width: 100%;
}

.logo {
  height: 9rem;
}

.logo-container {
  position: absolute;
  z-index: 99999;
  left: 6%;
  top: 3%;
}

.container1 {
  max-width: 150rem;
  margin-top: 13rem !important;
  margin-left: 13.6rem !important;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  line-height: 20px;
}

.portfolio-tabs {
  background-color: black;
  padding-top: 12rem;
}

.nav-tabs-name {
  margin: 2rem 0rem 1.4rem 12.5rem;
}

.nav-name {
  font-size: 2.2rem;
  color: #ced4da !important;
}
.nav-name1 {
  color: #495057 !important;
  pointer-events: none;
}

.header-portfolio {
  letter-spacing: 4.5px;
  padding: 2rem 1rem;
  color: #ced4da;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
}

.nav-bg {
  background-color: black;
}

.nav-pills {
  background-color: black;
}

.active {
  background-color: black !important;
  color: rgb(3, 194, 183) !important;
}

.nav-name-again:hover,
.nav-name-again:active {
  color: rgb(3, 194, 183) !important;
}

.interior-help {
  color: rgb(3, 194, 183) !important;
}

/*  */
/* PROFILE */
/*  */

.prof-list {
  padding-left: 0;
}

.prof-list li {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  color: #ced4da;
}

.prof-colored {
  color: rgb(3, 194, 183) !important;
}

/* PROFILE */
.header2 {
  font-size: 2.2rem;
  padding-top: 3.2rem;
  padding-bottom: 2.6rem;
  color: #495057;
}

.header3 {
  padding-top: 1rem;
  color: #ced4da;
  font-size: 2.2rem;
}

.header3p {
  padding-top: 4rem;
  padding-bottom: 1.2rem;
}

.header-b {
  color: #fcfcfc;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.archi-container {
  position: relative;
  padding: 0rem 10rem 0rem 10rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100vh;
  width: 100%;
}

.archi-photo-img {
  height: 50%;
}

.archi-photo {
  width: 100%;
  height: 50%;
  /* padding-top: 9.8rem; */
}

.btn-back {
  color: #adb5bd;
  font-size: 1.6rem;
}

.btn-back:hover {
  color: #fcfcfc;
  transition: all 0.5s;
}

/*  */
/*  */
/* DON'T REMOVE */
.archi-back2 {
  text-decoration: none;
  color: rgb(3, 194, 183);
}

.archi-back2:hover {
  color: rgb(3, 194, 183);
  transition: all 0.5s;
}

.interior-back2 {
  text-decoration: none;
  color: #ced4da;
}

.interior-back2:hover {
  color: rgb(3, 194, 183);
  transition: all 0.5s;
}

.space-issue {
  color: #495057;
}

.inter-hover:hover {
  transition: all 0.5s;
}

/*  */
/*  */
/*  */

.tabs-reserve {
  /* position: relative; */
  /* padding: 14rem 10rem 0; */
  margin: 14rem 12.4rem 0;
}

/* .tabs-archi-inter {
} */

.tabs-item-name {
  margin: 4rem 2.6rem 0rem;
  line-height: 22px;
}

.nav-item button {
  font-size: 1.8rem;
}
