.yellow-text {
  color: #F8D284;
}

.yellow-button {
  background-color: #F8D284;
}

.yellow-button-two {
  background-color: #F8D284;
}

.questions-button {
  background-color: #F8D284;
}

p.a {
  color: #298CB3;
}

p.d {
  color: #686868;
}

.hover-underline-animation {
  color: #0087ca;
}

.hover-underline-animation:after {
  background-color: #0087ca;
}

#our-services::after {
  background-color: #e5f2f8;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.button {
  border: none;
  border-radius: 8px;
  color: #000000;
  font-weight: 700;
  font-size: 0.7vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: 'Overpass', sans-serif;
  font-style: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 1.5vw;
  text-decoration: none;
  background-color: #f2c872;
  cursor: pointer;
}

.button.header-button {
  padding: 1vw 1.2vw;
}

.button-container {
  top: 60%;
  margin-left: 75px;
  margin-top: 18px;
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  text-align: left;
}

.button:hover {
  background-color: #f2c872;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 140, 186, 0.5);
          box-shadow: 0px 0px 4px 3px rgba(0, 140, 186, 0.5);
  opacity: 1;
}

img.header {
  width: 100%;
  height: auto;
}

img.ellipse {
  width: 12px;
  height: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

img.phonetop {
  margin-right: 0.5vw;
  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-bottom: 1.3%;
  max-width: 2vw;
  max-height: 2vw;
  min-width: 1.4vw;
  max-height: 1.4vw;
}

img.polaroidtopone {
  width: 40%;
  height: 40%;
  margin: 20px;
}

img.slash {
  max-width: 0.9vw;
  max-height: 0.9vw;
  min-width: 0.9vw;
  max-height: 0.9vw;
  margin: -3px 20px 0 20px;
}

img.polaroidtop {
  width: 100%;
  height: 45%;
  border-radius: 10px 10px 0 0;
  max-height: 45%;
}

img.line {
  width: 100%;
  height: 5%;
  margin: 3% 0% 3% 0%;
}

p.paragraph {
  text-align: center;
  font-family: 'Overpass' , sans-serif;
  font-style: normal;
  font-weight: 700;
}

p.paragraph.whyus {
  font-weight: 800;
  font-size: 2.2vw;
  line-height: 38px;
  margin: 0 0 40px 0;
}

p.paragraph.whyusbottom {
  font-size: 2.5vw;
  line-height: 107.7%;
  margin: 0;
  color: #298CB3;
}

p.paragraph.feature {
  font-size: 2vw;
  margin: 0;
}

p.paragraph.offer {
  font-size: 1vw;
  line-height: 134.2%;
  color: #686868;
}

.navigation-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr 1fr;
      grid-template-columns: 1fr 1.5fr 1fr;
  background-color: #FFFFFF;
  text-align: center;
  height: 90px;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  font-size: 1vw;
  width: 100%;
  height: auto;
  margin: 3% 0px 3% 0px;
}

.navigation-grid ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.navigation-grid li {
  float: left;
}

.navigation-grid li a.anchor {
  text-align: center;
  padding: 14px;
  text-decoration: none;
  display: block;
}

.navigation-grid li a.anchor.black {
  color: #000000;
}

.navigation-grid li a.anchor.white {
  color: white;
}

.navigation-grid li a.anchor.white:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #F8D284;
}

.grid-container-offer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 2fr 2fr;
      grid-template-columns: 2fr 2fr 2fr 2fr;
  padding: 10px;
  width: auto;
}

.grid-container-offer-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 2fr 2fr 2fr;
      grid-template-columns: 2fr 2fr 2fr 2fr;
  padding: 10px;
  width: auto;
  height: auto;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  text-align: center;
}

.bottom-footer-info-grid {
  display: -ms-grid;
  display: grid;
  font-family: "Overpass", sans-serif;
  -ms-grid-columns: 1fr 0.5fr 0.5fr;
      grid-template-columns: 1fr 0.5fr 0.5fr;
  color: white;
  font-size: 1vw;
}

.questions-container {
  position: absolute;
  top: 40%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  text-align: center;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.questions-text {
  color: #000000;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 2vw;
  width: 100%;
  height: auto;
  text-align: center;
  margin-left: 5%;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  background-color: black;
  height: 70px;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  font-size: 1vw;
  margin: 0 0 0 0;
  width: 100%;
  height: auto;
  color: white;
}

.footer-line {
  width: 100%;
}

#footer-container {
  margin: 5% 10% 5% 10%;
}

.full-header {
  position: relative;
  text-align: center;
  color: white;
  margin-left: 100px;
}

.full-questions {
  position: relative;
  text-align: center;
  color: white;
  margin: 5% 10% 0 10%;
  background-color: white;
}

.yellow-text {
  position: absolute;
  top: 40%;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  font-size: 4vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: left;
  margin-left: 75px;
}

.white-text {
  position: absolute;
  top: 53%;
  color: #FFFFFF;
  font-family: "Overpass", sans-serif;
  font-weight: 100;
  font-size: 1.5vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  text-align: left;
  margin-left: 75px;
}

.arrow {
  width: auto;
  height: auto;
  margin-left: 20px;
}

.center {
  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;
}

.polaroid {
  border-radius: 10px;
  width: auto;
  height: 100%;
  background-color: white;
  margin: 2% 2% 5% 2%;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 140, 186, 0.5);
          box-shadow: 0px 0px 0px 1px rgba(0, 140, 186, 0.5);
  opacity: 0.8;
  display: inline-block;
  text-align: center;
  padding: 0px 5% 5% 5%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.polaroid-two {
  border-radius: 10px;
  width: auto;
  height: 100%;
  margin: 2% 2% 5% 2%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 140, 186, 0.5);
          box-shadow: 0px 0px 0px 1px rgba(0, 140, 186, 0.5);
  opacity: 0.8;
  display: inline-block;
  text-align: center;
  padding: 0px 0px 5%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.container {
  text-align: center;
  padding: 5px;
  border-radius: 2% 2% 0 0;
  height: auto;
  width: auto;
  margin-bottom: 50px;
}

.container-two {
  text-align: center;
  padding: 5%;
  border-radius: 2% 2% 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  margin-bottom: 5%;
  margin-top: 5%;
}

#main-text {
  margin-top: 80px;
}

#nav-bar-bottom {
  color: white;
}

#why-us-offer {
  background-color: #e5f2f8;
}

#our-services {
  position: relative;
  overflow: hidden;
  margin-bottom: -11.5vw;
  padding-bottom: 11.5vw;
}

.polaroid:hover, .polaroid-two:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 140, 186, 0.5);
          box-shadow: 0px 0px 4px 3px rgba(0, 140, 186, 0.5);
  opacity: 1;
}

#why-us-offer-container::after {
  background-image: url(images/plane.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: absolute;
  width: 38%;
  height: 30%;
  z-index: 0;
  right: -12.5%;
  bottom: -14%;
  content: "";
  overflow: visible;
}

#questions-container::after {
  background-image: url(images/ship.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  width: 120%;
  height: 120%;
  z-index: -1;
  left: -12.5%;
  bottom: 51.5%;
  content: "";
  overflow: hidden;
}

#our-services::after {
  content: "";
  position: absolute;
  overflow: visible;
  top: 47.8%;
  left: 0%;
  right: 0%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  z-index: -1;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=style.css.map */