@font-face {
  font-family: "Roboto-Medium";
  src: url("./font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("./font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("./font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Quicksand-Medium";
  src: url("./font/Quicksand-Medium.ttf");
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url("./font/Quicksand-Bold.ttf");
}
@font-face {
  font-family: "Quicksand-Regular";
  src: url("./font/Quicksand-Regular.ttf");
}
@font-face {
  font-family: "Raleway-Regular";
  src: url("./font/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway-Medium";
  src: url("./font/Raleway-Medium.ttf");
}
@font-face {
  font-family: "FreeSans";
  src: url("./font/FreeSans.ttf");
}
@font-face {
  font-family: "FreeSansBold";
  src: url("./font/FreeSansBold.ttf");
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand-Regular ", "Raleway-Regular", "FreeSans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto-Medium", "Raleway-Medium", "FreeSans";
}

section {
  overflow-x: hidden!important;
}

nav {
  justify-content: right;
}

.logo {
  padding: 20px 40px;
}

.navbar {
  display: grid;
  grid-template-columns: 1.5fr 6.5fr;
}

.navbarDiv {
  display: flex;
}

.navbarText {
  padding: 40px;
  color: #003366;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.sec1Div {
  background: linear-gradient(
    90deg,
    #003366 0%,
    #227666 45.63%,
    #339966 100.7%
  );
  padding-top: 64px;
  position: relative;
  z-index: 0;
  padding-bottom: 0;
}

.flex {
  display: flex;
}
.flexItem {
  display: flex;
}
.flexItem:first-child {
  padding-left: 16px;
}

.divsFlex {
  grid-template-columns: 1.3fr 1fr;
  display: grid;
  z-index: 1;
  position: relative;
  grid-column-gap: 80px;
}
.title h1 {
  color: #ebeff1;
  font-weight: 500;
  font-size: 56px;
  line-height: 130%;
}
.btn1 {
  background: #ebeff1;
  border-radius: 10px;
  color: #003366;
  padding: 14px;
  border: none;
  margin-top: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
}
.icon {
  margin-right: 42px;
  width: 40px;
  position: relative;
}
.icon svg {
  height: 300px;
}
.about {
  background: #339966;
  box-shadow: 2px 4px 16px rgba(25, 25, 25, 0.4);
  border-radius: 10px;
  margin-top: -22%;
  margin-bottom: 16px;
}
.aboutTitle h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #ebeff1;
  margin-bottom: 16px;
}
.txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ebeff1;
}
.aboutContainer,
.servicesContainer {
  padding: 40px;
}
.tickIcon {
  margin-right: 10px;
}
.flexCheck {
  display: flex;
  margin-top: 20px;
}
.services {
  background: #1c6b66;
  box-shadow: 2px 4px 16px rgba(25, 25, 25, 0.4);
  border-radius: 10px;
  bottom: 0;
  margin-top: -15%;
}
.flexCheck2 {
  display: flex;
  margin-top: 17px;
}
.contDiv2 {
  /* padding-top: 280px; */
  margin-bottom: 16px;
}

.sec3cont {
  background: linear-gradient(90deg, #339966 0%, #003366 100%);
  padding: 47px;
}
.item {
  display: block;
}

.processTitle h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #ebeff1;
  text-align: center;
  margin-bottom: 73px;
}
.content {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ebeff1;
  text-align: center;
}
.processIcon {
  text-align: center;
}
.name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #ebeff1;
  text-align: center;
}
.arrow {
  margin: 50px 10px 0px;
}
.verticalArrow {
  display: none;
}
input[type="text"],
input[type="number"] {
  border: 2px solid #227666;
  border-radius: 10px;
  width: 100%;
  height: 52px;
  margin-top: 24px;
  padding-left: 14px;
  outline: none;
}
input[type="text"]::placeholder,
input[type="number"]::placeholder {
  color: #8b9d94;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  height: 130px;
  border: 2px solid #227666;
  border-radius: 10px;
  resize: none;
  margin-top: 24px;
  padding-left: 14px;
  padding-top: 10px;
  outline: none;
}
textarea::placeholder {
  color: #8b9d94;
}

