@charset "UTF-8";
/*web irene*/
body,
html {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

svg {
  margin-left: 50px;
  margin-top: 50px;
}

.navbar svg {
  margin: 30px 0 0 30px;
}

.navbar svg path {
  stroke-width: 2.5px;
}

.side-nav {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #232323;
  opacity: 0.98;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-nav ul li {
  list-style: none;
}

.btn-close {
  margin-left: 50px;
  margin-top: 50px;
  color: #ffa9d4;
  width: 30px;
  height: 30px;
}

.side-nav a {
  margin-left: 50px;
  margin-top: 50px;
  padding-top: 10px 10px 10px 30px;
  text-decoration: none;
  font-family: DIN;
  letter-spacing: 10px;
  font-size: 22px;
  color: grey;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side-nav a:hover {
  color: #ffc91d;
}

.side-nav .btn-close {
  color: #ffa9d4;
}

.side-nav .btn-close:hover {
  color: #ffc91d;
}

.title {
  font-family: Kohinoor-Bangla;
  font-weight: bold;
  font-size: 90px;
  color: black;
  margin-left: 50px;
  margin-top: 40px;
  line-height: 90px;
}

.subtitle {
  font-family: DIN;
  font-size: 16px;
  letter-spacing: 10px;
  margin-left: 50px;
  color: #6699ff;
  margin-top: 40px;
}

.text {
  font-family: Kohinoor-Bangla;
  font-weight: regular;
  font-size: 16px;
  color: black;
  padding: 20px 40px;
}

.white {
  height: 80%;
  width: 35%;
  display: inline-block;
  background-color: white;
  vertical-align: top;
}

#linea_gris {
  background-color: #e6e6e6;
  width: 24%;
  height: 2px;
  margin-left: 11%;
}

#linea_negra {
  background-color: #000000;
  height: 2px;
  width: 20%;
  margin-left: 0%;
}

.grey {
  height: 7%;
  width: 35%;
  bottom: 0%;
  left: 0;
  background-color: #e6e6e6;
  position: absolute;
}

.grey p {
  font-family: Kohinoor-Bangla;
  font-weight: bold;
  font-size: 20px;
  color: black;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  list-style: none;
}

.grey p:hover {
  color: grey !important;
}

.grey a:hover {
  text-decoration: none !important;
}

.slider {
  height: 100%;
  width: 65%;
  overflow: hidden;
  display: block;
  float: right;
  background-color: black;
}

.slider .slide {
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
}

.slider figure {
  position: relative;
  margin: 0;
  right: 0;
  -webkit-animation: 20s slidy infinite;
          animation: 20s slidy infinite;
}

.slider figure div,
.slider figure img {
  height: 100%;
  width: 100%;
  float: right;
}

@font-face {
  font-family: Kohinoor-Bangla;
  src: url("Assets/fonts/Kohinoor/KohinoorBangla-Light.otf");
  src: url("Assets/fonts/Kohinoor/KohinoorBangla-Normal.otf");
  src: url("Assets/fonts/Kohinoor/KohinoorBangla-Regular.otf");
  src: url("Assets/fonts/Kohinoor/KohinoorBangla-Bold.otf");
}

@font-face {
  font-family: DIN;
  src: url("Assets/fonts/DIN/DIN-Condensed-Bold.otf");
}

/** paginas proyectos resolucioón pc**/
.project .project-img {
  display: inline-block;
  width: 65%;
  overflow-y: scroll;
}

.project .project-img img {
  background-size: cover;
  float: left;
  background-repeat: none;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/** contacto **/
.contact {
  margin: 0;
}

.contact .white {
  width: 35%;
  height: 73%;
  display: inline-block;
}

.contact .white .title {
  font-size: 65px;
}

.contact .white .text {
  line-height: 1.7;
  font-family: Kohinoor-Bangla 'regular';
  font-weight: normal;
  font-family: Kohinoor-Bangla;
  font-weight: regular;
  font-size: 14px;
  padding: 20px 50px;
  color: black;
}

.contact .social-media-email,
.contact .social-media-instagram {
  margin-left: 50px;
}

.contact .social-media-email p,
.contact .social-media-instagram p {
  display: inline-block;
  color: #ffa9d4;
  font-family: Kohinoor-Bangla;
}

.contact .social-media-email p:nth-child(1),
.contact .social-media-instagram p:nth-child(1) {
  font-weight: bold;
}

.contact .social-media-email p:nth-child(2),
.contact .social-media-instagram p:nth-child(2) {
  color: black;
  margin-top: 0px;
}

.contact .social-media-email span,
.contact .social-media-instagram span {
  display: inline-block;
  margin: 17px 0 0 20px;
  font-size: 15px;
  color: grey;
}

.contact .images-contact {
  width: 65%;
  display: inline-block;
  float: right;
}

.contact .images-contact .barcelona {
  width: 50%;
  height: 100%;
  float: left;
  background: url(Assets/images/bcn.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.contact .images-contact .right {
  height: 100%;
  width: 50%;
  float: left;
  background: url(Assets/images/me.jpg);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.contact .grey-contact {
  display: inline-block;
  bottom: 0%;
  background-color: #e6e6e6;
  position: absolute;
  width: 33%;
}

.contact .grey-contact .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* right: 15px; */
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  font-size: 23px;
}

.contact .grey-contact .social .x1 {
  color: black;
  font-size: 20px;
  margin-right: 10px;
}

/** SLIDER **/
#myCarousel {
  position: relative;
}

.carousel {
  display: inline-block;
  width: 65%;
  float: right;
  position: static;
  -webkit-overflow-scrolling: touch;
}

.carousel .carousel-inner {
  -webkit-overflow-scrolling: touch;
}

.carousel-indicators {
  position: absolute;
  left: inherit;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
}

/* vertical indicators */
.carousel-indicators li {
  display: block;
  margin: 0 10px 10px 5px;
  background-color: transparent;
  border: 1px solid white;
  height: 10px;
}

.carousel-indicators .active {
  margin: 0 10px 10px 5px;
  background-color: white;
  border: 1px solid white;
}

.grey {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grey a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

#myModal .modal-dialog,
#myModalMobile .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#myModal .modal-dialog .modal-body,
#myModalMobile .modal-dialog .modal-body {
  overflow-y: auto;
  overflow: hidden;
}

#myModal #video1,
#myModalMobile #video1 {
  position: absolute;
  z-index: 0;
  /* background: url(mel.jpg) no-repeat; */
  background-size: 100% 100%;
  top: 0px;
  left: 0px;
}

/** MENU **/
#side-menu {
  z-index: 16;
}

#side-menu .btn-close {
  font-size: 30px;
}

