html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:2px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*Website Code:*/

.header {
    overflow: hidden;
    background-color: transparent;
    padding: 20px 10px;
    position: sticky;
  }
  
.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 1.5rem; 
    line-height: 25px;
    border-radius: 4px;
    font-family: Roboto;
    
}
  
.header a.active {
    background-color: dodgerblue;
    color: white;
  }
  
.header-right {
    float: right;
    text-align: center;
    padding-top: 1rem;
    padding-right: 5rem;
  }
  
@media screen and (max-width: 1000px) {
  
  }

.headerlogo{
    height: 4rem;
    width:13.916667rem;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.15);
    transition: 0.5s;
  }
.header:hover{
    background-color: white;
}



  /* HEADER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  .page-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .page-header button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 10px;
    color: white;
    background: #08a6df;
    transition: background 0.3s;
  }
  
  .page-header button svg {
    flex-shrink: 0;
    margin-left: 5px;
    fill: currentColor;
  }
  
  .page-header button:hover {
    background: #0ab8f6;
  }
  
  /* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
  }
  
  .header.is-sticky img {
    max-width: 80%;
  }
  
  .header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

.startsection{
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: -2;
}

.infostartbackground{
  height: 50%;
  width: 100%;
  background-color: rgba(36, 104, 179, 0.8);
  background: rgba(36, 104, 179, 0.8);
  background: linear-gradient(90deg,  rgba(36, 104, 179, 0.8) 35%, rgba(9,9,121,0) 100%);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left:0;
}

.infostartbackground p{
  font-size: 4rem;
  font-family: Roboto;
  color: white;
  padding-top: 1rem;
}

.startimage{
  width: 150vw;
  min-height: 100vh;
  z-index: -2;
  overflow: hidden;
}

.startwrapper{
  padding-left: 10rem;
  padding-top: 10rem;
}

.hidden{
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(-30%);
}

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

.midsectionbackground{
  opacity: 0.1;
  min-height: 100vh;
  z-index: -4;
  overflow: hidden;
}

.midsection{
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.midright{
 width: 45%;
 float: right;
 height: 100vh;
}

.midleft{
  position: absolute;
  width: 100%;
  height: fit-content;
  float: left;
}

.midleft h1{
  font-size: 4rem;
  color: #1e1e1e;
  margin-top: 25%;
  font-family: Roboto;
  padding-left: 10rem;
}

.midleft p{
  padding-top: 3rem;
  font-size: 1.5rem;
  color: #1e1e1e;
  font-family: Roboto;
  padding-left: 10rem;
}

.midrightwe1{
    position: absolute;
    width: 100%;
    height: fit-content;
    float: right;
  }

  .midrightwe1{
    width: 45%;
    height: 100vh;
  }

  .midrightwe1 h2{
    font-size: 4rem;
    color: #1e1e1e;
    margin-top: 25%;
    font-family: Roboto;
    padding-left: 10rem;
  }

  .midrightwe1 p{
    padding-top: 3rem;
    font-size: 1.5rem;
    color: #1e1e1e;
    font-family: Roboto;
    padding-left: 10rem;
  }

.midleftwe1{
    width: 45%;
    float: left;
    height: 100vh;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  gap: 6px;
  margin-top: 40%;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery img.four-grid-cells {
  grid-row: span 2 / auto;
  grid-column: span 2 / auto;
}

.gallery img.wide-image {
  grid-column: span 2 / auto;
}

.sectionvalues{
  height: 100vh;
  background-color: #d7d7d7;
}

.values{
    padding-top: 20%;
}

.values h2{
  font-size: 4rem;
  color: #1e1e1e;
  font-family: Roboto;
}

.values p{
    padding-top: 3rem;
    font-size: 1.5rem;
    color: #1e1e1e;
    font-family: Roboto;
}

.image-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.image-container {
    text-align: center;
}

.image-container svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.image-container p {
    margin-top: 10px;
    font-size: 16px;
    font-family: Roboto;
}

.midright1{
    width: 45%;
    float: right;
    height: 100vh;
 }
   
.midleft1{
  position: absolute;
  width: 45%;
  height: 100vh;
  float: left;
 }

.midleft1 h2{
    font-size: 4rem;
    color: #1e1e1e;
    margin-top: 25%;
    font-family: Roboto;
    padding-left: 10rem;
  }
  
.midleft1 p{
    padding-top: 3rem;
    font-size: 1.5rem;
    color: #1e1e1e;
    font-family: Roboto;
    padding-left: 10rem;
    padding-bottom: 5%;
  }


.midimage{
  width: 50vw;
  margin-top: 10%;
}

.endsection{
  height: 100vh;
  background-image: url(../src/pexels-anete-lusina-4792501.jpg);
  background-color: #ffff;
  position: relative;
}

.endimage{
  width: 70vw;
}

.endimagediv{
  position: absolute;
  top: 50%; left: 41%;
  transform: translate(-50%,-50%);
  
}


.endtext {
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translate(-50%,-50%);
  width: 50vw;
  color: #ffff;
  z-index: 2;
  background-color:  rgb(36, 105, 179);
  font-family: roboto;
  font-size: 3rem;
  box-shadow: 0px 0px 14px -2px rgb(36, 105, 179);
}

.endtext p{
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.endtextmobile{
  font-size: 4vw;
  padding-right: 2rem;
}

.footersection{
  height: 100vh;
  background-image: url(../src/pexels-anete-lusina-4792501.jpg);
  background-color: #ffff;
  position: relative;
}

.footerendimage{
  width: 70vw;
}

.footerendimagediv{
  position: absolute;
  top: 50%; right: -25%;
  transform: translate(-50%,-50%);
  
}

.footerendtextimg{
  position: absolute;
  color: #ffff;
  font-family: Roboto;
  font-size: 6rem;
  text-align: right;
  padding-left: 20%;
  padding-top: 10%;
}

.footerendtext {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%,-50%);
  min-width: 20vw;
  color: #ffff;
  z-index: 2;
  background-color:  rgb(36, 105, 179);
  font-family: roboto;
  font-size: 3rem;
  box-shadow: 0px 0px 14px -2px rgb(36, 105, 179);
}

.footerendtext p{
  padding-top: 30%;
  padding-bottom: 10%;
  padding-left: 2rem;
  margin-right: 4rem;
}

.bottomfooter{
  height: 25vw;
  background-color: #ffff;
}

.footerlogodiv{
  height: 15rem;
  padding-top: 7%;
}

.socialsfooter{
  justify-content: center;
  align-content: center;
  padding-top: 4%;
  padding-bottom: 2%;
  text-align: center;
}

.logotext{
  text-align: center;
  font-size: larger;
  font-family: Roboto;
}

.copyrightfooter{
  text-align: center;
  padding-bottom: 1%;
  background-color: rgb(36, 105, 179);
}

.copyrightfooter a{
  text-decoration: none;
  font-family: Roboto;
}

.button {
  background: #fff;
  backface-visibility: hidden;
  border-radius: .375rem;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: Roboto;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .875rem 1.125rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom: 30%;
  margin-left: 2rem;
}

.button:not(:disabled):hover {
  transform: scale(1.05);
}

.button:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button:focus {
  outline: 0 solid transparent;
}

.button:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button:focus:not(:focus-visible):before {
  border-width: 0;
}

.button:not(:disabled):active {
  transform: translateY(.125rem);
}

/*mobile menu*/

