@import url("https://fonts.googleapis.com/css2?family=Tinos&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  font-family: "Merriweather", serif;
}
:root {
  --RedOrder: hsla(2, 59%, 38%, 1);
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow-x: hidden !important;
}
h2 {
  font-family: "Tinos", serif;
  font-weight: 600;
  color: black;
  width: 80%;
  font-size: 2em;
}
p {
  font-family: "Tinos", serif;
  font-weight: 400;
  color: black;
  width: 74%;
  line-height: 1.5;
  font-size: 1em;
}
/*-------MODAL--------*/

.modal-title {
  color: var(--RedOrder);
}

.modal-body {
  width: 100%;
  text-align: left;
}

.textModal {
  width: auto;
  text-align: justify;
  font-family: "Merriweather", serif;
}
.modal-dialog {
  position: absolute;
  top: 100px;
  right: 100px;
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}

/* -------CONTACT FORM STYLE----- */

label {
  color: #333;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/*------------ SERVICE SECTION------- */

.services-section {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

.anchor-services {
  display: inline;
  padding-top: 0;
  margin-top: -90px;
  z-index: -1;
}

.spaceService {
  padding-top: 100px;
}

.labelServices {
  margin-top: 4%;
  text-align: right;
  padding: 2%;
  color: black;
  font-weight: 600;
}
.services {
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
.item_a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 5%;
  border-radius: 3%;
  text-align: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  margin: 5%;
  color: var(--RedOrder);
}

.item_a:hover {
  background-color: var(--RedOrder);
  color: white;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

ion-icon {
  font-size: 60px;
}

/* -----SERVICE-SECTION-----END */
.newInfo {
  background-color: white;
  width: 100%;
  margin: 5%;
}

.aboutMobile {
  display: none;
}

.picturesBox {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url(/images/photoVertical.jpg);
  background-size: cover;
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  height: 100%;
  margin-left: 10%;
}
.pictureAbout {
  position: relative;
  transform: scale(1.1);
  width: 50%;
  opacity: 0%;
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
}
.pictureAbout:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.2);
}

.textAbout {
  margin-left: 5%;
  margin-right: 10%;
  height: 100%;
  color: white;
  padding: 8%;
  width: fit-content;
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
}
.studioText {
  width: fit-content;
  color: var(--RedOrder);
  line-height: 1.5;
  font-weight: 400;
}

.paragraphAbout {
  color: black;
  text-align: justify;
}

.anchor-info {
  display: inline-block;
  padding-top: 90px;
  margin-top: -90px;
}

/* ----SECTION MAIN-----START */
.newText {
  margin-top: 10%;
  color: white;
}

.newTextSpan {
  font-size: 1em;
}

.secondText {
  color: white;
  font-size: 1.5em;
}

.main-section {
  width: 100%;
  height: 100%;
  padding-bottom: 10%;
  margin-top: 0%;
  background-color: white;
  background-image: linear-gradient(rgba(3, 3, 3, 0.654), rgba(0, 0, 0, 0.635)),
    url(/images/groupMeeting.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}

.anchor-home {
  display: block;
  padding-top: 110px;
  margin-top: -110px;
}

.info {
  flex: 50%;
  padding: 0%;
  margin: 10%;
}

.bottom {
  position: relative;
  border-radius: 50px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: white;
  text-align: center;
  background-color: var(--RedOrder);
  padding: 2%;
  height: auto;
  width: 200px;
  margin-top: 5%;
  animation: boxhope 5s infinite;
}

.linkBottom {
  color: white;
  text-decoration: none;
}
.linkBottom:hover {
  color: white;
}

/* -----MAIN SECTION -----END */

.contact-section {
  width: 100%;
  margin-top: -5%;
}

.bottomStatic {
  position: relative;
  border-radius: 50px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  color: white;
  text-align: center;
  background-color: var(--RedOrder);
  padding: 2%;
  height: auto;
  width: 200px;
  margin-top: 5%;
}

/* Contact Section */
.mb-4 {
  padding: 5%;
  margin-top: -10%;
}
.container {
  margin-top: -25%;
}

#contact-form {
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  padding: 10%;
  border-radius: 0%;
  background-color: white;
  height: 100%;
}
.privacyPolicy {
  text-decoration: none;
  color: black;
}
.contactInfo {
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  background-color: white;
  margin-top: auto;
  height: 100%;
}

.tableContact {
  border-bottom: 0.1px solid hsl(240, 3%, 94%);
  position: relative;
  display: flex;
  flex-direction: column;
  height: min-content;
  text-align: center;
  align-items: center;
  background-color: white;
  margin: 0%;
  color: var(--RedOrder);
  font-family: "Merriweather", serif;
}

.tableContact a:link {
  color: var(--RedOrder);
}

.redIcon {
  color: var(--RedOrder);
}

.redIcon:hover {
  color: var(--RedOrder);
}
.contact_us {
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
}

.anchor-contact {
  display: inline-block;
  padding-top: 50px;
  margin-top: 120px;
}

/* Map Section */
.map-section {
  width: 100%;
}

@keyframes boxhope {
  from {
    transform: translate(0%, 10%);
  }
  50% {
    transform: translate(0%, -30%);
  }
  to {
    transform: translate(0%, 10%);
  }
}
.bottom:hover {
  color: white;
  background-color: red;
  box-shadow: 3px 1px 15px 0 rgba(255, 255, 255, 0.39);
}

.bottomStatic:hover {
  color: white;
  background-color: red;
  box-shadow: 3px 1px 15px 0 rgba(255, 255, 255, 0.39);
}

/* -----NAV-BAR------- */
.logoNav {
  width: 300px;
  height: 64px;
}

.navbar-toggler {
  display: none;
}

.navbar-custom {
  -webkit-box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 13px 28px -7px rgba(0, 0, 0, 0.85);
  font-family: "Poppins", sans-serif;
  background-color: white;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: black;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: black;
  text-align: center;
}
.navbar-custom .navbar-collpase:hover {
  color: var(--RedOrder);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: var(--RedOrder);
  border-bottom: 2px solid var(--RedOrder);
}

.navbar-custom .navbar-brand:hover {
  color: var(--RedOrder);
}

.text-center {
  padding-top: 10%;
}

.data-section {
  width: 100%;
  background-color: var(--RedOrder);
}

.data-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -5%;
}

.item_b {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
  text-align: center;
  align-items: center;
  margin: auto;
  color: white;
  font-family: "Merriweather", serif;
}

.item_b:hover {
  box-shadow: 0px 13px 28px -7px var(--RedOrder);
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.numberData {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 3em;
}

.dataText {
  font-family: "Merriweather", serif;
  font-size: 2em;
  font-weight: 400;
}

/* Footer Section */
.corporationInfo {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

.corporationInfo a:link {
  color: black;
  text-decoration: none;
}
.corporationInfo a:link:hover {
  color: var(--RedOrder);
  text-decoration: none;
}
.footBox {
  border-bottom: 0.1px solid hsl(240, 3%, 94%);
}

.logoFooter {
  margin-bottom: 5%;
  margin-left: -5%;
}

.attribution {
  margin-top: 8%;
  font-size: 11px;
  text-align: center;
  width: auto;
}

.attribution a {
  color: var(--RedOrder);
}

@media screen and (max-width: 1200px) {
  .main {
    margin: 10%;
  }
  .picturesBox {
    margin: 5%;
    background-position: 50%;
  }
}

@media screen and (max-width: 1024px) {
  #contact-form {
    padding: 10%;
    width: 100%;
  }
  .contactInfo {
    margin-top: 2%;
  }
  .picturesBox {
    margin: 5%;
    background-position: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .nav-item {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }
  .navbar-nav {
    padding-top: 2%;
  }
  .main {
    margin-top: 15%;
  }
  #contact-form {
    width: 180%;
  }
  .labelServices {
    margin: auto;
    text-align: center;
  }
  .aboutMobile {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: black;
    font-size: x-large;
    margin-top: 10%;
    font-weight: 900;
  }

  .anchor-info {
    display: inline-block;
    padding-top: 90px;
    margin-top: -90px;
  }

  .aboutBox {
    display: flex;
    flex-direction: column;
  }

  .picturesBox {
    flex: 20%;
    margin: 5%;
    background-image: url(/images/photoOrizzontalViewSmile.jpg);
    background-size: cover;
    background-position: 50%;
  }

  .textAbout {
    flex: 80%;
    margin: 5%;
  }

  .studioText {
    padding: 2%;
    margin: auto;
  }
  .paragraphAbout {
    padding: 8%;
    margin: auto;
  }

  .bottomStatic {
    margin: auto;
  }
}
@media screen and (max-width: 800px) {
  #contact-form {
    width: 180%;
  }

  .labelServices {
    margin: auto;
  }
}

