
body {
    background-color: #141313;
}
html {
  scroll-behavior: smooth;
}

.logo, .logo-navbar {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    border: goldenrod 2px solid;
}
.logo-navbar {
    padding-top: 0vh;
    margin-top: 0%;
    padding-bottom: 0vh;
    margin-bottom: 0%;
}
.menu {
    height:60px;
    width: 60px;

}
.logo-div {
    margin-right: 100px;
    margin-left: 100px;
}
.menu_btn:hover {
    background-color: goldenrod;
}
.menu_btn {
    background-color: rgb(0, 155, 202);
    transition: background-color 0.3s ease;
  }
.navbar {
    background-color: #000000;
    border-bottom: 3px solid goldenrod;
    height: 215px;
}
.offcanvas_title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0%;
    font-family: pacifico;
    letter-spacing: 19px;
    padding-left: 15px;
    padding-top: 0vh;
    padding-bottom: 0vh;
    margin-bottom: 0%;
    color: rgb(0, 150, 196);
}
.offcanvas_title_2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0%;
    font-family: 'pacifico';
    letter-spacing: 5px;

    color: rgb(0, 150, 196);
    text-align: center;
}
.hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    margin-top: 0%;
    margin-bottom: 0%;
    border-color: goldenrod;
    background-color: goldenrod;
    margin: 0;
}
.dropdown-text {
  font-size: 20px;
}


.offcanvas-body {

    margin-top: 0%;
    margin-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
    background-color: black;

}
.nav-div {
  background-color: #000000;
}
.offcanvas-header {
    background-color: #000000;
}
.btn-close {
  filter: invert(1);
}
.accordion-item {
  background-color: black;
  border: none; 
  color: white
}

.accordion-header {
  background-color: black;
}

.accordion-button {
  background-color: black;
  color: goldenrod; 
  transition: none;
  border-bottom: rgb(0, 150, 196) 1px solid;
  border-top: rgb(0, 150, 196) 1px solid;
  font-family: 'Montserrat', sans-serif;

}

