@import url(https://fonts.googleapis.com/css?family=Nunito);@font-face {
  font-family: "intro_regular";
  src: url("/fonts/intro-webfont.ttf");
  font-weight: normal;
  font-style: normal;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

ol li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  list-style-position: outside;
}

.hoverable {
  cursor: pointer;
}

.avenir {
  font-family: "Avenir-LT-W01";
}

.avenir-light {
  font-family: "Avenir-LT-Light";
}

.proximanova {
  font-family: "proximanova";
}

.avenir-black {
  font-family: "Avenir-black";
}

.lulo {
  font-family: "Lulo-Clean-W01-One-Bold";
}

.italic {
  font-family: "Didot-W01-Italic";
}

.futura {
  font-family: "Futura-LT-W01-Light";
}

.font-intro {
  font-family: "intro_regular";
}

.font-weight-thin {
  font-weight: thin;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.text-dark {
  color: #222;
}

.hero-slider > .owl-carousel.dots-inside .owl-dots {
  background-color: transparent;
}

.page-title h1 {
  font-size: 37px;
}

.hero-slider .title {
  letter-spacing: 5px;
}

.hero-slider .subtitle {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 5px;
}

.hero-slider .owl-carousel.dots-inside.large-controls .owl-prev,
.hero-slider .owl-carousel.dots-inside.large-controls .owl-next {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
}

.hero-slider .owl-carousel.dots-inside.large-controls .owl-prev:before,
.hero-slider .owl-carousel.dots-inside.large-controls .owl-next:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #222;
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.hero-slider .owl-carousel.dots-inside.large-controls .owl-prev:after,
.hero-slider .owl-carousel.dots-inside.large-controls .owl-next:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background: #222;
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.hero-slider .owl-carousel.dots-inside.large-controls .owl-prev:hover:before,
.hero-slider .owl-carousel.dots-inside.large-controls .owl-next:hover:before {
  height: 5px;
}

.hero-slider .owl-carousel.dots-inside.large-controls .owl-prev:hover:after,
.hero-slider .owl-carousel.dots-inside.large-controls .owl-next:hover:after {
  width: 5px;
}

.hero-slider .owl-carousel.dots-inside.large-controls .owl-next {
  transform: rotate(135deg);
}

.videos.pswp * {
  color: white;
}

.projects .project {
  position: relative;
}

.projects .project .project-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.projects .project .project-desc h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  transition: all 0.35s ease-in;
  transform: translateX(-40px);
}

.projects .project .project-desc h5 {
  transition: all 0.4s ease-in;
  letter-spacing: 5px;
  transform: translateX(-20px);
  font-size: 12px;
}

.projects .project .project-desc a {
  transform: translateX(50px);
  transition: all 0.3s ease-in;
}

.projects .project .project-desc:hover {
  opacity: 1;
}

.projects .project .project-desc:hover h4,
.projects .project .project-desc:hover a,
.projects .project .project-desc:hover h5 {
  transform: translateX(0);
  opacity: 1;
}

.services .title {
  display: inline-block;
}

.services .title:after {
  display: inline-block;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ebba4e;
  margin-left: 7px;
  margin-top: 2px;
}

.services .subtitle {
  display: block;
  letter-spacing: 0;
}

.services .subtitle:after {
  content: "";
  display: block;
  height: 1.5px;
  margin: auto;
  width: 38px;
  background-color: #ebba4e;
  margin-top: 15px;
  margin-bottom: 15px;
}

.services li {
  color: #363636;
  font-size: 17px;
  line-height: 1.05;
  margin-bottom: 6px;
}

footer .form-control {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 0;
}

footer .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

footer .form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

footer .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

footer .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

footer .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
  opacity: 1;
  /* Firefox */
}

footer .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
}

footer .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #87837E;
  font-family: "Avenir-LT-Light";
  font-size: 13px;
}

footer .social .social-button {
  margin-right: 50px;
  margin-left: 0;
  width: 25px;
}