@media screen and (max-width: 780px) {
  .nav-item {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }
  .navbar-nav {
    padding-top: 2%;
  }
  #contact-form {
    width: 100%;
  }
  .main {
    margin-top: 20%;
  }

  .labelServices {
    margin: auto;
    text-align: center;
  }
  .aboutMobile {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: black;
    font-size: x-large;
    margin-top: 10%;
    font-weight: 900;
  }

  .anchor-info {
    display: inline-block;
    padding-top: 90px;
    margin-top: -90px;
  }

  .aboutBox {
    display: flex;
    flex-direction: column;
  }

  .picturesBox {
    flex: 20%;
    margin: 5%;
    background-image: url(/images/photoOrizzontalViewSmile.jpg);
    background-size: cover;
  }

  .textAbout {
    flex: 80%;
    margin: 5%;
  }

  .studioText {
    padding: 2%;
    margin: auto;
  }
  .paragraphAbout {
    padding: 8%;
    margin: auto;
  }

  .bottomStatic {
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .logoNav {
    width: 300px;
    height: 64px;
  }

  .main {
    margin: 20% auto auto auto;
    text-align: center;
  }

  .labelServices {
    margin: auto;
    text-align: center;
  }

  .secondText {
    text-align: center;
    margin-bottom: 10%;
  }

  .bottom {
    margin: auto;
  }

  h2 {
    margin: auto;
    text-align: center;
  }
  p {
    margin: 8% auto;
    text-align: center;
  }

  .nav-item {
    display: none;
  }

  .navbar-toggler {
    display: block;
  }
  .navbar-nav {
    padding-top: 2%;
  }

  .container {
    margin-top: 10%;
  }

  .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }

  .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }

  /* ABOUT US */
  .aboutMobile {
    display: block;
    width: 100%;
    justify-content: center;
    text-align: center;
    color: black;
    font-size: x-large;
    margin-top: 10%;
    font-weight: 900;
  }

  .anchor-info {
    display: inline-block;
    padding-top: 90px;
    margin-top: -90px;
  }

  .aboutBox {
    display: flex;
    flex-direction: column;
  }

  .picturesBox {
    flex: 20%;
    margin: 5%;
    background-image: url(/images/photoOrizzontalViewSmile.jpg);
    background-size: cover;
  }

  .textAbout {
    flex: 80%;
    margin: 5%;
  }

  .studioText {
    padding: 2%;
    margin: auto;
  }
  .paragraphAbout {
    padding: 8%;
    margin: auto;
  }

  .bottomStatic {
    margin: auto;
  }
}

@media screen and (max-width: 560px) {
  .logoNav {
    width: 270px;
    height: 59px;
  }

  .labelServices {
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 380px) {
  .logoNav {
    width: 209px;
    height: 44px;
  }

  .labelServices {
    margin: auto;
    text-align: center;
  }
}
