@font-face {
  font-family: Nunito-Regular;
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Nunito-Bold;
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Nunito-ExtraBold;
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: Nunito-Light;
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
}

@font-face {
  font-family: Nunito-Medium;
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
}

#enterContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #1e1e1e;
  overflow: hidden;
}

#svgContainer {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}

#svgContainer svg {
  cursor: pointer;
  width: 565px;
  position: absolute;
  top: 50%;
  left: 0%;
  opacity: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0px;
}

#enterBorderBottom {
  opacity: 0;
  margin-top: 50px;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in;
}

#homePageContainer {
  display: none;
  z-index: 1;
  position: absolute;
  /* The image used */
  background-image: url("../images/bg4.jpg");
  /*background-color: #000000;*/
  /* Full height */
  height: 100%;
  width: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.7s ease-in;
}

#homeContent {
  /*background-color: rgba(30, 30, 30, 0.1);*/
  height: 100%;
  width: 100%;
}

/*ANIMATION CLASS*/

.azzaAnime {
  opacity: 0;
  -vendor-animation-delay: 2s;
}

/*nav bar style*/

#navBar {
  margin: 0 auto;
  height: 55px;
  padding: 60px 150px 0px 150px;
  /*background-color: blue;*/
  position: static;
  top: 0;
  width: calc(100% - 300px);
}

.menuLogo {
  margin-top: 10px;
  position: absolute;
  left: calc(50% - 70px);
  cursor: pointer;
}

/*At media screen smaller then laptop*/

@media (max-width: 1150px) {
  .menuLogo {
    margin-top: -40px;
  }
}

.menuLogo svg {
  width: 140px;
}

.menuLeft {
  /*margin-left: 5%;*/
  float: left;
  padding-top: 32px;
  /*color: rgb(255, 255, 255);*/
}

.menuText {
  /*
    width: 20%;
    margin: 0 auto;
    text-align: center;*/
}

.menuText a {
  font-family: Nunito-Bold;
  font-size: 17px;
  letter-spacing: 2.38px;
  color: #ffffff;
  text-decoration: none;
}

.menuRight {
  /*margin-right: 5%;*/
  float: right;
  padding-top: 32px;
  /*color: rgb(255, 255, 255);*/
}

.whiteBackground .menuText a {
  color: #1e1e1e;
}

#menuItem2 {
  margin-left: 65px;
}

#menuItem4 {
  margin-right: 36px;
}

.hiddenMenuIcon {
  opacity: 0;
  display: inline;
  margin-right: 10px;
}

.hiddenMenuIcon svg {
  display: inline;
  width: 15px;
}

/*First page content style*/

#firstContent {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 300px);
  padding-top: 140px;
  height: calc(100% - 255px);
}

#titleSvg {
  float: left;
  width: 71px;
  height: 30px;
}

#titleSvg svg {
  width: 18px;
  margin-top: 4px;
}

#home-first-p {
  margin: 0;
  font-family: Nunito-Bold;
  font-size: 25px;
  letter-spacing: 0.35px;
  color: #ffffff;
  text-transform: uppercase;
}

#home-first-h2 {
  float: left;
  font-family: Nunito-Light;
  font-size: 8vh;
  line-height: 127.61px;
  letter-spacing: 1.4px;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
}

#title h2 {
  float: left;
  margin: 0;
  font-family: Nunito-Bold;
  font-size: 50px;
  letter-spacing: 0.7px;
  color: #ffffff;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

#subTitle {
  position: absolute;
  left: 0;
  bottom: 35%;
  display: inline-block;
}

#subTitle h1 {
  margin: 30px 0 0 70px;
}

.full {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#secondContent {
  position: relative;
  margin: 0 auto;
  width: calc(91% - 200px);
  padding-top: 150px;
  height: calc(100% - 150px);
}

#second-title {
}

#s-h-svg {
  float: left;
  display: inline;
  height: 200px;
  width: 71px;
}

#s-h-svg svg {
  /*height: 37px;*/
  width: 35px;
  margin-top: 40px;
}

#second-title h2 {
  font-family: Nunito-Bold;
  font-size: 75px;
  line-height: 110px;
  letter-spacing: 1.05px;
  color: #1e1e1e;
  color: rgb(30, 30, 30);
  float: left;
  margin: 0;
}

#s-h-title {
  width: 70%;
  display: inline;
  float: left;
  height: 100%;
  width: calc(100% - 71px);
}

#second-text {
}