.mobilenav{
  display: none;
  animation: slideDownMenu 0.45s ease-out;
}

@keyframes slideDownMenu {
  from {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0);
  }
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.icon{
  color: #000;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 2.2rem;
  right: 2.2rem;
  float: right;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  width: fit-content;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(3px,-2px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(1)
{
  transform: rotate(-45deg) translate(3px, -2px);
}


/*Mobile Version*/

@media only screen and (max-width: 1000px) {
  .header a {
    float: none;
    display: block;
    text-align: center;
  }
  
  .header-right {
    float: none;
  }
  .header-right{
    display: none;
  }

  .headerlogo{
    position: relative;
    width: 5rem;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .startimage{
    width: 100vh;
  }

  .startwrapper{
    padding-left: 3rem;
  }

  .infostartbackground p{
    font-size: 2.2rem;
  }

  .midleft h1{
    padding-left: 3rem;
    font-size: 2rem;
    margin-top: 30%;
  }

  .midleft{
    position: relative;
    width: auto;
    height: fit-content;
  }

  .midsection{
    height: fit-content;
  }

  .gallery{
    margin-top: 10vh;

  }

  .midleft p{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .midright{
    width: auto;
    height: auto;
  }

  .values h2{
    font-size: 2rem;
  }

  .values p{
    font-size: 3.5vw;
    line-height: normal;
  }

  .midleft1 h2{
    padding-left: 3rem;
    font-size: 2rem;
    margin-top: 20%;
  }

  .midleft1{
    position: relative;
    width: auto;
    height: fit-content;
    padding-bottom: 20%;
  }

  .midsection{
    height: fit-content;
  }

  .gallery{
    margin-top: 10vh;

  }

  .midleft1 p{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
  }

  .midright1{
    width: auto;
    height: auto;
  }

  .midimage{
    float: left;
    width: 100vw;
  }

  .endimage{
    width: 90vw;
    padding-left: 5vw;
  }

  .endimagediv{
    top: 10%;
    left: auto;
    transform: none;
  }

  .endtext{
    font-size: 1.8rem;
    transform: none;
    top: 40%;
    right: auto;
    width: auto;
  }

  .endtextp{
    line-height: normal;
    font-size: 2rem;
  }
.weText{
    font-size: 1.5rem !important;
    line-height: normal;
    padding-bottom: 5% !important;
}
  .endtextmobile{
    font-size: 3vw;
  }

  .endsection{
    height: 90vh;
  }

  .footerendtext{
    transform: none;
  }

  .footerendimagediv{
    top: 20vh;
    right: -50%;
  }

  .footerendtextimg{
    font-size: 9vw;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding-left: 8%;
  }

  .footerendimage{
    width: 100vw;
  }

  .copyrightfooter{
    padding-bottom: 1em;
  }
  .mobileimgmid{
    display: block !important;
  }

  .midimage{
    padding-right: 1rem;
    width: 90vw;
  }

  .desktopimgmid{
    display: none;
  }
}

@media only screen and (max-width: 500px){
  .sectionvalues{
    height: 100%;
  }

  .endtextmobile{
    font-size: 4.5vw;;
  }

  .midleft p{
    font-size: 5vw;
  }

  .socialsfooter{
    padding-top: 10%;
  }

  .copyrightfooter{
    padding-bottom: 5%;
  }

  .image-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-container {
    width: 100%;
    text-align: left;
  }

  .image-container p{
    text-align: center;
  }

  .mobileimgmid{
    display: block !important;
  }
  .midimage{
    padding-right: 1rem;
    width: 90vw;
  }
  .desktopimgmid{
    display: none;
  }
  .midleft1 p{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    font-size: 1rem;
    line-height: normal;
  }
  
  .weText{
    font-size: 1rem !important;
    line-height: normal;
  }

  .values p{
    font-size: 1rem;
  }
}



.mobileimgmid{
    display: none;
}

@media only screen and (min-width: 1001px){
  .header-right{
    display: inline;
  }

  #menuToggle{
    display: none;
  }
  
  .nav{
    display: none;
  }

  .endtext a{
    display:none;
  }

  .endtextmobile{
    display: none;
  }

}

.filter-blue{
   filter: invert(29%) sepia(100%) saturate(890%) hue-rotate(185deg) brightness(94%) contrast(86%);
}
