#desk_opening .container {
  max-width:1920px;
  /* margin-top: 80px; */
  height:100vh;
  position: relative;
  background-image:url("/wp-content/uploads/2024/07/anoigma-sinthesi.webp");
  background-repeat: no-repeat;
  background-position: bottom, center;
  background-size: cover;
}
  
#desk_opening .sv-logo {
  width: 200px;
  height: 200px;
  background: #D25D04;
  border-radius: 100%;
  position: absolute;
  top: 250px;
  /*left: 700px;*/
  left: 37vw;
}

.eat-drink {
  position: absolute;
  top: 600px;
  left: calc(37vw + 50px);
}

#desk_text {
  bottom: 0;
  position: absolute;
}

#celebs {
  background-image:url("/wp-content/uploads/2024/07/sandy-beach-texture.webp");
  background-repeat: no-repeat;
  background-position: bottom, center;
  background-size: cover;
}

#celebs .container {
  max-width:1320px;
}
  
#celebs .title {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 45px/54px Proxima Nova;
  font-size: 45px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: bold;
  line-height: 54px;
  letter-spacing: 0;
}
  
.celebrity-beauty {
  color: rgba(254, 201, 1, 1);
  font-family:'proxima-nova', sans-serif;
  font-size: 26px;
  font-weight: bold;
  border-style: solid;
  border-width: 5px;
  border-color: #000;
  background: #000;
  width: 436px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
  
#customers {
  height: calc(50vh - 40px);
  height: 580px;
  background-image:url("/wp-content/uploads/2024/07/sandy-beach-texture.webp");
}
  
.bg-container {
  min-width:100vw;
  height:calc(50vh - 40px);
  height: 580px;
}
  
main #customers:nth-child(odd) .bg-container {
  background:rgba(254, 111, 1, 0.5);
}
  
main #customers:nth-child(even) .bg-container {
  background:rgba(254, 201, 1, 0.5);
}
#customers .container {
  max-width:1320px;
}

#customers .content {
  letter-spacing: 0px;
  color: #000;
  font-family: 'proxima-nova';
  font-size: 36px;
  font-weight: 900;
  padding-right: 200px;
  line-height: 1;
}

#customers .title {
  margin-top: 130px;
  margin-bottom: 20px;
}

#customers .title span{
  color: rgba(254, 201, 1, 1);
  border-style: solid;
  border-width: 5px;
  border-color: #000;
  background: #000;
  font-family:'proxima-nova', sans-serif;
  font-size: 26px;
  font-weight: bold;
}

#customers .col-lg-6 .picture-container {
  overflow: hidden;
}

#customers .col-lg-6 img {
  margin-top: 80px;
  transition: transform 1.5s ease;
}

#celebs .title:hover {
  color: #AF2121;
}

#celebs .btn-read-more:hover {
  background-color: #F8C637;
}

#customers .col-lg-6 img:hover {
  transform: scale(1.1);
  transition: transform 1.5s ease;
}

#customers .col-lg-6 a:hover .h {
  color: #AF2121;
}

.btn-read-more {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 60px;
}
.btn-read-more a {
  color: #000;
}

  /* Mobile */

@media only screen and (max-width:992px){
  #mob_opening {
    height: 100vh;
    margin-top: 80px;
  }

  #mob_opening .col-12 {
    min-height: 50vh;
  }

  #mob_opening .sv-logo {
    width: 200px;
    height: 200px;
    background: #D25D04;
    border-radius: 100%;
    position: absolute;
    top: 35vh;
    left: 30px;
  }

  #mob_opening .eat-drink {
    position: absolute;
    top: calc(35vh + 240px);
    max-width: 50%;
    left: 120px;
  }

  #mob_opening .text-img-container {
    position: absolute;
    bottom: 0;
    left: -30px;
  }

  #celebs .title {
    color: #AF2121;
  }

  .celebrity-beauty {
    font-size: 20px;
    width: 320px;
  }

  #customers {
    height: 100%;
  }

  #customers .title {
    margin-top: 20px;
  }

  .bg-container {
    height: 100%;
  }

  #customers .content {
    padding: 0 30px 0 10px;
    font-size: 32px;			
  }

  .h {
    color: #AF2121;
  }

}