/* cyrillic-ext */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
}

.m-6 {
  margin: 8vw;
}

.mt-6 {
  margin-top: 8vw;
}

h1, h2, h3 {
  color: #282828;
}

input[type=email], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
}

input[type=submit] {
  background-color: #282828;
  color: white;
  padding: 12px 20px;
  border: 4px solid white;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 3px;
}

input[type=submit]:hover {
  background-color: gray;
}

.fontLarge {
  font-size: 22px;
}

.greyBox {
  background-color: grey;
  margin: 0;
  padding: 0;
}

.whiteBox {
  background-color: white;
  margin: 0;
  padding: 0;
}

.yellowBox {
  background-color: #f5b609;
  margin: 0;
  padding: 0;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flexWrapSpacearound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  color: white;
  margin: 0;
}

header a:hover {
  text-decoration: none !important;
  color: inherit;
}

.header1 {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.header2 {
  text-align: center;
}

.mail {
  text-decoration: none;
  color: white;
}

.iconMail {
  margin-right: 10px;
  color: lightblue;
}

.iconFax {
  margin-right: 10px;
  color: lightblue;
}

.iconPhone {
  margin-right: 10px;
  color: green;
}

.companyName {
  font-size: 25px;
  text-decoration: none;
  color: white;
}

.address {
  margin-top: 8px;
  font-size: 15px;
  color: gray;
}

.myNavbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #282828;
  z-index: 1;
}

.myNavbar a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  width: 150px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.myNavbar a:hover:not(.myNavbarActive) {
  background-color: rgba(77, 77, 77, 0.76);
}

.myNavbar .icon {
  display: none;
}

.myNavbarActive {
  background-color: #f5b609;
  color: black !important;
  cursor: default;
}

.myDropdownContent {
  display: none;
  max-height: 70vh;
  overflow: scroll;
  position: absolute;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0px;
  right: 0px;
  background-color: white;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.myDropdownContent a {
  height: 50px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0px 10px;
  color: black !important;
  border-bottom: gray solid 1px;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.myDropdownContent a:hover {
  color: white !important;
}

/* @media (min-width: 600px) {
  .myDropdown {
    &:hover .myDropdownContent {
      display: flex;
    }
  }  
} */
@media (max-width: 600px) {
  .myNavbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .myNavbar a:not(:first-child), .myNavbar .myDropdown {
    display: none;
  }
  .myNavbar a.icon {
    display: block;
    width: 50px;
  }
}

@media (max-width: 600px) {
  .myNavbar.responsive {
    display: block;
  }
  .myNavbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .myNavbar.responsive a {
    display: block;
    margin: auto;
  }
  .myNavbar.responsive .myDropdown {
    display: block;
  }
}

.mainTop {
  height: 600px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/construction-1895879_1280.jpg") center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/construction-1895879_1280.jpg") center/cover no-repeat;
  color: white;
}

.motto {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-top: 160px;
  color: white;
  font-weight: bolder;
  font-size: 50px;
}

.main1 {
  background-color: #f5b609;
}

.main1 p {
  color: white;
  font-size: 25px;
  text-align: center;
  padding: 3vw 5vw;
}

.main2 {
  text-align: center;
}

.main2 p {
  padding: 3vw 5vw;
  font-size: 22px;
  color: grey;
}

.main2 h1 {
  margin-top: 4vw;
}

.main3 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

.main3block {
  width: 280px;
  margin: 5vw 0;
}

.main3block h2 {
  margin-top: 2vw;
}

.main3block p {
  margin-top: 2vw;
  font-size: 20px;
  color: grey;
}

.gallery {
  background-color: #ebebeb;
}

.gallery h1 {
  text-align: center;
  padding: 4vw 0;
}

.galleryItem {
  width: 280px;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/valentin-salja-nNNcV_BwFGA-unsplash.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/valentin-salja-nNNcV_BwFGA-unsplash.jpg");
  text-align: center;
}

.galleryItem h3 {
  margin: 1vw 0;
}

.galleryItem a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  text-align: left;
  margin: 3px;
  color: white;
}

.galleryItem a:hover {
  text-decoration: underline;
}

.galleryImageContainer {
  overflow: hidden;
}

.galleryImage {
  height: 200px;
  width: 280px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.galleryImage:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.formBox {
  margin: 50px 0 50px;
  padding: 0;
  max-width: 400px;
  background: lightgray;
}

.formBox h1 {
  background: #f5b609;
  padding: 20px 25px;
}

.map {
  width: 90vw;
}

.myButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: rgba(128, 128, 128, 0.5);
  color: white;
  cursor: pointer;
  padding: 15px;
  height: 60px;
  width: 60px;
}

.footerTop {
  height: 8vw;
  background-color: #f5b609;
}

.footerBottom {
  background-color: #282828;
  padding: 2vw 5vw 3vw;
}

.footerBottom p {
  margin: 0;
  color: white;
}

/*Styling aboutus*/
.description {
  margin-top: 5vw;
}

.description h1 {
  text-align: center;
}

.description p {
  color: grey;
  text-indent: 2vw;
  margin: 3vw 5vw;
}

.hugeTextContainer {
  background: #f5b609;
}

.hugeText {
  font-size: 100px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  text-transform: uppercase;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .hugeText {
    font-size: 80px;
  }
}

@media screen and (max-width: 800px) {
  .hugeText {
    font-size: 50px;
  }
}

.galleryKtoMy {
  margin-top: 6vw;
}

.galleryKtoMy img {
  vertical-align: middle;
}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: white;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.mytext {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/*styling contacts*/
.contacts {
  height: 100px;
}

.contacts h1 {
  position: relative;
  top: 30px;
  margin: 0;
  text-align: center;
}

.contactsBoxItem, .addressMap {
  margin: 5vw 5vw;
}

.contactsBoxItem p, .addressMap p {
  font-size: 22px;
  color: #4e4c4c;
}

.contactsBoxItem h2, .addressMap h2 {
  margin-top: 2vw;
}

.contactsBoxItem a:hover, .addressMap a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */