@import url(//db.onlinewebfonts.com/c/cea33d106b61110ba355ebbb44d9470e?family=ITCAvantGardeGothicW02-Book);

@font-face {font-family: "ITCAvantGardeGothicW02-Book"; src: url("//db.onlinewebfonts.com/t/cea33d106b61110ba355ebbb44d9470e.eot"); src: url("//db.onlinewebfonts.com/t/cea33d106b61110ba355ebbb44d9470e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/cea33d106b61110ba355ebbb44d9470e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/cea33d106b61110ba355ebbb44d9470e.woff") format("woff"), url("//db.onlinewebfonts.com/t/cea33d106b61110ba355ebbb44d9470e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/cea33d106b61110ba355ebbb44d9470e.svg#ITCAvantGardeGothicW02-Book") format("svg"); }

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro' ;
    src: url(/fonts/Adventor/texgyreadventor-bold.otf)format('woff');
}
@font-face {
    font-family: 'Avenir' ;
    src: url(/fonts/Avenir/Metropolis-Light.otf)format('woff');
}
.container-fluid{
    padding-left: 0 !important;
    
}

.photo {
    max-width:100%;
    height:auto;
    
}

.title{
    font-family: 'Montserrat', sans-serif; ;
    font-style: normal;
    font-weight: 800 ;
    font-size:2.5vw;
    line-height: 41px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    
}
.text-group {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 110px;
    padding-left: 96px;
    
}
.text-group .subtitle {
    font-family: Avenir ;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}
.text-group .link a {
    font-family: Avenir ;
    color: black;
    text-decoration: none;
    font-weight: 900;
    font-size: 12.8px;
    line-height: 17.48px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.text-group .link:hover a {
    font-size: 14px;
}


.text-group .link .line {
    width: 146px;
    height: 1px;
    background: black;
    transition: all 0.5s ease;
}
.text-group .link:hover .line {
    width: 159px;
}
.slider {
    width: 90%;
}

.owl-carousel .item {
    padding-right: 10px;
    padding-top: 70px;
    
}
.owl-carousel .item p{
    padding: 0;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 20.48px;
}

.red-circle
{
  background: #C4C4C4;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 5px;
}

.red-circle:hover {
   
    border: 1px solid #000;
    
}


.blue-circle
{
  background: #CC9999;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 5px;
}
.blue-circle:hover {
    
    border: 1px solid #000;
    
}
.green-circle
{
  background: #CB99CC;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 5px;
}
.green-circle:hover {
    
    border: 1px solid #000;
    
}
.other-circle
{
  background: #A6CC99;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  float: left;
  margin-right: 5px;
}
.other-circle:hover {
    
    border: 1px solid #000;
    
}

.price-colors{
    display: flex;
    font-family: Avenir ;
    justify-content: space-between;
    
    font-size: 12.8px;
    
    font-weight: 400;
    
}
.price-colors .coloroption {
    padding-top:2px ;
}