#second-text p {
  font-family: Nunito-Regular;
  font-size: 75px;
  line-height: 96px;
  letter-spacing: 1.05px;
  color: #777777;
  color: rgb(119, 119, 119);
  margin: 0 0 0 70px;
}

.footer-text {
  cursor: pointer;
  float: left;
}

.footer-text a {
  font-family: Nunito-Light;
  font-size: 25px;
  letter-spacing: 0.35px;
  color: #1e1e1e;
  color: rgb(30, 30, 30);
  text-decoration: none;
}

.footer-icon {
  float: right;
  width: 35px;
  transform: rotate(180deg);
}

.buttonArrow {
  opacity: 0;
  display: inline;
  width: 72px;
  height: 40px;
  float: left;
}

.buttonArrow svg {
  width: 18px;
  margin-top: 4px;
}

#s-footer {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 150px;
}

#thirdContent {
  background-color: #d3d3d3;
}

.pageContent {
  width: calc(91% - 200px);
  position: relative;
  margin: 0 auto;
  padding-top: 150px;
  height: calc(100% - 250px);
}

.home-title {
}

.home-title-svg {
  float: left;
  display: inline;
  height: 50px;
  width: 71px;
}

.home-title-svg svg {
  width: 28px;
  margin-top: 10px;
}

.home-title-text {
  display: inline;
  float: left;
  height: 100%;
  width: calc(100% - 71px);
}

.home-title-text h2 {
  font-family: Nunito-ExtraBold;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.7px;
  color: #1e1e1e;
  color: rgb(30, 30, 30);
  float: left;
  margin: 0;
}

.home-text {
  float: left;
  margin-top: 71px;
  margin-left: 71px;
}

.grayText {
  color: #787878;
}

.home-text p {
  font-family: Nunito-Light;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: 0.7px;
  color: rgb(119, 119, 119);
  margin: 0;
}

.home-footer {
  float: left;
  /* position: absolute; */
  height: 50px;
  width: 100%;
  /* bottom: 0; */
}

#services-title {
  line-height: 62px;
}

#services-text {
  margin-top: 20px;
}

#services-footer {
  margin-top: 170px;
}

.whiteText {
  color: #ffffff !important;
}

#aboutUsFooter {
  margin-top: 70px;
}

.arrow-background {
  height: 100%;
  position: absolute;
  right: 0;
}

.arrow-background svg {
  height: 100%;
}

#fourthContent {
  height: 82%;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding-top: 30px;
}

#contact-text-container {
  margin-top: 20px;
}

#contact-footer {
  margin-top: 150px;
}

.half {
  float: left;
  width: 50%;
  height: 100%;
}

.mapContainer {
  background-color: #1e1e1e;
  padding: 40px;
  height: calc(100% - 80px);
}

.contact-container {
  background: #d3d3d3;
  height: calc(100% - 180px);
  padding: 180px 0px 0px 120px;
}

.contact-title {
  font-family: Nunito-Bold;
  font-size: 35px;
  letter-spacing: 1.89px;
  color: #a5a5a5;
}

.contact-address {
  margin-top: 80px;
  font-family: Nunito-Regular;
  font-size: 35px;
  letter-spacing: 1.89px;
  color: #1e1e1e;
}

.contact-telephone {
  margin-top: 50px;
}

.contact-email {
  margin-top: 20px;
}

.contact-telephone,
.contact-email {
  font-family: Nunito-Bold;
  font-size: 35px;
  letter-spacing: 1.89px;
  color: #a5a5a5;
}

.contact-telephone a,
.contact-email a {
  font-family: Nunito-Medium;
  font-size: 35px;
  letter-spacing: 1.89px;
  color: #1e1e1e;
  color: rgb(30, 30, 30);
  text-decoration: none;
}

/*ABOUT US PAGE*/

.blackBackground {
  background-color: #1e1e1e;
}

.whiteBackground {
  background-color: #fff;
}

.navBarHeight {
  height: 150px;
}

.about-chapter-tilte-text {
  margin: 0;
  font-family: Nunito-Bold;
  font-size: 25px;
  letter-spacing: 1.35px;
  color: #1e1e1e;
}

.about-chapter-title {
  display: inline;
  float: left;
  width: calc(100% - 71px);
}

.about-chapter-text {
  margin-top: 80px;
  margin-left: 71px;
  width: 460px;
}