.form {
  display: block;
  text-align: center;
}
.formTitle h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #339966;
}
.txt2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #001b36;
}
.btn2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ebeff1;
  background: #227666;
  border: none;
  border-radius: 10px;
  padding: 15px;
  margin-top: 18px;
  right: 0;
  float: right;
  cursor: pointer;
}
.sec4cont {
  padding: 0px 36% 0px 36%;
  margin-top: 140px;
  margin-bottom: 140px;
}
.section5 {
  background: linear-gradient(90deg, #339966 0%, #003366 117.38%);

  display: flex;
}
.sec5cont {
}
.contacts {
  width: 60%;
  position: relative;
}
.cont2 {
  padding: 122px;
  top: 35%;
  left: 30%;
}
.contactsFlex {
  display: flex;
  justify-content: center;
}
.map {
  float: right;
  display: flex;
  width: 40%;
}
.contactsTitle h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ebeff1;
  text-align: center;
}
.text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #001b36;
}
.contDiv > .flex {
  padding: 0 12px;
}
/* .starIcon {
  padding-left: 70px;
} */
.mainGrid {
  padding: 0 16px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
}

.sec2Title h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #339966;
  text-align: center;
  margin-bottom: 114px;
}
.pt2 {
  margin-top: 140px;
}

.svg {
  text-align: center;
  position: relative;
  margin-bottom: 440px;
}
#textUstranslate {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #003366;
}
.point1 {
  position: absolute;
}

.copyright {
  background: #003366;
  text-align: center;
  height: 92px;
}

.crtext {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ebeff1;
  padding: 30px 0;
}
.mediaFlex {
  display: flex;
}
.mapImage {
  width: 40vw;
}
.burgerMenu {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: #1c6b66;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 20px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  text-align: center;
  align-items: center;

  color: #f0ede4;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  padding: 20px;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
}

.mainImage {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hex {
  display: flex;
  /* aspect-ratio: 1 / 1.1; */
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 8px solid #1c6b66;
  background: #1c6b66;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.hex img {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  /* aspect-ratio: 1 / 1.1; */
  height: auto;
  width: 100%;
}
.hexagonGallery {
  display: grid;
  /*grid-auto-rows: 260px;
  */
  grid-gap: 8px;
  width: 100%;
  transform: translateY(-10%);
  padding: 0 40px;
  width: 85%;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
}

.hex:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
  transform: translate(0px, 25%);
  -webkit-transform: translate(0px, 25%);
  -moz-transform: translate(0px, 25%);
  -ms-transform: translate(0px, 25%);
  -o-transform: translate(0px, 25%);
}

.hex:nth-child(2) {
  grid-row-start: 2;
  grid-column: 1 / span 2;
}

.hex:nth-child(3) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}
.flexGallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  padding-bottom: 100px;
}
.oppCont {
  display: block;
  position: relative;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
.oppText {
  text-align: center;
}
.oppSvg {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.divsFlex > .flex {
  display: none;
}

.oppCont > div:not(:last-child) {
  display: none;
}

.svgBlock {
  position: relative;
}
.svgBlock1 {
  position: absolute;
  top: -47px;
  left: 38px;
  z-index: -1;
}

.svgBlock2 {
  position: absolute;
  top: -78px;
  left: 38px;
}

.svgBlock3 {
  position: absolute;
  top: -150px;
  left: 36px;
}

.svgBlock4 {
  position: absolute;
  top: -180px;
  left: -15px;
}

.svgBlock5 {
  position: absolute;
  top: 4px;
  left: -169px;
}

.svgBlock6 {
  position: absolute;
  top: -57px;
  left: -181px;
}

.svgBlock7 {
  position: absolute;
  top: -170px;
  left: -80px;
  z-index: -1;
}

.svgBlock8 {
  position: absolute;
  left: -410px;
  transform: translateY(-96%);
}
.oppCont span {
  font-size: 20px;
  line-height: 150%;
  color: #001b36;
}
.textDiv1 {
  position: absolute;
  top: -48px;
  left: 22%;
}
.textDiv2 {
  position: absolute;
  top: 60px;
  left: 32%;
}
.textDiv3 {
  position: absolute;
  left: 34%;
  top: 175px;
}
.textDiv4 {
  position: absolute;
  left: 42%;
  top: 320px;
}
.textDiv5 {
  position: absolute;
  top: -100px;
  right: 32%;
}
.textDiv6 {
  position: absolute;
  top: 32px;
  right: 29%;
  z-index: 1;
}
.textDiv7 {
  position: absolute;
  top: 185px;
  right: 38%;
  z-index: 1;
}
.textDiv8 {
  position: absolute;
  right: 10%;
  top: 332px;
}
.svgBlock img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.svgBlock img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.textDiv1 span {
  width: 310px;
  position: absolute;
  left: -308px;
  top: -8px;
}
.textDiv2 span {
  width: 350px;
  position: absolute;
  left: -350px;
  top: 40px;
}
.textDiv3 span {
  width: 520px;
  position: absolute;
  left: -450px;
  top: 54px;
}

.textDiv4 span {
  position: absolute;
  width: 370px;
  left: -240px;
  top: 44px;
}

.textDiv5 span {
  position: absolute;
  width: 380px;
  left: 56px;
  top: 16px;
}

.textDiv6 span {
  position: absolute;
  width: 350px;
  left: 0px;
  top: 48px;
}
.textDiv7 span {
  position: absolute;
  width: 400px;
  /* left: -125px; */
  left: -145px;
  top: 48px;
}
.textDiv8 span {
  position: absolute;
  width: 340px;
  left: -230px;
  top: 48px;
}

#mySidenav .dropdown {
  padding: 20px;
  text-decoration: none;
  font-size: 25px;
  display: block;
  transition: 0.3s;
  text-align: center;
  align-items: center;
  color: #f0ede4;
}
.sec4cont button{
  border: solid 2px #227666;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.sec4cont button:hover{
  border: solid 2px #227666;
  color: #227666;
  background-color: transparent;
}
@media (max-width: 1340px) {
  .oppCont {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}
@media (max-width: 1260px) {
  .divsFlex {
    grid-column-gap: 50px;
  }
  .oppCont {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  .textDiv8 {
    right: 4%;
  }
  .svgBlock1 {
    position: absolute;
    top: -35px;
    left: 3px;
    z-index: -1;
  }
  .textDiv5 {
    position: absolute;
    top: -94px;
    right: 30.5%;
    z-index: -1;
  }
  .textDiv6 {
    right: 27%;
  }
  .textDiv7 {
    right: 36%;
  }
  .textDiv2 {
    left: 30%;
  }
  .textDiv3 {
    left: 30%;
  }
  .textDiv4 {
    left: 40%;
  }

  .about {
    margin-top: -18%;
  }
}
@media (max-width: 1200px) {
  .dropdown-content a{
    color: #001b36;
  }
  .dropdown-content{
    width: fit-content;
    margin: 16px auto;
    transform: unset!important;
    position: unset!important;
    -webkit-transform: unset!important;
    -moz-transform: unset!important;
    -ms-transform: unset!important;
    -o-transform: unset!important;
}
  .textDiv1,
  .textDiv2,
  .textDiv3,
  .textDiv4,
  .textDiv5,
  .textDiv6,
  .textDiv7,
  .textDiv8 {
    display: none;
  }
  .oppCont {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .oppCont > div:not(:last-child) {
    display: block;
  }
  .svg {
    margin-bottom: 100px;
  }
  .hexagonGallery {
    transform: translateY(-15%);
  }
  .icon svg {
    height: 230px;
  }
  .title h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ebeff1;
  }
  .about {
    margin-top: -35%;
  }
  .services {
    margin-top: -25%;
  }

  .navbarDiv {
    display: none;
  }
  .burgerMenu {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    padding: 20px 0px;
  }
  .content {
    width: 250px;
    margin: 16px auto;
  }
  .contacts {
    /*width: 100%;*/
    margin: 0;
  }

  .arrow {
    display: none;
  }
  .verticalArrow {
    justify-content: center;
    display: flex;
  }

  .mediaFlex {
    display: block;
  }
  .oppText {
    text-align: start;
  }
  .logo {
    padding: 20px 0;
  }
}
@media (max-width: 1150px) {
  .textDiv1 {
    left: 21%;
  }
}
@media (max-width: 1100px) {
  .textDiv1 {
    left: 20%;
  }
  .textDiv2 {
    left: 29%;
  }
}
@media (max-width: 1080px) {
  .hex img {
    width: 100%;
  }
  .about {
    margin-top: -32%;
  }
}
@media screen and (max-width: 993px) {
  .svg {
    margin-bottom: 40px;
  }
  .flexItem:first-child {
    padding-left: 0;
  }
  .processTitle {
    margin-bottom: 36px;
  }
  .icon {
    margin-right: 16px;
  }
  .pt2 {
    margin-top: 40px;
  }
  .sec2Title h2 {
    margin-bottom: 8px;
  }
  /* .flexGallery{
    grid-template-columns: 1fr 1fr;
  } */
  .about {
    margin-top: -35%;
  }
  .icon svg {
    height: 200px;
  }
  .btn1 {
    margin-top: 16px;
  }
  .aboutContainer,
  .servicesContainer {
    padding: 20px;
  }
  .hexagonGallery {
    grid-auto-rows: unset;
    transform: translate(0px, -10%);
    padding: 0 24px;
  }
  .title h1 {
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ebeff1;
    word-break: break-word;
  }
  .sec4cont {
    padding: 0px 20% 0px 20%;
  }
  .sec4cont {
    margin-top: 100px;
    margin-bottom: 32px;
  }
  .btn2 {
    float: unset;
  }
}
@media (max-width: 868px) {
  .flexGallery {
    grid-template-columns: 1.5fr 1fr;
  }
  .about {
    margin-top: -24%;
  }
}
@media screen and (max-width: 768px) {
  /* .about {
    margin-top: -32%;
  } */
  iframe {
    height: 30vh;
  }
  .sec4cont {
    padding: 40px 16px;
    margin: 0;
  }
  .cont2 {
    padding: 40px;
  }
  .contDiv > .flex {
    display: none;
  }
  .divsFlex > .flex {
    display: flex;
  }
  .section5 {
    display: block;
  }
  .map {
    width: 100%;
    float: none;
  }
  .mapImage {
    width: 100vw;
    flex: 1;
  }
  .flexGallery {
    display: block;
  }
  .divsFlex {
    display: block;
  }
  .hexagonGallery {
    width: 100%;
    place-content: center;
  }
  .services {
    margin-top: 0;
  }

  .contacts {
    width: 100%;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .contDiv2 {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .btn2 {
    float: none;
  }
  .title h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
  }
  .sidenav a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .divsFlex {
    display: block;
  }
  .about {
    /* margin: -45% 16px 0; */
  }
  .services {
    margin: 0;
    /* margin-left: 16px; */
    /* margin-right: 16px; */
  }
  /* .starIcon {
    margin-left: 20px;
    padding: 0;
    margin-top: 38px;
  } */
  /* .text {
    margin-top: 40px;
  } */
}

.dropdownBtn {
  border: none;
  cursor: pointer;
}
.showDiv {
  display: block !important;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  transform: translateX(27.5%);
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

.langTag {
  color: #1c6b66;
}

.errorMessage {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: red;
  font-size: 12px;
}

.formInput {
  position: relative;
}

@media screen and (max-width: 450px) {
  .title h1,
  .aboutTitle h2,
  .sec2Title h2,
  .us h2,
  .processTitle h2,
  .formTitle h2,
  .contactsTitle h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 400px) {
  .title h1,
  .aboutTitle h2,
  .sec2Title h2,
  .us h2,
  .processTitle h2,
  .formTitle h2,
  .contactsTitle h2 {
    font-size: 24px;
  }
}