#side-menu a {
  font-size: 15px;
  margin: 25px 0 0 34px;
}

#side-menu .social {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 15px;
  top: -30px;
}

#side-menu .social .x1 {
  font-size: 20px;
}

#side-menu .firts-item-menu,
#side-menu .second-item-menu {
  color: white;
}

#side-menu .line {
  height: 0px;
  background: grey;
  border-bottom: 1px solid grey;
  width: 20px;
  margin-bottom: 60px;
}

#side-menu ul {
  margin-top: 40px;
  padding-left: 25px;
}

.modal-content {
  border: 0px;
}

.modal-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
  height: 0;
  overflow: hidden;
}

.modal-content .video-container iframe,
.modal-content .video-container object,
.modal-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content video {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** BARRA GRIS **/
/*** web adri responsive **/
@media (max-width: 1025px) {
  .white {
    height: 77%;
    width: 35%;
    display: inline-block;
  }
  .title {
    font-size: 70px;
  }
  .grey {
    height: 8%;
  }
  .grey a p {
    margin-top: 15px;
  }
  .slider {
    height: 100%;
    width: 57%;
  }
  .project .project-img {
    width: 65%;
  }
  .project .grey {
    width: 35%;
  }
}

@media (max-width: 768px) {
  body,
  html {
    position: relative;
  }
  #myModalMobile .modal-body {
    background: url(Assets/images/intro.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
  }
  body {
    overscroll-behavior-y: contain;
  }
  .white {
    display: block;
    width: 100%;
    height: auto;
  }
  .white .title {
    font-size: 20px;
    line-height: 35px;
    margin-top: 14px;
  }
  .white .title br {
    display: none;
  }
  .white .subtitle {
    position: absolute;
    top: -6px;
    right: 10px;
    letter-spacing: 5px;
    font-size: 13px;
  }
  .white .text {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
  }
  .grey {
    height: auto;
    width: 100%;
    margin: 0;
  }
  .grey p {
    font-size: 15px;
  }
  #side-menu a {
    margin: 20px 0 0 15px;
    font-size: 12px;
    letter-spacing: 5px;
  }
  #side-menu a:hover {
    color: #ffc91d;
  }
  .project .grey {
    width: 100%;
    height: auto;
  }
  /** 
	
	MENU
	
	**/
  #side-menu .btn-close {
    margin: 20px 0 0 30px !important;
  }
  #side-menu .second-item-menu {
    margin-bottom: 60px;
  }
  #side-menu .social a {
    font-size: 20px !important;
    color: white !important;
  }
  #side-menu .social .fa-envelope {
    font-size: 19px !important;
  }
  /**

	CONTACT 

	**/
  .contact .white {
    width: 100%;
    height: auto;
  }
  .contact .white .title {
    font-size: 20px;
  }
  .contact .white .text {
    font-size: 13px;
    line-height: 1.7;
    font-family: Kohinoor-Bangla 'regular';
    font-weight: normal;
  }
  .contact .social-media-email,
  .contact .social-media-instagram {
    margin-left: 50px;
    margin-top: -15px;
  }
  .contact .social-media-email p,
  .contact .social-media-instagram p {
    display: inline-block;
    color: #ffa9d4;
  }
  .contact .social-media-email p:nth-child(1),
  .contact .social-media-instagram p:nth-child(1) {
    font-weight: bold;
  }
  .contact .social-media-email p:nth-child(2),
  .contact .social-media-instagram p:nth-child(2) {
    color: black;
    margin-top: 0px;
  }
  .contact .social-media-email span,
  .contact .social-media-instagram span {
    display: inline-block;
    margin: 17px 0 0 20px;
    font-size: 15px;
    color: grey;
  }
  .contact .images-contact {
    width: 100%;
    height: 50%;
    margin-top: 15px;
  }
  .contact .images-contact .barcelona {
    width: 50%;
    height: 100%;
    float: left;
    background: url(Assets/images/bcn.jpg);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
  }
  .contact .images-contact .right {
    position: relative;
    height: 100%;
    width: 50%;
    float: left;
    background: url(Assets/images/me.jpg);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
  }
  .contact .grey-contact {
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .contact .grey-contact .social {
    height: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .grey-contact .social .x1 {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
  }
  .project .project-img {
    height: 400px;
    width: 100%;
    margin-top: -20px;
  }
  .carousel .item {
    width: 100%;
    height: 0;
    background-size: cover !important;
  }
  .carousel,
  .carousel-inner .item,
  .carousel-inner img {
    width: 100%;
  }
  .carousel {
    position: relative;
  }
}

.project .project-img {
  display: inline-block;
  overflow-y: scroll;
  float: right;
}

.project .project-img .slide {
  background-size: cover;
  background-position: center;
  height: 100%;
}

/*SLIDER TRANSCICIÓ VERTICAL ADRI*/
/* customize */
.carousel .item {
  width: 100%;
  background-size: cover !important;
}

.carousel-caption {
  left: 0%;
}

.ad1 {
  background: url(Assets/images/peachy/peachy/1.jpg) no-repeat center center;
}

.ad2 {
  background: url(Assets/images/3D_renders/portada.jpg) no-repeat center center;
}

.ad3 {
  background: url(Assets/images/Four_Seasons/portada1.jpg) no-repeat center center;
}

.ad4 {
  background: url(Assets/images/Gourmet_Magazime/portada.jpg) no-repeat center center;
}

.ad5 {
  background: url(Assets/images/Thousand_Lines/portada1.jpg) no-repeat center center;
}

.ad6 {
  background: url(Assets/images/5_IBM/portada.jpg) no-repeat center center;
}

.carousel-caption h1 {
  font-size: 4em;
}

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

/* vertical transition */
@media all and (transform-3d), (-webkit-transform-3d) {
  .vertical > .carousel-inner > .item {
    -webkit-transition: -webkit-transform .20s ease-in-out top;
    transition: -webkit-transform .20s ease-in-out top;
    transition: transform .20s ease-in-out top;
    transition: transform .20s ease-in-out top, -webkit-transform .20s ease-in-out top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .vertical > .carousel-inner > .item.next,
  .vertical > .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .vertical > .carousel-inner > .item.prev,
  .vertical > .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .vertical > .carousel-inner > .item.next.left,
  .vertical > .carousel-inner > .item.prev.right,
  .vertical > .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*# sourceMappingURL=style.css.map */