.about-chapter-text p {
  font-family: Nunito-Regular;
  font-size: 17px;
  line-height: 24.18px;
  letter-spacing: 0.92px;
  color: #1e1e1e;
  margin: 0;
}

.about-clients-container {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.about-client-logo {
  position: relative;
  float: left;
  text-align: center;
  width: 30%;
  height: 90px;
  margin-top: 70px;
  margin-left: 10px;
}

.about-client-logo img {
  max-height: 100%;
  max-width: 100%;
  width: 140px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.teamContainer {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 300px);
  padding-top: 140px;
  height: calc(100% - 255px);
}

.photoContent {
  margin-top: 50px;
  position: relative;
  width: 100%;
  float: left;
}

.memberPhoto {
  width: 25%;
  float: left;
}

.memberPhoto img {
  width: 100%;
  cursor: pointer;
}

#contactContainer {
  width: 100%;
  min-height: 100%;
  background-color: #262626;
}

.contact-chapter {
  width: calc(100% - 70px);
  margin-left: 70px;
  height: 30px;
  margin-top: 100px;
}

.contact-chapter-title {
  margin-left: 50px;
}

.contact-chapter-tilte-text {
  font-family: Nunito-Bold;
  font-size: 25px;
  letter-spacing: 0.35px;
  color: #ffffff;
  margin: 0;
}

.contact-form {
  margin-top: 80px;
  margin-left: 140px;
}

.contact-form input,
.contact-form textarea {
  font-family: Nunito-Regular;
  font-size: 24px;
  letter-spacing: 0.34px;
  color: #1e1e1e;
}

.contact-form input:focus {
  outline: none !important;
  border: 0px;
}

.contact-form textarea:focus {
  outline: none !important;
  border: 0;
}

.contact-form-button:focus {
  outline: none !important;
  border: 0;
}

.contact-input {
  float: left;
  width: 30%;
  height: 80px;
  padding: 0 0 0 20px;
  border: 0;
}

.contact-input-right {
  margin-left: 20%;
}

.contact-input-down {
  margin-top: 50px;
}

.contact-textarea {
  width: calc(80% + 20px);
  padding: 30px 0 0 20px;
  border: 0;
  margin-top: 50px;
  resize: none;
}

.contact-form-button {
  width: 30%;
  background-color: #e0a526;
  color: #1e1e1e;
  border-radius: 0;
  margin: 0;
  height: 80px;
  padding: 0 0 0 20px;
  font-family: Nunito-Regular;
  font-size: 24px;
  letter-spacing: 0.34px;
  margin-top: 50px;
  border: 0;
  text-align: left;
}

.contact-studio {
  height: 70%;
  margin-top: 125px;
  margin-left: 70px;
  padding-bottom: 160px;
  width: calc(100% - 70px);
  background-color: #262626;
}

.contact-studio-title {
  font-family: Nunito-Bold;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 1.35px;
  color: #fff;
  margin: 0;
}

.contact-page-info {
  margin-left: 70px;
}

.contact-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1e1e1e;
  opacity: 1;
  /* Firefox */
}

.contact-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1e1e1e;
}

.contact-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1e1e1e;
}

.os-firstContainer {
  margin-top: 80px;
  width: 100%;
  height: calc(100% - 110px);
  float: left;
}

.services-title-text h2 {
  font-family: Nunito-Bold;
  font-size: 70px;
  letter-spacing: 0.98px;
  color: #1e1e1e;
  margin: 0;
  padding: 90px 0px 0px 70px;
}

.services-separation-bar {
  background-color: #262626;
  height: 6px;
  width: 486px;
  margin-left: 70px;
  margin-top: 60px;
}

.services-small-text {
  font-family: Nunito-Regular;
  font-size: 25px;
  line-height: 35.52px;
  letter-spacing: 0.35px;
  color: #1e1e1e;
  margin-left: 70px;
}

.firstContainer-services {
  position: relative;
  margin-left: 150px;
  width: calc(100% - 150px);
  margin-top: 100px;
  height: calc(100vh - 250px);
}

.services-arrow-background {
  height: calc(100% - 110px);
  position: absolute;
  right: 20%;
  z-index: 2;
}

.fullViewPort {
  width: 100vw;
  height: 100vh;
}

.services-arrow-background svg {
  height: 100%;
}

