* {
  box-sizing: border-box;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_jf8kywf3w.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_jfykyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  margin: 0;
  font-family: 'Instrument Sans', sans-serif;
}

.hero
{
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#bgVideo {
  position: fixed;
  overflow: hidden;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.wowtitle {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10px;
  padding-left: 25px;
  padding-top: 25px;
  color: #ffffff;
  font-size: 2vmax;
  font-weight: bold;
  z-index: 100;
}

.herocontent
{
  height:100%;
  width: 100%;
   position: relative;
   z-index: 10;
   display: flex;
  align-items: center !important;
  padding: 15% 0;
  flex-direction: column;
  gap: 50px;
  
}
.boxes
{
  width: 100%;
}

.boxcontent
{
  color: #ffffff;
}
.boxes .box

{
  height: fit-content;
  max-width: 400px;
  width: 100%;
  padding:10% 40px;
  background-color: #0000001e;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #7a7a7a;
  backdrop-filter: blur(100px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.addresses
{
  position: relative;
  z-index: 10;
}

.addressdiv
{
  border: 1px solid #00000057;
  padding: 40px 20px;
  color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #00000057;
  gap: 20px;
}

.addressdiv img
{
  height: 40px;
}

.addressdiv span
{
  font-size: 20px;
}

.addressdiv a
{
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}

.addressdiv a:hover
{
  color: #fff !important;
}


@media screen and (max-width:768px) {

  .herocontent
{
 
  padding: 25% 0;
  
}
  .addressdiv a
{
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.addressdiv span
{
  font-size: 16px;
}
.addressdiv img
{
  height: 35px;
}
}

@media screen and (max-width:500px) {
  .addressdiv a
{
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.addressdiv span
{
  font-size: 14px;
}
.addressdiv img
{
  height: 35px;
}
}
.footer
{
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: #ffffff;
  margin-top: 40px;
  background-color: #0000006c;
}

.contacts a
{
  text-decoration: none;
  color: #ffffff;
}

.contacts a:hover
{
  color: #ffffff;
}