.videos-container .gallery-item > a[data-type=video]::after {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.videos-container .gallery-item > a::after {
  content: none !important;
}

.videos-container .gallery-item.big-video {
  position: relative;
}

.videos-container .gallery-item.big-video .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.videos-container .gallery-item.big-video .desc * {
  color: white !important;
}

.videos-container .gallery-item.big-video a {
  height: 630px;
}

.videos-container .gallery-item.big-video a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.videos-container .gallery-item.big-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 5;
}

.videos-container [all-videos] {
  position: absolute;
  bottom: 40px;
  left: 50%;
  color: white;
  transform: translateX(-50%);
  padding: 20px 27px;
  border: 2px solid white;
  z-index: 100;
  transition: all 0.3s;
}

.videos-container .all-videos .video-item {
  position: relative;
}

.videos-container .all-videos .video-item .img-cont {
  height: 240px;
}

.videos-container .all-videos .video-item .img-cont img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.videos-container .all-videos .video-item .description {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.45s, transform 0.65s;
  opacity: 0;
}

.videos-container .all-videos .video-item .description * {
  color: white !important;
}

.videos-container .all-videos .video-item:hover .description {
  transform: translateZ(0);
  opacity: 1;
}

.videos-container [play] {
  width: 37px;
  height: 37px;
  padding-left: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.videos-container [play] i {
  font-size: 20px;
}

.videos-container .owl-carousel .owl-prev,
.videos-container .owl-carousel .owl-next {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  margin: 0;
}

.videos-container .owl-carousel .owl-prev:before,
.videos-container .owl-carousel .owl-next:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  opacity: 1;
}

.videos-container .owl-carousel .owl-prev:after,
.videos-container .owl-carousel .owl-next:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background: #fff;
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  opacity: 1;
}

.videos-container .owl-carousel .owl-prev:hover:before,
.videos-container .owl-carousel .owl-next:hover:before {
  height: 5px;
}

.videos-container .owl-carousel .owl-prev:hover:after,
.videos-container .owl-carousel .owl-next:hover:after {
  width: 5px;
}

.videos-container .owl-carousel .owl-next {
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .videos-container .gallery-item.big-video a {
    height: 400px;
  }
}

.pswp.videos .wrapper {
  max-width: 1100px;
}

.paintings .painting {
  position: relative;
}

.paintings .painting .description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.35s ease-in;
}

.paintings .painting .description a {
  padding: 10px 15px;
  border: 1px solid black;
  transform: translateX(50px);
  transition: all 0.3s ease-in;
}

.paintings .painting .description h4 {
  letter-spacing: 4px;
  transition: all 0.35s ease-in;
  transform: translateX(-40px);
}

.paintings .painting .description:hover {
  opacity: 1;
}

.paintings .painting .description:hover a,
.paintings .painting .description:hover h4 {
  transform: translateX(0);
  opacity: 1;
  color: black;
}

@media (max-width: 768px) {
  .paintings .painting img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.paintings .slick-next {
  right: 40px;
  z-index: 10;
}

.paintings .slick-next:before {
  display: block;
  transform: rotate(45deg);
  content: "";
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: transparent;
  border: 1px solid black;
  border-width: 2px 2px 0 0;
}

.paintings .slick-prev {
  left: 40px;
  z-index: 10;
}

.paintings .slick-prev:before {
  display: block;
  transform: rotate(45deg);
  content: "";
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: transparent;
  border: 1px solid black;
  border-width: 0 0 2px 2px;
}

header {
  min-height: 50px !important;
  transition: all 0.3s;
}

header.scrolled {
  background-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  header.scrolled {
    background-color: white;
  }
}

.csstransforms3d .offcanvas-open .offcanvas-wrapper,
.csstransforms3d .offcanvas-open .site-backdrop,
.csstransforms3d .offcanvas-open .navbar,
.csstransforms3d .offcanvas-open .topbar {
  transform: translate3d(400px, 0, 0);
}

.offcanvas-container {
  width: 400px;
}

.csstransforms3d .offcanvas-open.menu-desktop .site-backdrop,
.csstransforms3d .offcanvas-open.menu-desktop .navbar,
.csstransforms3d .offcanvas-open.menu-desktop .offcanvas-wrapper,
.csstransforms3d .offcanvas-open.menu-desktop .topbar {
  transform: translate3d(-400px, 0, 0);
}

.site-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .csstransforms3d .offcanvas-open .offcanvas-wrapper,
  .csstransforms3d .offcanvas-open .site-backdrop,
  .csstransforms3d .offcanvas-open .navbar,
  .csstransforms3d .offcanvas-open .topbar {
    transform: translate3d(290px, 0, 0);
  }

  .offcanvas-container {
    width: 290px;
  }
}

