@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    --nav-height: 0px;
    --md-primary-color: #2196F3;
    --md-secondary-color: #FFC107;
    --md-background-color: #F5F5F5;
  }


html, body {
    height: 100%;
    margin: 0;
  }

#main{
    color: red !important;
    height: calc(100vh - var(--nav-height));
    overflow: hidden;
}

nav{
    font-size: 1.3em;
    text-transform: uppercase;
    position: sticky !important;
    width: 100%;
    font-weight: 300;
    z-index: 9999999999;
}

nav a:hover{
    color: black;
}

.navbar-brand{
    font-size: 1.3em !important;
    font-weight: 300;
}
.navbar-toggler{
    border: none !important;
}

#navcont{
    background: rgb(248, 249, 250);
}

#rolunk{
    font-family: "Roboto Condensed";
}
  
  /* Global styles */
  body {
    background-color: var(--md-background-color);
    font-family: "Roboto", sans-serif;
  }
  
  /* Product styles */
  .product {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
  }
  .product img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .product h4 {
    margin-top: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--md-primary-color);
  }
  .product p {
    font-size: 18px;
    line-height: 1.5;
    /*margin-bottom: 20px;*/
    color: rgba(0, 0, 0, 0.8);
  }
  .product button {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0;
    background-color: var(--md-secondary-color);
    border-color: var(--md-secondary-color);
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }
  .product button:hover {
    background-color: #FF9800;
    border-color: #FF9800;
    cursor: pointer;
  }

.carousel-caption{
  top: 50%;
  left: 50% !important;
  width: 80%;
  bottom: initial !important;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.carousel-caption h3{
    font-size: 3.25em;
}
.carousel-caption p{
    font-size: 2em;
}

#contact a{
 text-decoration: none;
 color: inherit;
}
#contact{
  background-color: rgb(33, 150, 243);
  font-size: 20px;
  font-weight: 500;
  color: white;
}
.product:hover{
  box-shadow: 0px 0px 46px 2px rgba(33,150,243,0.6);
  
}

.color-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.color-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease-out;
}

.color-circle:hover{
  transform: scale(1.1);
}

.color-circle[data-color="#314DC7"] {
  background-color: #314DC7;
}

.color-circle[data-color="#ffffff"] {
  background-color: #ffffff;
}

.color-circle[data-color="#eb34a8"] {
  background-color: #eb34a8;
}

.color-circle[data-color="#f5b5e3"] {
  background-color: #f5b5e3;
}
.color-circle[data-color="#9be0a6"] {
  background-color: #9be0a6;
}
.color-circle[data-color="#3f65cc"] {
  background-color: #3f65cc;
}

.color-circle[data-color="#82bded"] {
  background-color: #82bded;
}
.color-circle[data-color="#12b8ff"] {
  background-color: #12b8ff;
}
.color-circle[data-color="#d12e59"] {
  background-color: #d12e59;
}

.color-circle[data-color="#9be0a7"] {
  background-color: #9be0a7;
}
.color-circle[data-color="#02bcd9"] {
  background-color: #02bcd9;
}

.color-circle[data-color="#ff0000"] {
  background-color: #ff0000;
}
.color-circle[data-color="#000000"] {
  background-color: #000000;
}

.color-circle[data-color="#2038a1"] {
  background-color: #2038a1;
}

.color-circle[data-color="#f4c2c2"] {
  background-color: #f4c2c2;
}