.services-first-image {
  background-image: url("../images/services1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-second-image {
  background-image: url("../images/services2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-arrow2-background {
  height: calc(100% + 1px);
  position: absolute;
  left: 20%;
  z-index: 0;
}

.services-arrow2-background svg {
  height: 100%;
  transform: rotate(180deg);
}

.services-arrow3-background {
  height: 100%;
  position: absolute;
  right: 5%;
  z-index: 2;
}

.services-arrow3-background svg {
  height: 100%;
}

.mobileMenuIcon {
  display: none;
  float: right;
  width: 50px;
  padding-top: 10px;
  padding-left: 50px;
}

.mobileMenuIcon svg {
  transform: rotate(90deg);
  width: 50px;
}

#mobileMenuContainer {
  position: absolute;
  display: none;
  /* opacity: 0; */
  width: 100%;
  height: 100%;
  background-color: #dfa426;
  z-index: 5;
  top: -100%;
}

.mobileMenuLogo svg {
  width: 140px;
  margin-top: 0px;
  left: 150px;
  position: absolute;
  cursor: pointer;
}

.mobileWhiteMenuBackground {
  background-color: #fff !important;
}

.mobileMenuList {
  width: calc(100% - 150px);
  margin-left: 150px;
  margin-top: 300px;
  height: calc(100% - 450px);
}

.mobileMenuItem {
  margin-top: 100px;
}

.mobileMenuItem a {
  margin-left: 100px;
  font-family: Nunito-ExtraBold;
  font-size: 50px;
  letter-spacing: 2.38px;
  color: #ffffff;
  text-decoration: none;
}

.mobileMenuItem svg {
  width: 38px;
}

@media screen and (max-width: 1000px) {
  .menuText {
    display: none !important;
  }
  .menuLogo {
    margin-top: 0px;
    left: 150px;
  }
  .menuLogo svg {
    width: 200px;
  }
  .mobileMenuIcon {
    display: block;
    /* margin-top: -20px;
    right: -50px;
    padding: 25px 50px; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #home-first-p {
    font-size: 50px;
    text-align: justify;
    width: 50%;
  }
  #titleSvg svg {
    width: 35px;
    margin-top: 9px;
  }
  #home-first-h2 {
    line-height: inherit;
  }
  .fullOnMobile {
    width: 100%;
  }
  .home-title-text h2 {
    line-height: inherit;
  }
  .home-text p {
    margin-top: 200px;
  }
  .aboutContainer {
    height: auto;
  }
  .mobileTopMargin {
    margin-top: 100px;
    height: auto;
    padding-bottom: 100px;
  }
  .about-chapter-text {
    width: auto;
    margin-bottom: 50px;
  }
  .about-chapter-text p {
    line-height: inherit;
    font-size: 30px;
  }
  .contact-chapter-tilte-text {
    font-size: 50px;
  }
  .contact-studio-title {
    font-size: 50px;
  }
  #desktopForm {
    display: none;
  }
  #mobileForm {
    display: block !important;
    padding-bottom: 100px;
  }
  .contact-studio {
    padding-bottom: 30px;
  }
  .contact-chapter {
    height: 100px;
    width: 70%;
  }
  .contact-studio-title {
    color: #fff;
  }
  #titleSvg {
    height: 100px;
  }
  .contact-input {
    margin-top: 40px;
    width: calc(80% + 20px);
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 40px;
  }
  .about-chapter-tilte-text {
    font-size: 50px;
  }
  .arrow-background {
    display: none;
  }
  #firstContent {
    padding-top: 50px;
  }
  #thirdContent {
    background-color: #dfa426;
  }
  .whiteColorOnMobile a {
    color: #fff;
  }
  .home-title-svg svg {
    width: 35px;
  }
  .showOnlyOnMobile {
    display: block !important;
  }
  .hideOnlyOnMobile {
    display: none;
  }
  .whiteTextOnMobile p {
    color: #fff;
  }
  .buttonArrow {
    opacity: 1;
    float: right;
  }
  .buttonArrow svg {
    transform: rotate(180deg);
  }
  .home-footer {
    margin-left: 72px;
    width: calc(100% - 72px);
  }
  .footer-text a {
    font-family: Nunito-ExtraBold;
    font-size: 30px;
  }
  #XMLID_793_SERVICES {
    fill: #ffffff;
  }
  .contact-form-button {
    color: #fff;
    font-size: 40px;
  }
  .buttonArrow svg {
    width: 28px;
  }
}

.showOnlyOnMobile {
  display: none;
}

#mobileForm {
  display: none;
}

.rotateIconUp svg {
  transform: rotate(-90deg);
}