.accordion-button:not(.collapsed) {
  background-color: black;
  color: goldenrod;
  box-shadow: none;
}
.accordion-button:hover, .accordion-button:active, .accordion-button:focus {
  border: rgb(0, 150, 196) 4px solid;

}
.accordion-button::after {
  border: none;
  filter: invert(1);
  color: rgb(255, 255, 255);
}
.link, .link::after {
  color: white;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.login-button {
  border-radius: 20px;
  height: 70px;
  width: 120px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top:20px;
  background-color: rgb(0, 150, 196);
  color: black;
  font-size: 20px;
  transition: transform 0.5s ease;
  font-family: 'poppins', sans-serif;

}
.login-button:hover {
  background-color: goldenrod;
  color: black;
  border: none;
  transform: scale(1.05);

}
.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.title {
  font-family: 'poppins', sans-serif;
  color: white;
  font-size: 70px;
  padding: 10px;
}
.title_2 {
  font-family: 'poppins', sans-serif;
  color: rgb(151, 151, 151);
  font-size: 30px;
  font-style: italic;
}
.title_3 {
  font-family: 'poppins', sans-serif;;
  color: white;
  font-size: 30px;
  margin-top: 20px;
}
.carousel-item img {
  width: 2000px;
  height: 700px; 
  object-fit: contain;
  background-color: #141313;
}
.caption-div {
  background-color: #141313;
  color: white;
  font-size: 20px;
  width: 100%;
  padding: 10px;
}
p {
  font-size: 20px;
  color: white;
  padding: 20px;
  font-family: 'poppins', sans-serif;
}
.home-section {
  background-color: #141313;
  margin: 80px;
  padding-bottom: 20px;
}
.about-img {
  height: 500px;
  width: auto;
  padding: 10px;
}
.featured-img-top {
  padding: 50px;
}
.review {
  color: rgb(202, 202, 202);
  font-style: italic;

}
.x-small-hr {
  width: 60px;
  border: 1px solid rgb(0, 150, 196);
  margin: 0 auto;
  margin-top :15px;
  margin-bottom: 5px;
}

.small-hr {
  width: 100px;
  border: 1px solid rgb(0, 150, 196);
  margin: 0 auto;
  margin-top :15px;
  margin-bottom: 5px;
}
.medium-hr {
  width: 300px;
  border: 2px solid rgb(0, 150, 196);
  margin: 0 auto;
}

.view-all-builds {
  margin-top: 20px;
  background-color: rgb(0, 150, 196);
  color: white;
  height: 100px;
  width: 300px;
  border-radius: 40px;
  transition: background-color 0.5s ease, color 0.5s ease;
  font-size: 30px;
  font-family: sans-serif Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 20px;
}
.view-all-builds:hover {
  background-color: goldenrod;
  color: black;
}
.service_link {
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.5s ease;
  padding-bottom: 10px;
}
.service_link:hover {
  padding-bottom: 5px;  
  border-bottom: 2px solid black; 

}
.services-img {
  background: transparent;
  margin: 0 auto;
  height: 250px;
  width: auto;
  padding: 10px;
}
.icon {
  height: 30px;
  margin-right: 10px;
  background-color: black;
}
.icon-2 {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-color: white;
}
.icon-nav {
  height: 70px;
  width: auto;
  margin-right: 40px;
  background-color: black;
  transition: height 0.5s ease; 
}

.icon-nav:hover {
  height: 78px;
}
.floating-btn {
  position: fixed;
  bottom: 20px; 
  right: 20px;  
  background-color: rgb(0, 150, 196);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.floating-btn2 {
  background-color: rgb(0, 119, 246);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 50px;
  width: 155px;
  margin-bottom: 10px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s ease;
}
.floating-div {
  position: fixed;
  top: 15rem;
  right: 20px;

}
.floating-btn:hover {
  background-color: goldenrod;
}
.services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
.services-div {
  flex: 1;                 
  padding: 20px;           

}
.vertical-divider {
  border: 2px solid rgb(0, 150, 196);
  height: 450px;
  margin: 0 auto;

  margin-top: 40px;
  margin-bottom: 40px;
}
.large-hr {
  width: 1000px;
  border: 2px solid rgb(0, 150, 196);
  margin: 0 auto;
}
.login-div {
  background-color: black;
  padding: 0px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  border: 5px solid goldenrod;
  margin-top: 50px;
}
.login-div .medium-hr, .small-hr {
  margin-bottom: 20px;
}
.login-input {
  border-radius: 20px;
  font-size: 35px;
  height: 75px;
  width: 400px;
  background-color: white;
  color: black;
  outline: none;
  border: none;
  font-family: sans-serif Verdana, Geneva, Tahoma, sans-serif;
  max-width: 25ch;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;

}
.login-input::placeholder {
  color: black;
  padding: 2px;
  font-family: sans-serif Verdana, Geneva, Tahoma, sans-serif;
}
.login-input:focus {
  border: 4px solid goldenrod;  
  outline: none;
}
.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-buttons {
  display: flex;
  align-items: center;

}
.icon-button {
  background-color: black;
  outline: none;
  border: none;
  height:10px;
  width: 10px;
  margin-left: none;
}
.password-container {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 10px;
}
.password-container input {
  padding-right: 60px;
}

.password-container .icon-button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: -70px;
  padding:8px;
}

.eye-icon {
  width: 40px;
  height: auto;
  transform: translateY(-20px);

  fill: goldenrod;
}
.review-img {
  height: 100px;
  width: auto;
}
.birthday-input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  background-color: white;
  border-radius: 10px;
  color: black;
  margin-top: 20px;
  width: 250px;
}
.birthday-input input {
  width: 75px;
  padding: 0px;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px;
  color: black;

}
.birthday-input ::placeholder {
  color: black;
}
.birthday-input span {
  font-size: 40px;
}
.birthday-input input:focus {
  outline: none;
}
.input-wrapper {
  height: 90px;
  width: 100%;
  justify-content: center;     
  align-items: center;         
}
.input-wrapper-password {
  height: 185px;
  width: 100%;  
}

.password-message {
  color: red;
  font-size: 18px;
  margin-top: -20px;
}
.register-page-button {
  width: 300px;
}
.nav-text {
  font-size: 45px;
  font-family: 'Montserrat', sans-serif;
}
.card {
  border: 5px solid goldenrod;
}
.mini-hr {
  width: 50px;
  margin-left: 0px;
  height: 1.5px;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  border-color: rgb(0, 150, 196);
  background-color: rgb(0, 150, 196);
}
.large-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: black;
  margin-bottom: 10px;
}
.card-text {
  color: black;
  font-size: 15px;
  font-family: 'poppins', sans-serif;
  padding: 0px;
  margin-bottom: -10px;
}


.card-title-small {
  color: black;
  font-size: 16px;
  font-family: 'poppins', sans-serif;
  padding: 0px;
  margin-bottom: -10px;
}

.btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: -10px;
}
.card-title {
  font-size: 30px;
  font-family: 'poppins', sans-serif;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
}
.cost {
  font-size: 30px;
  font-family: 'poppins', sans-serif;
  color: black;
  margin-top: -30px;
  margin-bottom: -30px;
}
.info-table {
  text-align: left;
  border-radius: 20px;;
}
.info-table tr {
  border-bottom: rgb(0, 150, 196) 1px solid;
}
.info-table th {
  font-size: 20px;
}
.modal-title {
  font-size: 40px;
  font-family: 'poppins', sans-serif;
}
.custom-popover {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: var(--bd-violet-bg);
  --bs-popover-header-bg: var(--bd-violet-bg);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
}
.toast-body {
  font-size: 20px;
}
.table-container {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  width: 1250px;
  border: 5px solid goldenrod;
}
.button-container:hover {
  background-color: rgb(24, 24, 24);


}
.button-container {
  padding-top:10px;
  padding-left: 20px;
  width: 380px;
  height: 70px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 30px;
  font-family: 'poppins', sans-serif;
  color: white;
  text-decoration: none;

}
.accordion-body {
  padding: 0px;
}
.filter_modal {
  width: 1500px;
}
.card-img-small {
  height: 75px;
  width: auto;
}
.form-group {
  background-color: black;
  height: 120px;
}
.form-reccomendations {
  border: 5px solid goldenrod;
  background-color: #000000;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;

}
label {
  color: white;
  font-family: 'poppins', sans-serif;
  font-size:25px;

}
.card-img-medium {
  height: 150px;
  width: auto;
}
.card-medium {
  border: 5px solid goldenrod;
  background-color: white;
  min-height: 200px;
  margin: 12px;
}
.look_for {
  font-size: 20px;
  color: white;
  font-family: 'poppins', sans-serif;
  margin-top: 20px; 
}
.look_for_container {
  background-color: black;
  padding: 20px;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  border: 5px solid goldenrod;
  padding-left: 50px;
}
.link-img {
  height: auto;
  width: 210px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
}
.basket_table {
  background-color: black;
  padding: 20px;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border: 5px solid goldenrod;
  font-size: 25px;
  width: 1450px;
  border-radius: 40px;
  border-collapse: separate;
}
.basket_table img {
  margin-right: 40px;
}
.basket_table td{
  padding: 20px;
  color: white;
  font-family: 'poppins', sans-serif;
  text-align: left;
  border-bottom: 1px solid goldenrod;
}
.basket_table th {
  padding: 25px;
  color: white;
  font-family: 'poppins', sans-serif;
  text-align: left;
  border-bottom: 1px solid goldenrod;
}
.breadcrumb {
  background-color: black;
  padding: 20px;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border: 5px solid goldenrod;
  color: white;
}
.breadcrumb a {
  color: white;
  text-decoration: underline;
}
.breadcrumb li {
  color: white;
  font-family: 'poppins', sans-serif;
  font-size: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.form-check2 {
  background-color: white;
  color: black;
  font-family: 'poppins', sans-serif;
  border-radius: 20px;
  margin-top: 20px;
  padding: 50px;
  height: 100px;
  width: 1000px;
  display: flex;
  
}
.form-check p {
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
}
.index-div {
  color: black;
  border: goldenrod 4px solid;
  border-radius: 30px;
  padding: 10px;
}
.summary-table {
  background-color:black;
  color: white;
  padding: 20px;
  border: 4px solid goldenrod;
  border-radius: 20px;
  font-family: 'poppins', sans-serif;
  width: 1300px;
  height: 500px;
  border-collapse: collapse;
}
.summary-table thead {
  font-size: 28px;
  padding: 10px;
}
.summary-table tr {
  border: rgb(0, 150, 196) 2px solid;
  height: 50px;
}
.summary-table tfoot {
  font-size: 35px;
}
.design-select, .design-select:active, .design-select::after, .design-select:disabled, .design-selectfocus, .design-select:enabled, .design-select:focus, .design-focus:hover {
  background-color: black;
  border: 4px goldenrod solid;
  color: white;
  border-radius: 20px;
  width: 500px;
  height: 80px;
  font-size: 30px;
  padding: 10px;
  padding-right: 100px;


}
.design-option {
  background-color: black;
  border: 3px solid goldenrod;
}
.floating-btn2:hover {
  background-color: rgb(0, 42, 255);
}
.checkout-input {
  font-size: 30px;
  height: 60px;
}
.dropdown-toggle::after {
  display: none;
}
.nav-text2:hover {
  color: goldenrod !important;
}
.nav-text3:hover {
  color: rgb(39, 36, 36);
}