.menu-desktop {
  left: unset;
  right: 0;
}

.menu-desktop .ul-menu h4 {
  line-height: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.close-menu {
  height: 2px;
  margin-top: 10px;
  width: 30px;
  background: #222;
  position: relative;
  display: inline-block;
  float: none;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.3, 1) 0.6s;
}

.close-menu.active {
  transform: rotate(45deg);
}

.close-menu.active:after {
  transform: rotate(-90deg);
}

.close-menu:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2px;
  width: 100%;
  background: #222;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.3, 1) 0.6s;
}

.teams-container .team .description {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  transition: all 0.35s ease-out;
  top: -100%;
}

.teams-container .team .description h3 {
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

.teams-container .team .description h5 {
  font-size: 12px;
  color: #777;
  display: block;
  padding-bottom: 15px;
}

.teams-container .team .description p {
  font-size: 13px;
  color: #555;
  padding-bottom: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.teams-container .team:hover .description {
  top: 0;
}

.team-images .owl-carousel .owl-prev,
.team-images .owl-carousel .owl-next {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  margin: 0;
}

.team-images .owl-carousel .owl-prev:before,
.team-images .owl-carousel .owl-next:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #222;
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.team-images .owl-carousel .owl-prev:after,
.team-images .owl-carousel .owl-next:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background: #222;
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
}

.team-images .owl-carousel .owl-prev:hover:before,
.team-images .owl-carousel .owl-next:hover:before {
  height: 5px;
}

.team-images .owl-carousel .owl-prev:hover:after,
.team-images .owl-carousel .owl-next:hover:after {
  width: 5px;
}

.team-images .owl-carousel .owl-next {
  transform: rotate(135deg);
}

.whatsapp-cont {
  position: fixed;
  z-index: 9000;
  bottom: 20px;
  right: 20px;
  width: 50px;
  background: rgb(101,188,84);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  height: 50px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.form-control{
  height: 54px;
  border-radius: 0;
}

.form-control:focus{
  border-color:black
}

.custom-control.payment_method{
  padding-left: 0 !important;
}

.payment_method .custom-control-label::after,
.payment_method .custom-control-label::before{
  content:none !important;
}

.payment_method .custom-control-input:checked + .custom-control-label{
  border-color:#333;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.payment_method .custom-control-label{
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #E4E3E1;
  cursor: pointer;
  padding: 20px;
}

.payment_method .custom-control-label img{
  height: 30px;
  width: auto;
} 

/*product*/
@media(min-width:768px){
  .card.resume-product{
    position:sticky;
    top:80px;
  }
}

/*Modules*/
.widget.widget-modules-list .module{
  display: flex;
  align-items: center;
  margin: 10px 0 
}

.widget.widget-modules-list .module:hover{
  color: black;
}

.widget.widget-modules-list .module:hover span{
  background-color: black;
  color: white;
}

.widget.widget-modules-list .module span{
  width: 35px;
  font-family: "intro_regular";
  height: 35px;
  display: inline-block;
  display: flex;
  border-radius: 50%;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  flex-shrink: 0;
  transition: all .3s;
}

.widget.widget-modules-list .module.active h6{
  text-decoration: underline;
}

.widget.widget-modules-list .module.active span{
  background-color: black;
  color: white;
}

.widget.widget-modules-list .module i{
  color: green;
  text-decoration: none !important;
  margin-left: 5px;
}

.widget.widget-modules-list .module h6{
  flex-grow: 1;
}

@media(min-width:768px){
  .widget.widget-modules-list{
    position:sticky;
    top:80px;
  }
}